On Wed, Nov 13, 2002 at 08:43:05PM -0500, Jeff Trawick wrote: > The recommended approach is to register a cleanup with the conn_rec > pool. When the connection goes away, so does the conn_rec pool, and > your cleanup will then run.
Does that place any restrictions on what can be done in the cleanup code, for example is there any memory that might have vanished as I'm trying to do things? (I can't actually think what I may want to do on a connection close apart from use the IP/socket information - presumably that's at least still available) Best wishes, James -- James Ponder; www.squish.net; London, UK
