Re: Making a multithread app that runs several instances of whatever the app did before

2006-08-15 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hi > > I've aquired a program written in Python, and without much knowledge of > the language I'm trying to make some changes to it. The original > program starts, runs a certain process and then finishes. I want to > adapt it so that, at a certain stage of the process,

Making a multithread app that runs several instances of whatever the app did before

2006-08-15 Thread olbion
Hi I've aquired a program written in Python, and without much knowledge of the language I'm trying to make some changes to it. The original program starts, runs a certain process and then finishes. I want to adapt it so that, at a certain stage of the process, a new process is started from scratch