
Oct. 10, 2009
4:04 p.m.
On 04:50 pm, decvar@gmail.com 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