Hi,
I'm having some problem lately with load on my webserver.
I have 2 G of ram and processor is P4 3.4Ghz with SCSI drive.
php accelerator is installed.
The web content is using php, mysql.
I setup 1000 concurrent connection with max keep alive of 1000.
I setup php module to be 100 module and 100 max connections.
The problem I had was my concurrent connection were still going up and php connection were not able to follow the beat. Page were long to respond etc.
I changed the value for php from 100 to 200 (module and max connection) and it helped a little.
Following your doc and stuff i'm suppose to be able to reach 4000 concurrent connection with 2G of ram. Is there a way i can optimize my setup ?
I'm having some problem lately with load on my webserver.
I have 2 G of ram and processor is P4 3.4Ghz with SCSI drive.
php accelerator is installed.
The web content is using php, mysql.
I setup 1000 concurrent connection with max keep alive of 1000.
I setup php module to be 100 module and 100 max connections.
The problem I had was my concurrent connection were still going up and php connection were not able to follow the beat. Page were long to respond etc.
I changed the value for php from 100 to 200 (module and max connection) and it helped a little.
Following your doc and stuff i'm suppose to be able to reach 4000 concurrent connection with 2G of ram. Is there a way i can optimize my setup ?