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