[REBOL] Re: How fast should 'send b??
From: brett:codeconscious at: 5-Jul-2001 13:50
Sydney ISP, US Server.
First attempt.
5-Jul-2001/13:35:36+10:00
5-Jul-2001/13:35:38+10:00
Second attempt using now/precise
>> t0: now/precise send system/user/email "hello:" print now/precise/time -
t0/time
0:00:05.698
Third attempt
>> t0: now/precise send system/user/email "hello:" print now/precise/time -
t0/time
0:00:05.347
Probably your server. :)
Should be fast on a lan, though depends on how busy your server is.
Brett.