Re: [Twisted-Python] deferToThread and thread ID

2009-12-03 Thread exarkun
On 05:23 pm, masetto4e...@gmail.com wrote: >Hi all, > >Last week i've started to study (and love :P) Twisted . >Well, just for didactical purpose i've written a little script which >download a web page (getPage) and calculate a long Fibonacci number >within a >deferToThread and it works perfectly.

[Twisted-Python] deferToThread and thread ID

2009-12-03 Thread masetto scarface
Hi all, Last week i've started to study (and love :P) Twisted . Well, just for didactical purpose i've written a little script which download a web page (getPage) and calculate a long Fibonacci number within a deferToThread and it works perfectly. I would like to see the different threads id of th