Re: [Twisted-Python] XML-RPC for paralell clients

2009-05-19 Thread Pet
On Tue, May 19, 2009 at 11:48 AM, Pet wrote: > On Tue, May 19, 2009 at 10:59 AM,   wrote: >> On 07:51 am, petshm...@googlemail.com wrote: >>>after playing with reactor, factory and protocol, I'm trying to >>>implement XML-RPC server, but it seems that it is not able to handle >>>several clients in

Re: [Twisted-Python] XML-RPC for paralell clients

2009-05-19 Thread Pet
On Tue, May 19, 2009 at 10:59 AM, wrote: > On 07:51 am, petshm...@googlemail.com wrote: >>after playing with reactor, factory and protocol, I'm trying to >>implement XML-RPC server, but it seems that it is not able to handle >>several clients in parallel. If I call the slow function with first >>

Re: [Twisted-Python] XML-RPC for paralell clients

2009-05-19 Thread glyph
On 07:51 am, petshm...@googlemail.com wrote: >after playing with reactor, factory and protocol, I'm trying to >implement XML-RPC server, but it seems that it is not able to handle >several clients in parallel. If I call the slow function with first >client and then with second client a fast functi

[Twisted-Python] XML-RPC for paralell clients

2009-05-19 Thread Pet
Hi, after playing with reactor, factory and protocol, I'm trying to implement XML-RPC server, but it seems that it is not able to handle several clients in parallel. If I call the slow function with first client and then with second client a fast function, second client will receiver the results