[Twisted-Python] Newbie question: Is this possible with twisted?

Tim Bordemann t.bordemann at web.de
Wed Feb 24 15:27:35 EST 2010


Hi,

first of all: I've no experience with network-programming yet, but need to go in for creating a "simple" client-server application.
In the end I'd like to connect a web-form (django) with a twisted-server, which then should do some long-lasting calculations.

So far I got a simple xmlrpc-server, which "defers" the calculation to a new thread and a client which sends the initial request to do the calculation. Though I have the problem that the client stays connected until the calculations are done.

Could someone tell me if it's somehow possible to disconnect the client right after sending the request to the server?

Thanks,
Tim



More information about the Twisted-Python mailing list