[Twisted-Python] xmlrpc deferred
Itamar Shtull-Trauring
itamar at itamarst.org
Fri May 27 14:11:43 MDT 2005
On Fri, 2005-05-27 at 22:56 +0300, Catalin Constantin wrote:
> Ok, i got this now.
> Is there any suggested way to make the call to that method in a
> separate thread and return the result after the thread is done, and meanwhile
> the other XMLRPC methods not to be blocked ?
Yes; specifically for database calls check twisted.enterprise.adbapi
(specifically runInteraction). There is documentation in the RDBMS
(enterprsie) howto.
More information about the Twisted-Python
mailing list