Re: [Twisted-Python] PBClientFactory and getRootObject

2009-04-10 Thread Fabrizio Mancini
On Fri, Apr 10, 2009 at 6:09 PM, Jean-Paul Calderone wrote: > I don't really understand either of these questions. > Hi JP, and thank you for your reply. Don't worry if you didn't understand the question, i just didn't understand deeply how deferred worked. I just needed to chain different deferr

Re: [Twisted-Python] PBClientFactory and getRootObject

2009-04-10 Thread Jean-Paul Calderone
On Thu, 2 Apr 2009 23:31:12 +0200, Fabrizio Mancini wrote: Hi everyone, I'm writing a server and a client using Perspective Broker with no Avatar and no auth. The server accumulates some data using a DeferredQueue. The clients using a remote call retrieve one item per time from the queue and ela

[Twisted-Python] PBClientFactory and getRootObject

2009-04-02 Thread Fabrizio Mancini
Hi everyone, I'm writing a server and a client using Perspective Broker with no Avatar and no auth. The server accumulates some data using a DeferredQueue. The clients using a remote call retrieve one item per time from the queue and elaborates it making some changes on a database using adbapi. Wha