Hey there,
i have an app that runs several processes as threads.
using the threading.Thread()

now, i have another app that does the same thing. Now, pretty soon, we will be combining all the features of the two packages together into one app.

My question is, is there a limit on how many threads one GUI application can have running in the background ?
Most of them are sleeping most of the time. They wake up and do something every 10 seconds, 20 minutes, etc...

Any pitfalls out there i shoud know about ?

thanks

shawn
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to