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 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 is redirected to a wait page.

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.



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to