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