Message4470

Author kfitch42
Recipients amak, kfitch42
Date 2009-04-07.19:13:27
SpamBayes Score 0.00012358835
Marked as misclassified No
Message-id <1239131607.71.0.814585213522.issue1304@psf.upfronthosting.co.za>
In-reply-to
Content
With the settimeout:
sent 192000 bytes in 8.828000 seconds
sent 192000 bytes in 0.248000 seconds
sent 192000 bytes in 0.251000 seconds
sent 192000 bytes in 0.252000 seconds
 ... the rest of them are about .25

So I ran it again and got:
sent 192000 bytes in 0.006000 seconds
sent 192000 bytes in 130.101000 seconds
sent 192000 bytes in 0.000000 seconds
sent 192000 bytes in 0.000000 seconds
and the rest are all basically 0.

I have run it a number of times and it seems to always fall into one of
those two categories: either the second one is incredibly slow (up to 30
seconds!) with the rest being very fast OR they are almost all around
.25 seconds.

Without the settimeout I get results in the low milliseconds (around
0.003000 or less) for times ... quite reasonable for what its doing.
History
Date User Action Args
2009-04-07 19:13:27kfitch42setmessageid: <1239131607.71.0.814585213522.issue1304@psf.upfronthosting.co.za>
2009-04-07 19:13:27kfitch42setrecipients: + kfitch42, amak
2009-04-07 19:13:27kfitch42linkissue1304 messages
2009-04-07 19:13:27kfitch42create