Thanks, Keith, and everyone else, for the suggestions! Hopefully I can get
something together.


-----Original Message-----
From: KEITH KOSMICKI [mailto:DHSPA07@;DHS.STATE.IL.US]
Sent: October 17, 2002 - Thursday 8:01a
To: [EMAIL PROTECTED]
Subject: Re: Checking client connection speed


Java includes support for UDP and TCP sockets. PING requires support for the
Internet Control Message Protocol (ICMP). Your only choice (at the moment),
is to use native code, or to use java.lang.Runtime to execute an external
ping application. You won't be able to develop a 100% Pure implementation.
NB - A native implementation that uses the Java Native Interface (JNI) is
available for PING, in both English and Spanish. See
http://www.geocities.com/SiliconValley/Bit/5716/ping/ for more details.
Hope this helps you buddy.

Keith E. Kosmicki
Applications Consultant
State of IL Human Services
STL Technology Partners

==========================================================================To
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to