Re: [Twisted-Python] Processpool recommendation (for scaling to multiple CPUs)

2009-05-27 Thread Attila Nagy
gl...@divmod.com wrote: > On 08:21 pm, b...@fsn.hu wrote: > >> I've got some CPU scalability issues (the application became CPU bound, >> but there are a lot more CPUs, which can't be used because of the >> uniprocess nature), threading is not a solution, so the next logical >> move could be sta

Re: [Twisted-Python] Processpool recommendation (for scaling to multiple CPUs)

2009-05-24 Thread glyph
On 08:21 pm, b...@fsn.hu wrote: >I've got some CPU scalability issues (the application became CPU bound, >but there are a lot more CPUs, which can't be used because of the >uniprocess nature), threading is not a solution, so the next logical >move could be starting multiple twisted reactors in dif

[Twisted-Python] Processpool recommendation (for scaling to multiple CPUs)

2009-05-24 Thread Attila Nagy
Hello, Is there any efficient built-in machinery in twisted for running a (TCP, UDP or unix domain socket) service in a connection multiplexer->worker processes manner? Or if there isn't, what is the recommended way of doing this? (any examples maybe?) I've got some CPU scalability issues (the