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 vinay.sajip
Recipients pcdinh, vinay.sajip
Date 2011-02-10.08:37:33
SpamBayes Score 2.6710482e-06
Marked as misclassified No
Message-id <1297327054.39.0.996442890756.issue11158@psf.upfronthosting.co.za>
In-reply-to
Content
I don't believe that the problem is about threads vs. processes. In the following gist:

https://gist.github.com/820132

I modified the script so that the main process uses a listener thread, rather than a listener process, to collect the logs. (Basically, I changed multiprocessing.Process to threading.Thread, changed the name of the function to listener_thread from listener_process, added an import for threading and updated the comments. No other changes were made.)

The script in the above gist runs fine on Linux Mint Debian and Windows 7 (Python 2.6 in both cases). Please run it on Snow Leopard and report your findings.
History
Date User Action Args
2011-02-10 08:37:34vinay.sajipsetrecipients: + vinay.sajip, pcdinh
2011-02-10 08:37:34vinay.sajipsetmessageid: <1297327054.39.0.996442890756.issue11158@psf.upfronthosting.co.za>
2011-02-10 08:37:33vinay.sajiplinkissue11158 messages
2011-02-10 08:37:33vinay.sajipcreate