[Zodb-checkins] CVS: StandaloneZODB/ZEO/zrpc - connection.py:1.1.2.4
Jeremy Hylton
jeremy@zope.com
Thu, 17 Jan 2002 23:54:30 -0500
Update of /cvs-repository/StandaloneZODB/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv523/ZEO/zrpc
Modified Files:
Tag: Standby-branch
connection.py
Log Message:
Re-enable the _do_async_poll() for _callAsync().
Found a case where the lack of an explicit poll() call caused the
application to hang.
=== StandaloneZODB/ZEO/zrpc/connection.py 1.1.2.3 => 1.1.2.4 ===
# will wait for the asyncore loop to get control again. Seems
# okay to comment our for now, but need to understand better.
-## self._do_async_poll()
+ self._do_async_poll()
# handle IO, possibly in async mode