Hi, On Sun, Nov 22, 2015 at 11:30 AM, Gert Doering <g...@greenie.muc.de> wrote:
> On Sun, Nov 22, 2015 at 10:49:13AM -0500, Selva Nair wrote: > >its safer to setup nssm with a delay of 2500 msec > > between ctrl-C and 'kill without prejudice' (aka Terminate). > > Ah, yes. Thanks :-) (you and Samuli need to work on the NSSM setup stuff > then, I don't have an eye on the windows stuff, so won't be able to track > this so it's not getting lost) > For now we only need to add it in the wiki entry on nssm -- I'll try to edit it or request Samuli. Then if/when we replace the 'aService' with nssm or start shipping an nssm script, it could be taken from the wiki example. > > > [*} actually with exit-notify n, it should only take n-1 seconds to send > n > > notifies, but integer arithmetic makes it always a little more than n-1. > > And for some reason it appears to wait a second even if another notify > > doesn't have to be sent. I've not looked into that part of the code > > carefully... > > Our timer granularity is "1 second" for most stuff, and we tend to add > another second "just to be sure"... ran into this when trying to speed > up client PUSH_REQUEST sending in commit afb93fac803f > Well, that explains it. Thanks. Selva