Re: [Tutor] quick question about threads

2006-01-17 Thread nephish
all i needed to know, thanks very much shawn On Tue, 2006-01-17 at 21:53 -0500, Kent Johnson wrote: > nephish wrote: > > Hey there, i have a program written in python that uses four threads > > that run all at the same time. Now i want to add a new thread with the > > same basic structure (threa

Re: [Tutor] quick question about threads

2006-01-17 Thread Kent Johnson
nephish wrote: > Hey there, i have a program written in python that uses four threads > that run all at the same time. Now i want to add a new thread with the > same basic structure (threading.thread) that will run only when needed. > This one will not run in a loop, it will just run once and quit.

[Tutor] quick question about threads

2006-01-17 Thread nephish
Hey there, i have a program written in python that uses four threads that run all at the same time. Now i want to add a new thread with the same basic structure (threading.thread) that will run only when needed. This one will not run in a loop, it will just run once and quit. So, i may need this to