threads/sockets quick question.

antred NutJob at gmx.net
Mon Sep 19 07:50:45 EDT 2005


maybe try this

while threading.activeCount() < MAX_THREADS:
    # ....


instead of 

while threading < MAX_THREADS:




More information about the Python-list mailing list