Further refined section on logging to one file from multiple processes.

This commit is contained in:
Vinay Sajip 2009-08-17 13:14:37 +00:00
parent 99954c9c45
commit 5e7f645c16
1 changed files with 3 additions and 0 deletions

View File

@ -1359,6 +1359,9 @@ If you are using a recent version of Python which includes the
:class:`Lock` class from this module to serialize access to the file from
your processes. The existing :class:`FileHandler` and subclasses do not make
use of :mod:`multiprocessing` at present, though they may do so in the future.
Note that at present, the :mod:`multiprocessing` module does not provide
working lock functionality on all platforms (see
http://bugs.python.org/issue3770).
.. _network-logging: