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 techtonik
Recipients cvrebert, rosslagerwall, sbt, techtonik, weirdink13
Date 2012-05-22.05:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337665427.04.0.583136344574.issue14872@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with memory is more actual for machines with SSD where swap is usually turned off and /tmp files are located on memory disk. Hitting memory limit often means hard reset.

My process is pretty generic that uses all streams, and I don't know how to use threads/polls crossplatform way.

issue1191964 looks interesting.
History
Date User Action Args
2012-05-22 05:43:47techtoniksetrecipients: + techtonik, cvrebert, rosslagerwall, sbt, weirdink13
2012-05-22 05:43:47techtoniksetmessageid: <1337665427.04.0.583136344574.issue14872@psf.upfronthosting.co.za>
2012-05-22 05:43:46techtoniklinkissue14872 messages
2012-05-22 05:43:46techtonikcreate