Re: Dollar Self Storage (aka mod_perl children sharing/updating data on a schedule)

2011-01-26 Thread Jeff Anderson
Greetings, First, a big thank you to everyone for these great suggestions and corrections. The idea to send a HUP signal to the parent process works fine under the pre-forked server model, but does not work at until under the threaded worker model. So signals are right out. I probably forgot to m

experiencing Out of memory errors

2011-01-26 Thread John Deighan
We have an Apache/mod_perl application running under Windows Server 2003 that periodically experiences "Out of memory" errors (they appear in the Apache error logs) which forces Apache to restart. Our application does, in fact, use a lot of memory, and we believe that this is not due to a bug or m