Commit 8c6b0a5b authored by Vinay Sajip's avatar Vinay Sajip

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

parent d8fe8bf6
......@@ -1336,6 +1336,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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment