Commit 93b736ee authored by Richard Oudkerk's avatar Richard Oudkerk

Merge.

parents 71e7dbd1 7b69da72
...@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see ...@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
When an object is put on a queue, the object is pickled and a When an object is put on a queue, the object is pickled and a
background thread later flushes the pickled data to an underlying background thread later flushes the pickled data to an underlying
pipe. This has some consequences which are a little surprising, pipe. This has some consequences which are a little surprising,
but should not cause any pratical difficulties -- you can always but should not cause any practical difficulties -- if they really
use a managed queue if they really bother you. bother you then you can instead use a queue created with a
:ref:`manager <multiprocessing-managers>`.
(1) After putting an object on an empty queue there may be an (1) After putting an object on an empty queue there may be an
infinitessimal delay before the queue's :meth:`~Queue.empty` infinitessimal delay before the queue's :meth:`~Queue.empty`
......
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