First I do not know anything about programming.
Now that I have said that I am having a web application built and want to know what factors might determine if the application can handle “XXXXXX” number of simultaneous users.
I know we have the following:
database/table Design
coding language
coding design
images/elements
mysql statements
the mysql database itself
server memory, speed, etc
connections to server
and likely things I do not even know
Having said all this. In what order of priority would changes need to be made to increase the number of simultaneous users that could use the system before they “give up”
Does this make sense?
Thank you.