New submission from John Brearley:

In the attached multiprocessing.connection simple client script, the poll() 
method is always returning false. If I force the temp variable to 1, the 
recv()method happily gets the incoming data. I had hoped to use the poll() 
method to implement a timeout error, to avoid the blocking nature of the client.

----------
files: socket_client_mp.py
messages: 179885
nosy: jbrearley
priority: normal
severity: normal
status: open
title: multiprocessing.connection poll() always returns false
versions: Python 3.3
Added file: http://bugs.python.org/file28717/socket_client_mp.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to