Re: PerlCleanupHandler and redirect

2004-10-02 Thread Geoffrey Young
>> i am registering the handler like so: >> $r->register_cleanup('MyPackage::LongProcess'); > > > what's MyPackage::LongProcess, a package name or a subroutine? It should > be a subroutine. actually, while it looks like 2.0 supports a few different forms, I think it can only be a reference to a

Re: PerlCleanupHandler and redirect

2004-10-02 Thread Stas Bekman
Sean, to start with always read http://perl.apache.org/bugs/ before sending a bug/problem report. I can't tell from your report what modperl generation/version you are using. Sean Scanlon wrote: I am having a problem with using a cleanup handler where it seems that the CleanupHandler is blocking

PerlCleanupHandler and redirect

2004-10-01 Thread Sean Scanlon
I am having a problem with using a cleanup handler where it seems that the CleanupHandler is blocking the client browser from a redirect >From what i understand the cleanup handler happens after the connection is closed. I am using the cleanup handler to do some lengthy processing while the user