Forum Moderators: bakedjake

Message Too Old, No Replies

number of simultaneous users

         

michothinkz

10:12 pm on Jul 20, 2005 (gmt 0)



hello...

i am developing an online community [php/mysql]. I am pretty much done. I just need to fix up the front-end.

My knowledge of server capabilities and needs are limited. I have an unlimited amount of mysql connections; however, I do not know how to make sure my site can handle a great amount of simultaneous users?

i am using unix shared hosting.

can you give me a general recommendation? what to study? books? etc. etc.

i would truly appreciate it.

-michel

wheel

1:34 am on Jul 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The answer is - don't worry about it. If you're wondering about the 'simultaneous' part, you don't need to worry about that - unix/linux handles that automatically.

If you're concerned about putting the server under load, well, initially you probably won't have to worry about it. If you grow to having hundreds and probably thousands of users online simultaneously then you'll need to look into your own server. But the fact of the matter is that a shared hosting environment can handle a *lot* of connections automatically.

In short, don't worry about it unless you know your site is going to be under very heavy load.