This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients amaury.forgeotdarc, eckhardt, ggenellina, javen72
Date 2009-01-16.09:25:17
SpamBayes Score 0.011933356
Marked as misclassified No
Message-id <1232097918.92.0.652526894164.issue4944@psf.upfronthosting.co.za>
In-reply-to
Content
If you start the new thread *after* the file is closed, no race 
condition should exist. I'm sorry but I'm unable to follow the code you 
use to create threads and write the makefile; but you should verify 
that your original assertion "Once a makefile is generated, launch a 
separate process..." is true.

Alternatively, when using a Queue like in my last example, make sure 
the new job enters the queue *after* closing the file.
History
Date User Action Args
2009-01-16 09:25:19ggenellinasetrecipients: + ggenellina, amaury.forgeotdarc, eckhardt, javen72
2009-01-16 09:25:18ggenellinasetmessageid: <1232097918.92.0.652526894164.issue4944@psf.upfronthosting.co.za>
2009-01-16 09:25:18ggenellinalinkissue4944 messages
2009-01-16 09:25:17ggenellinacreate