WeChat 5 Seconds No response disconnect how to handle?

Source: Internet
Author: User
Receives the sent information and then fetches the remote data processing via curl, but with a 5-second limit, sets the

curl_setopt($ch, CURLOPT_TIMEOUT, 5);

After 5 seconds, no news returned, how to deal with it?
Ps:curlopt_timeout default is a few seconds, refers to the time to complete the entire request?

Reply content:

Receives the sent information and then fetches the remote data processing via curl, but with a 5-second limit, sets the

curl_setopt($ch, CURLOPT_TIMEOUT, 5);

After 5 seconds, no news returned, how to deal with it?
Ps:curlopt_timeout default is a few seconds, refers to the time to complete the entire request?

Setup is also useless because the data is disconnected within server 5s.

I think we should set the timeout for fetching remote data to less than 5s, such as 2s. If the time to crawl remote data exceeds, that is timeout. Do a fault-tolerant processing, because in the 5s not to spit out the message, the user will not receive anything.

Writes an asynchronous call. Receive messages, respond immediately, process specific logic asynchronously, and then feedback through customer service messages

  • 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.