DevOps Engineer at a manufacturing company with 10,001+ employees
Real User
Dec 30, 2019
The biggest problems with this solution have to do with scale. If the load is high then your request is put on hold for a second, and then you have to handle it. If you make a lot of requests then it is your problem. It would be very helpful if a queue was implemented to handle, for example, 100 requests at the same time. Any additional request would be put on hold and made to wait for a few seconds. Once the network and infrastructure are loaded to handle the next request, it would proceed.
Functional Testing Tools are essential for verifying software functionality. By simulating real-case scenarios, they help ensure applications run smoothly, providing teams with confidence before deployment.Designed to validate software systems against specified functional requirements, these tools automate test case execution, enhancing efficiency and accuracy. Many tools provide integration with development environments, making them user-friendly for testers. Their adaptability to different...
The biggest problems with this solution have to do with scale. If the load is high then your request is put on hold for a second, and then you have to handle it. If you make a lot of requests then it is your problem. It would be very helpful if a queue was implemented to handle, for example, 100 requests at the same time. Any additional request would be put on hold and made to wait for a few seconds. Once the network and infrastructure are loaded to handle the next request, it would proceed.