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 ocean-city
Recipients ocean-city
Date 2008-08-14.12:26:31
SpamBayes Score 0.00119608
Marked as misclassified No
Message-id <1218716796.11.0.322696031691.issue3551@psf.upfronthosting.co.za>
In-reply-to
Content
After googling, ERROR_NO_SYSTEM_RESOURCES seems to happen
when one I/O size is too large.

And in Modules/_multiprocessing/pipe_connection.c, conn_send_string is
implemented with one call WriteFile(). Maybe this should be devided into
some reasonable sized chunks for several WriteFile() calls?
History
Date User Action Args
2008-08-14 12:26:36ocean-citysetrecipients: + ocean-city
2008-08-14 12:26:36ocean-citysetmessageid: <1218716796.11.0.322696031691.issue3551@psf.upfronthosting.co.za>
2008-08-14 12:26:31ocean-citylinkissue3551 messages
2008-08-14 12:26:31ocean-citycreate