Is WebDAV upload slower than other methods?

Source: Internet
Author: User

The cause of this problem can be determined by the network monitor trace. Generally, packets need to be captured on the client, server, and at the same time.

 

Analyze the following steps:

1. time when the client sends a request.

2. Time when the server accepts the request.

3. the server sends the corresponding time.

4. The client accepts the corresponding time.

5. The next time the client sends a request.

 

The transmission speed of the network can be seen from 1, 2.

From 2, 3, we can see the speed at which the server processes the request.

The transmission speed of the network can be seen from 3, 4.

From 4, 5, we can see the speed at which the client continuously initiates requests.

 

We need to diagnose and troubleshoot the bottleneck.

If the time is delayed in 4 or 5, you may need to capture the Process Monitor log for analysis to see what the client is doing during that time. for example, disk read/write and registry query.

 

WPAD is one of the reasons why WebDAV is slower than other upload methods.

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.