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
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
>>
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
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