[Twisted-Python] How many threads in an application

Christian Schneider schneider at gl-systemhaus.de
Tue May 23 15:24:26 EDT 2006


Hi all,

I have implemented a server as a subclass of t.i.TCPServer and have  
it running as a twistd application. Within the service, I have  
several callbacks. Let's say I have three connected protocols, how  
many threads to I have? Just one or more. The callbacks are scheduled  
via reactor.callLater.

Thanks,

chris




More information about the Twisted-Python mailing list