What are the Web servers doing?

Source: Internet
Author: User

As a web developer, we should definitely know what the Web server is doing, and here's a quick list of the time and details.

(1) Establish a connection--accept a client connection.

(2) Receive a request-reads an HTTP request message from the network.

(3) Processing the request-interpreting the request message and taking action (the procedure above is not implemented).

(4) Access to resources-access the resources specified in the message (the program above is not implemented).

(5) Build response--Create an HTTP response message with the correct header.

(6) Send response--sends the response back to the client.

(7) Record the transaction process-records the contents of the completed transaction in a single log file.

What are the Web servers doing?

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.