Re: postmaster.pid - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: postmaster.pid
Date
Msg-id 412CD237.90901@dunslane.net
Whole thread Raw
In response to Re: postmaster.pid  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
Responses Re: postmaster.pid  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
List pgsql-hackers-win32

Joerg Hessdoerfer wrote:

>
>
>Well, wouldn't it be better then to do an OS-dependant check for a running
>postmaster, which could use kill() on IMHO broken systems where it's not easy
>to determine the processname for a PID, and more elaborate checking on
>others. On Windows, there's OpenProcess et al, on Linux, one could resort
>to /proc. I didn't develop on too many others, but there should be
>possibilities for those, too.
>
>
>
>

At this stage in the dev cycle I don't think so - might be worth
improving the robustness post 8.0. Assuming you have access to /proc can
be dangerous too - even if it's there (and in some jail/chroot type
environments it isn't) .

One thought I did have was that it might be worth ignoring the .pid file
is its mtime was older than the system boot time, assuming that both
could be determined portably and reliably.

cheers

andrew

pgsql-hackers-win32 by date:

Previous
From: Joerg Hessdoerfer
Date:
Subject: Re: postmaster.pid
Next
From: Bruce Momjian
Date:
Subject: Re: Service startup delay