You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
campadrenalin edited this page Sep 18, 2011
·
2 revisions
ConcurrenTree.util.server.pool.connection
Connection
Represents a single connection provided by a server in the pool. It exchanges messages with the pool bus (message = a dict with a value for key "type"), and exchanges strings with its own server, which handles IO. It is the server's duty to call connection.cycle() and server_pull and server_push the connection's ioqueue property.