[Twisted-Python] I see, remote_method can also return a deferred. Perhaps we could document that?

2011-09-22 Thread David Kao
I almost gave up choosing twisted until I found this explanation http://twistedmatrix.com/pipermail/twisted-python/2004-April/007517.html which basically says a remote_method can return a deferred. In this case, the PB server won't return the result of the Deferred back to the client until the se

Re: [Twisted-Python] I see, remote_method can also return a deferred. Perhaps we could document that?

2011-09-22 Thread David Kao
Or we could just use Brian's example. David Kao On Thu, Sep 22, 2011 at 9:19 PM, David Kao wrote: > I almost gave up choosing twisted until I found this explanation > > http://twistedmatrix.com/pipermail/twisted-python/2004-April/007517.html > > which basically says a remote_method can return