Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Friends,

I have a requirement for visiting volume to a website/page, (allowing 500 visiting per second). Can anyone tell me what I need to do to facilitate it? (from design perspectives?)

Thanks

UPDATE from OP:
ok, let me clarify it, i want to know where are the issues I need to pay attention to. (i don't know, could be coding, OS, network, etc..)

I wish to get some general advices from someone who has the experience accommodating that kind of requirement. Many thanks..
Posted
Updated 11-Feb-11 17:48pm
v2
Comments
Sergey Alexandrovich Kryukov 11-Feb-11 21:19pm    
???

1 solution

1. Ensure you have decent hardware
2. Ensure you write solid, efficient code
3. Ensure, if using a database, you get someone experienced to design the schemas and write the stored procs
4. Understand and use caching
5. Ensure you have something, anything, that will log peformance and show you what's slow
6. Tune.
7. GOTO 6.
 
Share this answer
 
Comments
alexyxj 13-Feb-11 23:11pm    
Thanks Chris, appreciating your input, nice and neat answers

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900