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'); if i have the handler return right away instead of doing any processing, the client is redirected right away otherwise it blocks until the handler returns which happens after the client times out. has anyone else experienced this kind of behavior? any info or pointers is greatly appreciated! Thanks, -- ------------------------- Sean P. Scanlon perl -le 'print pack("h*", "375616e6e2373616e6c6f6e6e236f6d6")' ------------------------- -- 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