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.

Unsupported provider

Author dsvensson
Recipients dsvensson, gsson, jnoller
Date 2009-08-26.09:54:53
SpamBayes Score 0.015102262
Marked as misclassified No
Message-id <1251280495.28.0.471457158905.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
A typical use case would be for a server to receive a connection, and
then send that connection over to another process that does the actual
work. This used to work with pyprocessing, and the support seems to be
available in multiprocessing.c -> multiprocessing_sendfd, but not used.
History
Date User Action Args
2009-08-26 09:54:55dsvenssonsetrecipients: + dsvensson, jnoller, gsson
2009-08-26 09:54:55dsvenssonsetmessageid: <1251280495.28.0.471457158905.issue4892@psf.upfronthosting.co.za>
2009-08-26 09:54:53dsvenssonlinkissue4892 messages
2009-08-26 09:54:53dsvenssoncreate