jambo_1969
09-11-2007, 10:03 AM
Had a look, but couldnt find anything, however, I am blond, and am prone to not seeing the woods for the trees :D
Anyway - my site has on average about 600-900 users active at any given point..however, this causes severe load on the server when something happens and everyone decides to do "something" at the same time - the SQL packs up and requires a reboot at the server end.
I've stripped out everything that is server intensive, but then had a light bulb moment and checked the max connections -
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 15
Obviously, even being blonde, I realise that 100 max is probably not going to cut it, so the question is....
How do I go about altering the Max Per Connection to something more realistic like 500 ?
I can use Putty to access the server etc - but need a "Step by Step" guide on how to do it.
Hope that all makes sense !
Thanks in advance if someone can point me in the right direction !
Anyway - my site has on average about 600-900 users active at any given point..however, this causes severe load on the server when something happens and everyone decides to do "something" at the same time - the SQL packs up and requires a reboot at the server end.
I've stripped out everything that is server intensive, but then had a light bulb moment and checked the max connections -
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 15
Obviously, even being blonde, I realise that 100 max is probably not going to cut it, so the question is....
How do I go about altering the Max Per Connection to something more realistic like 500 ?
I can use Putty to access the server etc - but need a "Step by Step" guide on how to do it.
Hope that all makes sense !
Thanks in advance if someone can point me in the right direction !