Blog Ping Server ListAugust 27th, 2007 Here is the list of blog ping servers I use. Ping servers are services which are automatically notified after a blog post is published.
Why Your WordPress Blog Posting is SlowAugust 27th, 2007 One of the good reason is that one (or more) of the servers you ping after you publish a post has gone down or is overloaded. When you publish a new post, WordPress automatically notifies the configured ping servers that your site has been updated.
View of Unreleased WordPress PluginsMay 8th, 2006 I have developed and use several plugins on my site, many of them are publicly available, others are not. I am presenting few plugins below which are not publicly available yet.
BSNL Dataone Broadband: World's Crappiest Broadband Service Just Got CrappierOctober 18th, 2007 I never thought that BSNL, the world's crappiest broadband service, can get any more crappier, but it did. BSNL DataOne is notorious for rapidly switching between up and down states, so fast that it will make your head dizzy.
Solving WordPress 1.5.1.2 Trackback and Pingback Sending ProblemsJune 12th, 2005 I was unable to send trackbacks and pingbacks after I tested with WordPress 1.5.1.2. I found the solution yesterday.
FireStarter - Super Easy Powerful Firewall for LinuxApril 16th, 2007 FireStarter is for Linux what ZoneAlarm is for Windows, a simple to use but fully functional firewall for small business and homes for free. The simplicity of firewall even surpasses ZoneAlarm, even a novice can set it up properly with very minimum knowledge.
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?August 23rd, 2008 First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore.
Back to the drawing board on category feedsMarch 18th, 2005 Few days back I moved to providing categorized feed for JavaBlogs and Artima. However I realized two big problems with this approach which questions the viability as of now.
Java SE Goes Beta (Feature Complete). Download Now.February 17th, 2006 Java SE 6 Beta offers the first feature complete version of next major release of the Java SE platform. Sun expects to ship the final release of Java SE 6 in the fall of 2006.
Three Free Notable Java Software / APISeptember 8th, 2005 GMail API for Java
GMailer API for Java (g4j) is set of API that allows Java programmer to communicate to GMail. With G4J programmers can made Java based application that based on huge storage of GMail.
Java Popularity Statistics (from JavaOne 2008)May 7th, 2008 Sun revealed the following statistics about Java at JavaOne 2008:
1. 90% of Personal Computers on Internet have Java
2.
Gripe: Java blog aggregator: javablogs.comFebruary 16th, 2004 Few Gripes on Java.blogs:
After few days with java.blogs I realized I don't want a few things. For example I am not interested in knowing anything about IDEA releases.
Java EE 6 HighlightsMay 6th, 2008 The key features of Java EE 6 (Java Enterprise Edition version 6) are:
Modular Platform - Java EE 6 introduces profiles targeted for particular segment of users like web developers or mobile developers. Java Profiles allows you to select Java EE 6 features to be included in a profile.
Java Blogger's in IndiaDecember 11th, 2005 I want to create a list of Java blogger's in India or of Indian origin. If you are one please state so with your url in the comment below.
March 7th, 2007 at 3:00 pm
This is not true for Windows. ICMP was not implemented for Windows.
Check
http://forum.java.sun.com/thread.jspa?threadID=712790&messageID=4122700
March 7th, 2007 at 9:44 pm
It does implement ICMP ECHO on windows.
“Test whether that address is reachable. Best effort is made by the implementation to try to reach the host, but firewalls and server configuration may block requests resulting in a unreachable status while some specific ports may be accessible. A typical implementation will use ICMP ECHO REQUESTs if the privilege can be obtained, otherwise it will try to establish a TCP connection on port 7 (Echo) of the destination host.” - JDK 5.0 Documentation
August 10th, 2007 at 10:05 am
[SPS-687] Details: add “ping” tools…
Sometimes customers have problems with transponders that show as offline due to network failures. To help with that, we should add a “ping tool” to the power supply details in two versions:
- The first version would ping the power supply, using t…
June 13th, 2008 at 5:58 pm
[...] How To: ICMP Ping in Java (JDK 1.5 and above) __________________ Daniel @ [To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.] Language is froth on the surface of thought [...]
October 9th, 2008 at 7:10 pm
Thank you a lot, I tried it and work fine. I will make a little program that send a mail when the redirect from the domain fail.
Thak you again.
October 22nd, 2008 at 12:59 am
Where are your related posts?
November 17th, 2008 at 7:20 pm
Regarding ICMP ping in Windows, above poster quoted the Java site: “A typical implementation will use ICMP ECHO REQUESTs if the privilege can be obtained, otherwise it will try to establish a TCP connection on port 7 (Echo) of the destination host.”
Read this carefully. Most current versions of Windows (XP SP1, SP2, SP3, Vista, etc.) do NOT use the ICMP to deliver the packet for Java or pretty much anywhere else, instead using the less reliable & more inaccurate port 7 echo.
Read further on the official Java forums for a more complete discussion. Sorry guys, no guarantee on a Windows platform your ping will go out ICMP or not.
February 13th, 2009 at 11:32 pm
I was very pleased with the program and thought the practical go-at-your-own-speed teaching style was great!
July 24th, 2009 at 3:32 pm
After a lot of testing I can say with certainty that in Windows XP isReachable() will fail where windows ping succeeds.
isReachable() cannot be trusted to reliably ping hosts outside of the local subnet.
The most likely reason is that windows is using ICMP ping while isReachable() is failing to use it. This is the case up to at least Java 6.
May 31st, 2010 at 11:27 pm
how to open thread to a particular process