Re: [Twisted-Python] TCP Proxy scalability issue

2009-05-01 Thread Mohapatra Saurav
Glyph, Thanks for the response. We're trying to proxy multiple VNC processes for a screen sharing application. So though CPU load is low, the data being pushed out is pretty high. We have around 16Kb of data being pushed out per second per client for a normal case. The test server is running on E

[Twisted-Python] TCP Proxy scalability issue

2009-05-01 Thread Mohapatra Saurav
Hi, We're currently running a TCP proxy / port multiplexer written in Twisted to route to multiple worker server processes running on loopback ports. The architecture is something like this Worker processes W1...n run listening on P1..n on the loopback and one router process (twisted b