No subject

Klaus Major klaus at major-k.de
Tue May 17 10:24:21 EDT 2005


Bonjour Eric,

> 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 ;-)

true in 376 milliseconds

On my DSL connection here  in germany...

> Best regards from Paris,
>
> Eric Chatonet.

Best

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list