Hi,

The first thing that comes to mind is to use a javascript/java in a page
running on the client side that would report the results to your
JSP/servlet page. The main advantages are that you don't need to wory
about firewalls on the client side, and the work is done on the client
side, so you don't need to worry about timeouts and stuff like that.

There are quite a few sites on the net that let you measure the speed of
your connection. Find one, and see if you can figure out how they do it.
It doesn't sound like a small task.

Dror

On Wed, Oct 16, 2002 at 02:23:42PM -0700, Means, Garann R. wrote:
> David,
>
> Thanks for the quick response, but I was looking for something a little
> closer to ping. I'd like to send out several packets of the same size and
> track the time it takes to get them back. But as I say, I'm not
> knowledgeable about networking, so I'm having trouble figuring out where to
> start. I looked for an off the shelf product, but haven't had much success
> finding that, either.
>
> -----Original Message-----
> From: David Marquis [mailto:[EMAIL PROTECTED]]
> Sent: October 16, 2002 - Wednesday 2:20p
> To: [EMAIL PROTECTED]
> Subject: Re: Checking client connection speed
>
>
> You could send a bunch of characters to the client and measure the time
> it takes to transfer (with somewhat of a timer) and then, since you know
> the size of what you're sending, you could easily calculate the speed.
>
> This is just an idea, nothing technical
>
> HTH,
> David
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]] On Behalf Of Means, Garann R.
> Sent: 16 octobre, 2002 16:59
> To: [EMAIL PROTECTED]
> Subject: Checking client connection speed
>
>
> Hi,
>
> Is there any simple means of getting the client's connection speed? I've
> looked through the Servlets documentation as well as the standard
> documentation and if the answer is there, I've missed it. But
> admittedly, I'm no networking expert. A little push in the right
> direction would be a great help.
>
> Thanks in advance,
> Garann Rose Means
> _____________________________________________
> ITAS2
> (360) 570-3407
> WA State Dept. of Corrections
>
> ========================================================================
> ===
> 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
>
> ===========================================================================
> 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

--
Dror Matalon
Zapatec Inc
1700 MLK Way
Berkeley, CA 94709
http://www.zapatec.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