in reply to Sharing database connections over multiple (non child) processes.
Another approach is to use Apache/mod_perl as an application server, putting your core code in there and calling it from clients via SOAP or RPC-XML. This would let you limit the number of connections at any given time by controlling the number of Apache processes, but it also means a significant re-write of your code.
|
|---|