Re: [Twisted-Python] AlreadyCalledError trying more than a server

2009-09-30 Thread Andrew Bennetts
Antonio Beamud Montero wrote: > exar...@twistedmatrix.com escribió: > > I don't think you've shared enough of your code for anyone to figure out > > what you're doing wrong (aside from calling one Deferred's callback > > method more than once). Your "runall" function above looks okay, so > > pe

Re: [Twisted-Python] AlreadyCalledError trying more than a server

2009-09-30 Thread Antonio Beamud Montero
exar...@twistedmatrix.com escribió: > I don't think you've shared enough of your code for anyone to figure out > what you're doing wrong (aside from calling one Deferred's callback > method more than once). Your "runall" function above looks okay, so > perhaps the problem is in some other part

Re: [Twisted-Python] AlreadyCalledError trying more than a server

2009-09-29 Thread exarkun
On 08:27 am, antonio.bea...@gmail.com wrote: >Hi all: >I've implemented my client as comes in twisted documentation >(FingerProxy example). >I want to connect with several machines at the same time, send and >receive data from this servers and start again (monitoring in one >word). > >I've created

[Twisted-Python] AlreadyCalledError trying more than a server

2009-09-29 Thread Antonio Beamud Montero
Hi all: I've implemented my client as comes in twisted documentation (FingerProxy example). I want to connect with several machines at the same time, send and receive data from this servers and start again (monitoring in one word). I've created a ClientFactory and a loop like this: conf['host