Re: module configuration kill

2011-01-13 Thread Victor Ronin
variables. However, as example mpm_winnt has only one child, so you can disregard all worries regarding keeping instances of variables in sync between childs. Regards, Victor Ronin There are three this is turning out to be exactly what i was searching for. quick question regarding variable

Hook end of connection

2011-01-12 Thread Victor Ronin
could be in keepalive state, so additional requests will be served in the same connection. Regards, Victor Ronin

Re: Hook end of connection

2011-01-12 Thread Victor Ronin
On 1/12/11 4:13 PM, Andrew Godziuk wrote: I think the logging hook would do the trick too. Do you mean ap_hook_log_transaction? I believe it's executed at the end of request vs. end of connection. Regards, Victor

Re: Hook end of connection

2011-01-12 Thread Victor Ronin
Nick, Thanks. Any cleanup registered on the child pool will run when the child quits, if that's any use to you. This won't work for me (child usually serves many connection). Register a cleanup on the connection pool. Got it. This will work. Connection uses context pool and I thought