Hi everyone,

If you had a couple of minuts, could some of you test the speed of this internet connexion function from different places around the world and tell me the results?
Just email me off list (address below): I won't to pollute :-)
I shall be grateful.


on mouseUp
  put the milliseconds into tStart
  put InternetConnected() into temp
  put temp && "in" && the milliseconds - tStart && "milliseconds"
end mouseUp

function InternetConnected
  return url "http://www.sosmartsoftware.com/Test.txt"; = true
end InternetConnected

Speed appears variable at each call (here from 30 to more than 200 milliseconds)
but it's reliable and speedy enough for me ;-)


Best regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Plugins, tutorials and more on our website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
  • Re: Eric Chatonet

Reply via email to