![]() |
|
|
|
|
1
28th September 10:44
External User
Posts: 1
|
You want:
(number of apache children) X (number of mysql usernames) ================================================== == (number of mysql connections allowed in /etc/my.cnf) If you really have 150 MaxClients in httpd.conf and 140 mysql usernames, your /etc/my.cnf should have: 150 X 140 ======= 15600 15,600 mysql connections is a LOT of connections, and will take a LOT of RAM... But that's the only way to be sure that you don't have connection problems with that many users, as I understand it. I've never tried to run a server with 140 mysql usernames, so I could be wrong... -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? |
|
|
|
| Some other forums that might be of your interest : Php 5 forum, Apache forum, Iis forum, Functions forum, Classes forum, Librarys forum, Bugs forum, Postgres forum, Mysql forum, Paradox forum, Ms sql forum, Configurations forum, Php.ini forum, Problems forum, Scripting forum, Css forum, General forums, Off-topic talk, Links, Extra forums, Php |