Cleanuphandler

2007-08-27 Thread Cure
In my mason template I have the following code. $r->set_handlers( PerlCleanupHandler => [ &do_cleanup ]); But for some reason the main script waits for the function do_cleanup to finish. I thought the function would be process in the Cleanup Phase? The borwser will set their until the function

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread Perrin Harkins
On Mon, 2005-03-07 at 17:22 +0800, victor wrote: > I did a hard stop, actually though we turned on perfreshreseart we never > do 'restart' on apache, I have gone so far as of changing the apachectl > so restart actually stop and start the server. > > I will try again with this turned off later t

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread victor
I did a hard stop, actually though we turned on perfreshreseart we never do 'restart' on apache, I have gone so far as of changing the apachectl so restart actually stop and start the server. I will try again with this turned off later today and see if I get any complain tomorrow. Tor. Perrin

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread victor
it has been working wonderful, recently I noticed the documention have been changed now the CleanupHandler become the prefered choice of handler to handle SizeLimit. It still does the same thing it always did, i.e. if you use any phase other than cleanup it just pushes a cleanup handler to

Re: Problem using Cleanuphandler for SizeLimit

2005-03-06 Thread Perrin Harkins
On Mon, 2005-03-07 at 14:06 +0800, victor wrote: > This is all I have in the config file > > PerlFreshRestartOn Can you try without that? I strongly advise against using PerlFreshRestart. It can cause some very mysterious bugs. Perl just isn't built to handle refreshing like this witho

Re: Problem using Cleanuphandler for SizeLimit

2005-03-04 Thread Perrin Harkins
On Fri, 2005-03-04 at 17:24 +0800, victor wrote: > I have been using SizeLimit with FixupHandler since day one and it has > been working wonderful, recently I noticed the documention have been > changed now the CleanupHandler become the prefered choice of handler to > handle Si

Problem using Cleanuphandler for SizeLimit

2005-03-04 Thread victor
Hello everyone, I just bump into something strange I wonder if anyone else here have experienced it or better have a fix. I have been using SizeLimit with FixupHandler since day one and it has been working wonderful, recently I noticed the documention have been changed now the CleanupHandler