Hi!

Everyone knows that END handlers in packages under mod_perl are executed
only when apache terminates. But from time to time there might be a need to
execute something when the Request is finished.

In practice what I do in these cases is install PerlCleanupHandler which
checks all loaded packages and if they define 'END_REQUEST' function then
execute that function.

Maybe it's worth making it standart feature of mod_perl?

Andrei


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to