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 diegoqueiroz
Recipients diegoqueiroz, eric.araujo, tarek
Date 2011-01-19.18:07:13
SpamBayes Score 2.7991711e-05
Marked as misclassified No
Message-id <1295460435.54.0.563106506322.issue10948@psf.upfronthosting.co.za>
In-reply-to
Content
Well. My application does not actually randomly remove the folders, it just can't guarantee for a given process how the folder it created will be deleted.

I have many tasks running on a cluster using the same disk. Some tasks creates the folders/files and some of them remove them after processing. What each task will do depends of the availability of computational resources.

The application is also aware of possible user interaction, that is, I need to be able to manipulate folders manually (adding or removing) without crashing the application or corrupting data.
History
Date User Action Args
2011-01-19 18:07:15diegoqueirozsetrecipients: + diegoqueiroz, tarek, eric.araujo
2011-01-19 18:07:15diegoqueirozsetmessageid: <1295460435.54.0.563106506322.issue10948@psf.upfronthosting.co.za>
2011-01-19 18:07:13diegoqueirozlinkissue10948 messages
2011-01-19 18:07:13diegoqueirozcreate