. Net pages occasionally encounter 503 errors under high concurrency, And. net page 503 errors

Source: Internet
Author: User

. Net pages occasionally encounter 503 errors under high concurrency, And. net page 503 errors

We developed a callback page, which is called by a tool. Due to the high pressure, the callback page is load balanced by six servers;

Recently, the Business System has been resized again, and the pressure on the callback page has increased exponentially, resulting in an occasional 503 error during peak hours.

To solve this problem, we first analyze all aspects of the system. On the tool call page, we first go to the F5 server and then to the Page Server;

1. The number of connections to the F5 Server Load balancer server has not reached the warning limit by consulting the corresponding manufacturer;

2. That's why the Page Server is:

1) whether the number of connections has reached the upper limit. In versions earlier than win2008, there is a limit on the number of semi-open connections. However, this limit has been disabled since win7, winvista, and win2008, as shown below:

2) is the request queue in the application pool reached the upper limit?

Baidu: by default, the request queue of each application pool is reserved.1000If the number of requests exceeds the limit, the system returns the 503 error to the client. You can modify the value as needed. The maximum value can be set65535.

This is the problem. After the queue length is set to 10000, the 503 error is solved.

 


. Net website. In the local test, click the delete button on the page to trigger the event normally. When you click the button on the server, Error 404 is displayed.

This problem may occur in many ways.
After you click Delete, is the redirection executed? Is the deletion event executed?

. Net failed to send email,

This exception is too simple to see valuable information. Send all the code to help you

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.