[Twisted-Python] Weekly Bug Summary

2014-02-22 Thread trac
Bug summary __ Summary for 2014-02-16 through 2014-02-23 Opened Closed Total Change Enhancements: 5 1 1155 +4 Defects: 5 3705 +2 Tasks: 1 2 9

[Twisted-Python] Making twisted web client requests on running reactor

2014-02-22 Thread Ameya Lokare
Hi everyone, I'm writing a client library that makes (potentially long running) HTTP requests. Since the library will be used within non-Twisted code, I was thinking of running the reactor in a separate thread. The library code looks roughly like this: def start(): Thread(target=reactor.run,