web server maximum number of users apache can handle?

后端 未结 4 584
余生分开走
余生分开走 2020-12-13 11:03

My question is what is the maximum number of users that Apache webserver 2.2.2 can handle, i have a website which sometimes gets over 300+ concurrent users, however apache d

4条回答
  •  不思量自难忘°
    2020-12-13 11:33

    You will have to edit the httpd.h file to allow for a greater maxclients past the 256 hard coded limit and then recompile the httpd program. This is suggested in the configuration file for httpd.

提交回复
热议问题