Antoine Pitrou <pit...@free.fr> added the comment: > The _multiprocessing module already have similar objects. > _multiprocessing.Connection is based on file descriptors (and initialized > with the result of os.pipe()) > _multiprocessing.PipeConnection uses Windows named pipes.
_multiprocessing.Connection exposes a socket-like API (recv/send) rather than file-like (read/write/etc.). Furthermore, _multiprocessing isn't available everywhere; and I wouldn't really trust it in terms of stability. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9939> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com