Re: Apache module avoiding re-initialization of connection pool in every worker process

2013-12-31 Thread Eric Covener
On Tue, Dec 31, 2013 at 3:52 AM, ksakhare wrote: > Hi All > > I am building apache module, which maintains the connection pool with > back-end server. As in prefork mode only one connection pool is created as > their is only one worker process exist. > > Now I need to port this module on worker mp

Apache module avoiding re-initialization of connection pool in every worker process

2013-12-31 Thread ksakhare
Hi All I am building apache module, which maintains the connection pool with back-end server. As in prefork mode only one connection pool is created as their is only one worker process exist. Now I need to port this module on worker mpm, because there are multiple worker process, multiple connec