[issue3518] multiprocessing: BaseManager.from_address documented but doesn't exist

Mart Sõmermaa report at bugs.python.org
Thu Oct 23 13:55:13 CEST 2008


Mart Sõmermaa <mrts at mrts.pri.ee> added the comment:

Also, it would be helpful to elaborate a bit more on:

major:
 * how to implement a queue that is shared both locally and remotely
(i.e. n local processes access the queue as well as m remote processes)

minor:
 * blocking (assumption: q.get() blocks on socket.recv())
 * timeout (assumption: the socket does not time out, e.g. q.get()
blocks endlessly on socket.recv())

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3518>
_______________________________________


More information about the Python-bugs-list mailing list