Re: Re[2]: [PHP] Testing CONNECTION Speed

2001-02-10 Thread John Vanderbeck
EMAIL PROTECTED]> Cc: "Matias Banzas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 10, 2001 1:21 AM Subject: Re[2]: [PHP] Testing CONNECTION Speed > Hello, Adam! > > Thursday, February 08, 2001, 11:48:12, you wrote: > > AK> 3) Send a large

Re[2]: [PHP] Testing CONNECTION Speed

2001-02-10 Thread Andrew Golovin
Hello, Adam! Thursday, February 08, 2001, 11:48:12, you wrote: AK> 3) Send a large graphic (200K) AK> No, it's not transparent to the user and no it's not microtime accurate, but AK> it *does* work. it *dosn't* work. what if user turn off grafix in his browser? >>Is there any way to do thi

Re: [PHP] Testing CONNECTION Speed

2001-02-08 Thread Adam Knight
Only with the assistance of JavaScript. 1) Make a session 2) Log the start time (server) 3) Send a large graphic (200K) 4) 5) Log finish time when the user comes back (check for a session, blah blah). 6) Do the math (200 * 1024 / ($stop-$start) = bytes per second). No, it's not transparent to t

[PHP] Testing CONNECTION Speed

2001-02-08 Thread Matias Banzas
Is there any way to do this?? i mean.. test the connection speed of a client machine??? Thanks Matias [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr