Re: Too many threads

2010-09-17 Thread mark . pelletier
On Sep 17, 1:38 am, Ned Deily wrote: > In article <20100917052259.ga28...@cskk.homeip.net>, >  Cameron Simpson wrote: > > > > > > > On 16Sep2010 22:14, Ned Deily wrote: > > | In article <20100917043826.ga21...@cskk.homeip.net>, > > |  Cameron Simpson wrote: > > | > > | > On 16Sep2010 09:55, mar

Too many threads

2010-09-16 Thread mark . pelletier
For some reason, the tasks I put into my thread pool occasionally get run more than once. Here's the code: # --- from threading import Thread from queue import Queue import subprocess