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 pcdinh
Recipients pcdinh, vinay.sajip
Date 2011-02-10.05:10:55
SpamBayes Score 0.0023085417
Marked as misclassified No
Message-id <1297314656.26.0.1920792279.issue11158@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Vinay,

Your example use a child process to receive log messages. I am implementing a thread-based solution. Do you think that multiprocessing.Queue() has major issues with threads or this problem happens only on Mac OSX implementations?

I still reproduce it quite easily on my system: Mac OS 10.6 and Python 2.6.6
History
Date User Action Args
2011-02-10 05:10:56pcdinhsetrecipients: + pcdinh, vinay.sajip
2011-02-10 05:10:56pcdinhsetmessageid: <1297314656.26.0.1920792279.issue11158@psf.upfronthosting.co.za>
2011-02-10 05:10:55pcdinhlinkissue11158 messages
2011-02-10 05:10:55pcdinhcreate