I'm front-ending with lighttpd right now (originally was apache, but I
moved over) and limiting with maxclients
I didn't see anything about DBI connections in the guide about that.
i guess i was just thinking about making myself more aware of the
number of connections.
On Aug 18, 2005, at 1:28 PM, David Hodgkinson wrote:
No, don't do that. Front-end your fat apache with squid or a thin
apache and
MaxClients-limit the backend. Keeps concurrency issues on the backend
server
to a minimum too. It's all in the guide.