[Twisted-Python] Twisted scalability with hundreds of outbound (client) connections

Itamar Shtull-Trauring itamar at itamarst.org
Sun Sep 26 14:54:10 EDT 2004


Rather than doing queuing in the transport, do it in your
DatagramProtocol code - instead of doing transport.write add stuff to a
queue that schedules writes fairly for different machines.





More information about the Twisted-Python mailing list