Possible Duplicate:
python - how to get the numebr of active threads started by specific class?
I'm new in python, i want to get count of running threads at any time...is there any built in support for this or i have to maintain it manually (e.g. count veriable...) ?