[Tutor] Re: Numbers of active threads

Fredrik Steen nntp@stone.nu
Mon, 13 May 2002 11:40:35 +0200


On Sat, 11 May 2002 20:25:20 +0200, A wrote:

> Hi,
> I use threading module and I need to  control numbers of active threads.
> Can you please give me an example how to do that. Thank you Ladislav

You could probably use the activeCount() from the threading module.

./fs