On 2006-03-13, Math <[EMAIL PROTECTED]> wrote:

> Does anybody know what I have to do to run only 1 instance of
> my Python Application?

Yes.

http://www.google.com/search?hl=en&q=python+single+application+instance

On Unix, one creates a lock file.  Typically
/var/run/<appname>.pid if you want a single system-wide
instance.

-- 
Grant Edwards                   grante             Yow!  They
                                  at               collapsed... like nuns
                               visi.com            in the street... they had
                                                   no teenappeal!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to