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-initialized in second worker.
I would like to avail the connections initialized in first worker from second worker process. Is there a way, where i create this connection in global memory pool which is accessible across the worker process. Thanks Kiran Sakhare -- View this message in context: http://apache-http-server.18135.x6.nabble.com/Apache-module-avoiding-re-initialization-of-connection-pool-in-every-worker-process-tp5011066p5011092.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.
