On Feb 4, 1:36 am, Kevin Baker <[email protected]> wrote: > I am trying to reload with as little impact on uptime as possible. With > apache I do a /etc/init.d/apache2 reload rather than restart for the same > effect.
That's actually not very good... there are a few 'memory leaks' that can happen through that effect. It's in quotes because it's not really a leak , but under a lot of apache modules, memory won't be freed through that and just linger until a proper shutdown/startup. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
