On Mar 22, 2015 5:11 AM, "Dmitry Morozovsky" wrote:
>
> On Sat, 21 Mar 2015, Konstantin Belousov wrote:
>
> > > > > > Somewhat modernize the SysV shm code:
> > > > >
> > > > > Is my understanding correct that postgres still uses shm? If so,
> > > > > has someone benchmarked the speedup?
> > > >
reated as a boolean value, why not use
`true' and `false' instead of `1' and `0'? No need to make shell code look
like C code. That way one can write:
if $USEDAUTOSIZE; then
Jos
--
Jos Backus
jos at catnook.com
___
svn-src-
On Feb 12, 2012 1:32 PM, "Mikolaj Golub" wrote:
>
>
> On Sun, 12 Feb 2012 12:56:58 -0800 Jos Backus wrote:
>
> JB> Right. So why not add a Unix socket listener to daemon(8) so the rc.d
> JB> script can send commands over the socket instead of using the
pidfile?
(8) for each service anyway. And then you
don't need pidfiles because now you have a much better, standard
control interface (sending commands to daemon(8) and gathering
responses).
Jos
>>
>> We can also add such a warning to the example in the manual page.
>>
Hi Pawel,
On Feb 5, 2012 1:48 PM, "Pawel Jakub Dawidek" wrote:
>
> On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote:
> > Ok, using hastd code as a reference :-) here is my implementation.
>
> - I'd not pass selected signals to the child. The parent can still be
> killed with a whole