[Catalyst] Apache::Reload
Perrin Harkins
perrin at elem.com
Tue Aug 16 22:42:41 CEST 2005
On Tue, 2005-08-16 at 14:26 -0600, Rusty Conover wrote:
> $APACHE_ROOT/bin/apachectl graceful
>
> works the best. It doesn't interrupt existing requests, and reloads the
> code nicely.
People often complain that this leaks memory. I just do "apachectl stop
&& apachectl start". It's so fast that it hardly seems worth fussing
about. For a live server, people often use tricks with load-balancers
to restart some of their stuff while keeping the rest up.
- Perrin
More information about the Catalyst
mailing list