alarms

2002-04-10 Thread mire
I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too ? 2) does apache child die when you issue die; from perl code (mod_perl ofcourse) ? -- Best

Re: Serious bug, mixing mod-perl content

2002-03-14 Thread mire
Beta contains new code and www is old code. We were calling www but once a while beta would pop in. We noticed error messages that were giving whole stack trace (caller) but those error messages were not present in www code, they are implemented as a change in beta code. Right now we solved the