This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients andres, facundobatista, gvanrossum
Date 2007-10-22.20:38:11
SpamBayes Score 0.12236123
Marked as misclassified No
Message-id <1193085492.0.0.119633970807.issue1305@psf.upfronthosting.co.za>
In-reply-to
Content
What happens if you force the garbage collector to collect the just
opened and not used socket?

Maybe the problem is that the operating system run out of file handlers
(if you leave some time in the middle, the GC collects the sockets,
freeinig the file handlers).

Other test could be to disable the GC, and see what happens with that
time.sleep in the middle.
History
Date User Action Args
2007-10-22 20:38:12facundobatistasetspambayes_score: 0.122361 -> 0.12236123
recipients: + facundobatista, gvanrossum, andres
2007-10-22 20:38:12facundobatistasetspambayes_score: 0.122361 -> 0.122361
messageid: <1193085492.0.0.119633970807.issue1305@psf.upfronthosting.co.za>
2007-10-22 20:38:11facundobatistalinkissue1305 messages
2007-10-22 20:38:11facundobatistacreate