Usually a single AMP system is enough to serve - let's say - around
500 concurrent users. Sometimes more, sometimes less, strongly
depending on the particular...
Usually a single AMP system is enough to serve - let's say - around
500 concurrent users. Sometimes more, sometimes less, strongly
depending on the particular web application, the overall
architecture of your system, of course the hardware itself, and how
you define "concurrent users".Nevertheless, if your server gets too
slow, you'll need to take actions. You may upgrade your server up
to the maximum (aka vertical scaling), optimize your software (aka
refactoring), and...
Usually a single AMP system is enough to serve - let's say - around
500 concurrent users. Sometimes more, sometimes less, strongly
depending on the particular web application, the overall
architecture...