How do I force a single instance of a python app?
Joshua Muskovitz
josh at open.com
Fri Oct 27 12:39:37 EDT 2000
More information about the Python-list mailing list
Fri Oct 27 12:39:37 EDT 2000
- Previous message (by thread): How do I force a single instance of a python app?
- Next message (by thread): How do I force a single instance of a python app?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is a very handy resource, but doesn't address one of my original requirements, namely that the lock be freed when the process terminates brutally. I've solved this by using files with exclusive write locks instead of subdirectories, but it isn't nearly as clean. -- j -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Previous message (by thread): How do I force a single instance of a python app?
- Next message (by thread): How do I force a single instance of a python app?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list