You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Cure <cu...@curesport.com> on 2007/08/27 14:19:00 UTC

Cleanuphandler

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 do_cleanup is done processing.

Thanks