> I'm using Apache::SizeLimit (on both Solaris and Linux) and getting the > error_log entry: > > [Tue Dec 11 15:01:19 2001] (2520) Apache::SizeLimit httpd process too big, > exiting at SIZE=44964 KB SHARE=10900 KB REQUESTS=389 LIFETIME=9505 > seconds > > But the child process often doesn't exit right away. It may hang around > for a couple of minutes or even an hour with the message occuring with > every hit:
Maybe this is because of a keep-alive connection. It's possible that Apache::exit() waits for all keep-alive activity to complete before exiting. Is there any way you can test it without keep-alive? - Perrin