Re: [Twisted-Python] blocking code alongside with Twisted

2012-08-31 Thread Shuai Lin
Thanks for the quick reply. I don't need Ampoule, since the tasks are simply calling some libreoffice api to convert documents to pdf format, but thank you all the same! On Sat, Sep 1, 2012 at 1:53 PM, Glyph wrote: > > On Aug 31, 2012, at 10:30 PM, Shuai Lin wrote: > > > Hi all, > > > > My

Re: [Twisted-Python] blocking code alongside with Twisted

2012-08-31 Thread Glyph
On Aug 31, 2012, at 10:30 PM, Shuai Lin wrote: > Hi all, > > My server mainly consists of two modules: > -- http api handling (using twisted) > -- backend blocking tasks > > The backend tasks have to block, because I have to call some third-party > API, which is always blocki