[Zodb-checkins] CVS: ZEO/ZEO/zrpc - connection.py:1.1.2.7

Shane Hathaway shane@cvs.zope.org
Thu, 28 Mar 2002 12:25:54 -0500


Update of /cvs-repository/ZEO/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv5073/zrpc

Modified Files:
      Tag: Standby-branch
	connection.py 
Log Message:
Allow the server to initiate messages to clients.


=== ZEO/ZEO/zrpc/connection.py 1.1.2.6 => 1.1.2.7 ===
 
 class ServerConnection(Connection):
+    """Connection on the server side"""
+    # XXX Do we need this class anymore?
 
-    def _do_async_poll(self, wait=0):
-        """If this is a server, there is no explicit IO to do"""
-        pass
-
-    def set_async(self, map):
-        pass
-
-    # XXX _do_async_loop is never called.  Should it be defined as
-    # above anyway?
 
 class ManagedServerConnection(ServerConnection):
     """A connection that notifies its ConnectionManager of closing"""