Hey there,<br>
i have an app that runs several processes as threads.<br>
using the threading.Thread()<br>
<br>
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. <br>
<br>
My question is, is there a limit on how many threads one GUI application can have running in the background ?<br>
Most of them are sleeping most of the time. They wake up and do something every 10 seconds, 20 minutes, etc...<br>
<br>
Any pitfalls out there i shoud know about ?<br>
<br>
thanks<br>
<br>
shawn<br>