Re: Demo/sockets/throughput.py traceback

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Thu, 17 Feb 1994 11:31:58 -0500

On Feb 17, 10:33, Guido.van.Rossum@cwi.nl wrote:
>
> Oops -- obviously the demo is broken. Instead of time.millitimer(),
> use time.time(), which returns the time in seconds as a float with as
> much precision as the system cares to return it (the implementation
> chooses between gettimeofday(), ftime() and time() depending on
> availability).

Oops - did I say "time.sleep" ? I must have meant "time.time" !

- Steve Majewski