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

_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to