About php performmance when the concurrent connecttion over
Posted: Tue Jul 05, 2011 9:56 am
Hi, everybody,
as we know, the php loads every module when it receive a http requirement from client,
so, the php performance gets a problem when the website will overs thousand of concurrent connect number.
About this problem , even through we using the file and memory cache, long-connect of database, static page, etc,
but the dynamic portion of web application still will loads more time the same module in every bootstrap of php.
If you check the web server log, and will find those modules will be loaded every time,
curl.so
gd.so
mysql.so
mysqli.so
pad_mysql.so
....
..
What do you think about this question ?
as we know, the php loads every module when it receive a http requirement from client,
so, the php performance gets a problem when the website will overs thousand of concurrent connect number.
About this problem , even through we using the file and memory cache, long-connect of database, static page, etc,
but the dynamic portion of web application still will loads more time the same module in every bootstrap of php.
If you check the web server log, and will find those modules will be loaded every time,
curl.so
gd.so
mysql.so
mysqli.so
pad_mysql.so
....
..
What do you think about this question ?