Problem(Abstract)
Out of the box, IBM HTTP Server supports a maximum of 600 concurrent connections. Performance will suffer if load dictates more concurrent connections, as incoming requests will be queued up by the host operating system.
You can increase the number of maximum connections allowed by IBM HTTP Server by editing the httpd.conf file.
You can increase the number of maximum connections allowed by IBM HTTP Server by editing the httpd.conf file.
Resolving the problem
First and foremost, you must determine the maximum number of simultaneous connections required for this Web server. Using mod_status or mod_mpmstats (available with ihsdiag) to display the active number of threads throughout the day will provide some starting data.
There are 3 critical aspects to MPM (Multi-processing Module) tuning in IBM HTTP Server.
There are 3 critical aspects to MPM (Multi-processing Module) tuning in IBM HTTP Server.
- Configuring the maximum number of simultaneous connections (MaxClientsdirective)
- Configuring the maximum number of IBM HTTP Server child processes (ThreadsPerChilddirective)
- Less importantly, configuring the ramp-up and ramp-down of IBM HTTP Server child processes (MinSpareThreads, MaxSpareThreads, StartServers)
댓글 없음:
댓글 쓰기