File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -721,9 +721,8 @@ existing processes to perform this function.)
721721includes a working socket receiver which can be used as a starting point for you
722722to adapt in your own applications.
723723
724- If you are using a recent version of Python which includes the
725- :mod: `multiprocessing ` module, you could write your own handler which uses the
726- :class: `~multiprocessing.Lock ` class from this module to serialize access to the
724+ You could also write your own handler which uses the :class: `~multiprocessing.Lock `
725+ class from the :mod: `multiprocessing ` module to serialize access to the
727726file from your processes. The existing :class: `FileHandler ` and subclasses do
728727not make use of :mod: `multiprocessing ` at present, though they may do so in the
729728future. Note that at present, the :mod: `multiprocessing ` module does not provide
You can’t perform that action at this time.
0 commit comments