multiple instance on Unix
Nigel King
nigel.king at orthogonsystems.com
Wed Sep 29 13:38:06 EDT 2004
More information about the Python-list mailing list
Wed Sep 29 13:38:06 EDT 2004
- Previous message (by thread): multiple instance on Unix
- Next message (by thread): multiple instance on Unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have (my son has!) implemented protection against multiple instances causing havoc by creating a directory. This fails if it exists and thus in a single instruction one gets both the acquire and the test. Windows has it's mutex which solves the problem. Is there any better version for UNIX. Thanks Nigel King
- Previous message (by thread): multiple instance on Unix
- Next message (by thread): multiple instance on Unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list