> We are currently looking at our watchdog process config to see why it
> did not auto-restart Resin.  I think we didn't give enough memory buffer
> for the watchdog to detect a needed restart, and our app lost
> responsiveness before the watchdog could restart it.  But that's just a
> theory.

The memory low detection happens within the server itself.  If the
server itself detects that the memory is about to be exhausted, it
exits.  The watchdog then notices that the server did not exit cleanly,
and starts a new server to replace it.

-- Sam



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to