Think about how to make a regular website and a high-concurrency site

Source: Internet
Author: User

Write a summary of how to build a common website and a highly concurrent, secure website in C # and Java, respectively.

To build a common website checklist:
. NET Mvc:mvc+ef+mysql
Java: Mainstream still use SSH2?
What are the advantages and disadvantages of a pure frontend such as node. js?

Caveats: Basic architecture, front-end framework, database transaction scripts
Build a high-concurrency site:
The basic architecture of the adjustment: the addition of the cache (such as memcached, etc.), multi-threaded use, need not be made into a distributed structure (Web service, etc.), pictures and other static resources of the CDN network; The design of field association between database tables and the rational use of field redundancy.
Security: User input validation for front-end scripts, is the script present as a standalone file or embedded in a page? How scripts are used across stations, type checking of background code, parameter validation of database stored procedures
is a non-SQL database, such as Mangodb, faster?

Think about how to make a regular website and a high-concurrency site

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.