Skip to content

Serverpool connection

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.

Serverpool System
Python Library

Clone this wiki locally