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 jango
Recipients jango, pitrou
Date 2011-12-10.13:44:22
SpamBayes Score 0.00045926898
Marked as misclassified No
Message-id <4EE36235.8070701@gmail.com>
In-reply-to <1323509877.3276.1.camel@localhost.localdomain>
Content
>> (note these aren't threads, but processes)
Fair enough, I should be more careful with terminology.

 > Ok, can you try to move the getLogger call from _Producer.__init__ 
to,> _Producer.run?,> (same for _Consumer)

Yes, that seems to work fine. One thing, however, that this would mean 
that I would have to declare logger in any method outside of __init__, 
like in shutdown()  for example.
History
Date User Action Args
2011-12-10 13:44:23jangosetrecipients: + jango, pitrou
2011-12-10 13:44:23jangolinkissue13569 messages
2011-12-10 13:44:22jangocreate