Viewed 20k times. Improve this question. Bart De Vos Sam Alex Sam Alex 2 2 gold badges 3 3 silver badges 7 7 bronze badges. Will you really have 20, requests at the same time?
Yes, The site will have a burst traffic and could reach around users. That is what i meant using 20, simultaneous connections — Sam Alex. How fast can your car go? Hmm, Around kmph. Greg's comment was sarcastic, implying that Apache's ability to handle "connections" means nothing without context. For instance, how fast can your car go while towing a 10, trailer might be completely different than how fast it can go while it's stuck in sand, etc.
There's far too many variables for us to give you any sort of intelligent answer. Add a comment. Active Oldest Votes. If you have money for enough bandwidth, just put nginx for serve static js are static files. Improve this answer. Well, i use nginx for all my other works. I've never seen apache giving such numbers in a standalone server. Good luck. Daryl Daryl 31 1 1 bronze badge. JClaspill JClaspill 3 3 bronze badges. Yes, i know, but it will be hosted on Amazon EC2.
Will there be a problem there? You are commenting using your Facebook account. Notify me of new comments via email. Notify me of new posts via email. Email Address:. Follow Me. Create a website or blog at WordPress.
A new blog post, a new direction aside InfoSec, back to the fundamentals. Security-Related Approaches: Aims at filtering the requests coming to the server, which results in lowering the load on it, and finally freeing up resources to serve more concurrent legit requests, instead of malicious ones.
Share this: Twitter Facebook. Like this: Like Loading Leave a Reply Cancel reply Enter your comment here Fill in your details below or click an icon to log in:. Email required Address never made public. Name required. It's all mostly about the Apache MPM that you have selected thread based, or process based and it's settings. You will have to edit the httpd. This is suggested in the configuration file for httpd.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Ask Question. Asked 9 years, 5 months ago. Active 5 years ago. Viewed 60k times. Any experts? Improve this question. Add a comment. Active Oldest Votes. Improve this answer. Recommendations Please use Keep Alive as it will increase the performance of your server.
You can increase max client limit but the limit will totally depends upon your server configuration. You can increase your users to any numbers as explained above by increase max client and server limits of your systems.
0コメント