Quote:
Originally Posted by moses
Eh, I can't imagine the server has that much traffic if he's just running into this now.
Even a preforking server with 2G can handle a lot of connections if it's tuned and managed properly.
In any case, the OP should talk to his host about it, they'd be better able to judge what the server can do and offer suggestions for making it better. If he's unmanaged, he should not be if he's having to ask this question.
|
I assume he went to the 2G of RAM because it was so damn slow. Preforking with 2G can manage a shitload of connections, however, with ~300 on his tour page, my guess is that he's still only at ~512 to 1024 connections in his config, and he's got PHP loaded (if not mod_perl, et al) into every child process.
I agree 100% on the later statement.
