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

2014-01-01 Thread ksakhare
Hi All Thanks for the replies. I appriciate the replies but the problem i am currently facing is when i initialize the connection pool in worker 1 (httpd.exe child process), next request may spawn another worker (httpd.exe process). As these are two different process the connection pool is

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

2014-01-01 Thread Eric Covener
On Wed, Jan 1, 2014 at 7:45 AM, ksakhare kiran.sakh...@gmail.com wrote: Hi All Thanks for the replies. I appriciate the replies but the problem i am currently facing is when i initialize the connection pool in worker 1 (httpd.exe child process), next request may spawn another worker

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

2014-01-01 Thread Kean Johnston
On 1/1/2014 2:45 PM, ksakhare wrote: Hi All Thanks for the replies. I appriciate the replies but the problem i am currently facing is when i initialize the connection pool in worker 1 (httpd.exe child process), next request may spawn another worker (httpd.exe process). As these are two