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 bluebloodpole
Recipients bluebloodpole, docs@python
Date 2021-04-17.01:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618622288.58.0.221543721652.issue43877@roundup.psfhosted.org>
In-reply-to
Content
In the section titled "Logging to a single file from multiple processes"
I am puzzled by the second example, as follows:
The first example has the listener/logger is in a separate >process< and the listener/logger process is (as I would anticipate) started >before< the worker/sender processes. 
In the 2nd example, the listener/logger is in a separate >thread< and the listener/logger thread is (oddly) started >after< the worker/sender processes.
Please correct it, or explain in the Cookbook what is OK about doing it that way, and if it is OK, are there limitations to doing it that way?
History
Date User Action Args
2021-04-17 01:18:08bluebloodpolesetrecipients: + bluebloodpole, docs@python
2021-04-17 01:18:08bluebloodpolesetmessageid: <1618622288.58.0.221543721652.issue43877@roundup.psfhosted.org>
2021-04-17 01:18:08bluebloodpolelinkissue43877 messages
2021-04-17 01:18:08bluebloodpolecreate