On Thursday 09 March 2006 04:15, Tyler MacDonald wrote:
> Foo Ji-Haw <[EMAIL PROTECTED]> wrote:
> > The basis for the need is because I am thinking of having my process
> > call itself (but another uri) to activate another process.
> >
> > Appreciate any tips you can offer. Thanks.
>
>         According to the docs a PerlCleanupHandler may do the trick:

But keep in mind that a long time request level cleanup on a kept-alive 
connection may decrease your overall performance. Use a connection level 
cleanup routine instead in that case.

$r->connection->pool->cleanup_register(sub{...})

Torsten

Attachment: pgpX0YEl60d1T.pgp
Description: PGP signature

Reply via email to