[Tutor] question about number of threads

2006-10-12 Thread shawn bright
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

Re: [Tutor] question about number of threads

2006-10-12 Thread Kent Johnson
shawn bright wrote: 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