hi doug...
I started poking around the compat.pm today in a few spare moments
and found
sub register_cleanup {
shift->pool->cleanup_register(@_);
}
sub post_connection {
shift->connection->pool->cleanup_register(@_);
}
but in 1.3 post_connection() is an alias for $r->register_cleanup -
from what I can tell, 1.3 doesn't provide for per-connection cleanups
natively. did I miss something?
actually, I'm a bit interested in this since my ApacheCon presentation
talks about implementing per-connection cleanups in 1.3 :)
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]