On 04:50 pm, [email protected] wrote: >Thanks, but how can I pass control back to calling code after starting >the >reactor? Or the idea is to run it in separate thread? I understand that >main >idea on twisted is async processing, but this time I need to block the >calling code until response is received.
No, you don't need to block the calling code until the response is received. The main idea on Twisted is async processing. :) Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
