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 connection pools are getting created. How can i initialization connection in once and use these connections across the different worker process. Thanks in advacne. -- 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-tp5011066.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.