in reply to Forcing modperl processes to restart after N requests

alain_desilets,

Have you tested how long it takes to refresh the web-server?

We have a "slow time" when we refresh all of our high usage servers. We have some persistent Perl applications that we could refresh and the clients waited for the server to respond. Unfortunately with Apache2, mod-perl would go crazy trying to re-connect to the persistent Perl application, which created errors trying to refresh the socket. For us, the downtime could be measured in seconds. Refresh didn't work correctly, but we just did a 'stop' followed by a 'start', which worked fine.

Just a suggestion.

Good Luck

"Well done is better than well said." - Benjamin Franklin

  • Comment on Re: Forcing modperl processes to restart after N requests