Jump to content

So I Just Got Hired : Large Scale App


libertyct

Recommended Posts

Hie guys, im a newbie here but not a complete newb to php coding  ;D.

 

I recently got hired in a small firm as a web dev primarily in php and a little asp.net. Now my boss has informed me that i will be responsibe for coding a course registration system that could end up handling upto 10,000 people. I know how to code the functionality e.t.c. but i have never worked on a system that would have to support 10,000 people. Are there any tips you guys could share about building these scalable apps, maybe issues with bandwidth? database design? etc

 

thnx

libertyct

Link to comment
Share on other sites

I dunno why the PASSWORD() function is ideal for 10,000+ users, MD5 works great.

 

But key is Index the columns that you query on the most, IE: if you pull users by username, and email. Index username and email. That will speed up the DB and keep it running smooth.

 

Bandwidth should be fine as long as your not dishing out absurdly huge files.

 

Do not store images in the db, store them on the server.

 

Making the most out of each query you run works the best. So if you do have the DB in 3NF form, and you can reference the users, user_settings etc in one query, best choice is to do it that way.

 

Anyhow hope that helps.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.