Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.
Face Recognition Service
Face Recognition Service
- What's New
- Service Overview
- Getting Started
- SDK Reference
- API Reference
-
FAQs
-
General Consulting
- How Can Multiple Faces Be Recognized in an Image with Multiple Faces?
- Can Certificate Photos Be Used for Facial Recognition?
- How Do I Deal with Unauthorization Issues?
- Why Do Recognition Errors Occur?
- What Causes the Low Pass Rate in Face Recognition?
- Why Is the Request Response so Slow?
- What Is the Limit for Free Calls to the Face Detection API?
- How Do I Disable a Service?
- Are There SDKs Available for Mobile Phones (Android and iOS) in FRS?
-
APIs
- How Can I Use FRS APIs?
- What Do I Do If Error FRS.0022 Is Reported When Images Are Accessed on OBS?
- How Do I Obtain the Correct Endpoint?
- How Do I Obtain the Base64 Code of an Image?
- How Do I Set the top_n Parameter in the Face Retrieval API?
- Why Is the Data Returned by FRS Empty?
- What Is the Minimum Bandwidth Needed for FRS?
- How Do I Obtain the URL of the Most Recent Image in an OBS Bucket?
- Can I Query Facial Images Uploaded for Face Recognition?
- Error Codes
- Region and AZ FAQs
- Permissions
- Data Security
-
General Consulting
- Glossary
- General Reference
Help Center/
Face Recognition Service/
FAQs/
General Consulting/
Why Is the Request Response so Slow?
Copied.
Why Is the Request Response so Slow?
Symptom
Requests sent by a user must go through TCP handshake and HTTPS certificate exchange. If packet loss occurs during the process, the operating system will retransmit the packet. The retransmission interval may be 3s or 5s depending on the system.
Solution
- Use the HTTPS persistent connection for requests, avoiding HTTP connection building for every request. If no data is transmitted to API Gateway for 300s, the connection will be closed. To prevent this situation, a data packet needs to be periodically sent from the client to maintain persistent connection.
- Conduct timeout retries at the application layer to collect statistics on the average duration of more than 99% requests. Then set a retry mechanism based on the duration.
Parent topic: General Consulting
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot