Re: Connection Pool Module

2007-12-14 Thread Nick Kew
On Fri, 14 Dec 2007 08:35:12 -0500 Mike O'Leary [EMAIL PROTECTED] wrote: I am looking to write an Apache module that maintains a pool of socket connections to a back-end server. mod_proxy does that. Alternatively, you could look at mod_dbd, which maintains a pool of database connections. --

Connection Pool Module

2007-12-14 Thread Mike O'Leary
I am looking to write an Apache module that maintains a pool of socket connections to a back-end server. When a request for the module comes in, a connection from the pool would be grabbed and the data sent to the back-end server. I want persistent connections to the back-end server; constantly