[Twisted-Python] multiple workers

ruslan usifov ruslan.usifov at gmail.com
Thu Sep 2 13:26:35 EDT 2010


Why it is not supported? I want behaviour like nginx http://nginx.org/, and
misunderstand why i can't implemented it throw twisted. Its' so easy. Every
process have it's own set sockets, and they doesn't share  this sockets
between each other. "OnConnect" event happens only once and which process
handle this event depend on operation system(select epoll, kqueue), in my
case this happens like round robin(FreeBSD 7.2-RELEASE-p8). Where here is
unsupported behaviour?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20100902/33352af5/attachment-0001.htm 


More information about the Twisted-Python mailing list