![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivetime.time() under load between two machines
From: <kwharrigan@yahoo.com>
Date: Fri Jul 22 2005 - 15:48:39 CEST
I am working on some code using python and a distributed system. Some
machine1
---- sendTime = time.time() <Call to send message> machine2 --- <Got a message> recvTime = time.time() Latency = recvTime-sendTime is NEGATIVE Is it possible that the CPU load is affecting the accuracy of the time.time() call, or that the relative difference in CPU load between the machines is causing this delta inaccuracy? Any help would be appreciated. Kyle HarriganReceived on Thu Sep 29 17:05:48 2005 |