[Twisted-Python] Some threadpool patches

Hi, Here are two patches regarding the threadpool. The first is to python/threadpool.py and firstly fixes the problem with the threadpool not being safe to it's own threads and secondly to ensure that enough threads get started. I'm not convinced that the way the threads are started is the best way, but it gets the job done. The second patch removes knowledge of the threadpool internals from internet/base.py /Anders -- Anders Chrigström <ac@strakt.com>

On 29 Sep 2003 14:28:45 +0200 Anders Chrigström <ac@strakt.com> wrote:
Here are two patches regarding the threadpool.
Thanks! Could you add those to twistedmatrix.com/bugs/? Feel free to assign them to me. -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python & Twisted consulting

On Mon, 2003-09-29 at 15:59, Itamar Shtull-Trauring wrote:
On 29 Sep 2003 14:28:45 +0200 Anders Chrigström <ac@strakt.com> wrote:
Here are two patches regarding the threadpool.
Thanks! Could you add those to twistedmatrix.com/bugs/? Feel free to assign them to me.
Done! You will find them as Issue297 and Issue298. Best regards, /Anders -- Anders Chrigström <ac@strakt.com>
participants (2)
-
Anders Chrigström
-
Itamar Shtull-Trauring