Rule Definition
When designing web service to get/put/post/delete data, you want to make sure to minimize the number of calls between the client application and web service server. By minimizing the number of calls, you improve application speed, reduce communications overhead and reduce network traffic.
Remediation
Try to create a process queue that will manage all the requests with a limited number of concurrents requests. When a request callback has been managed /executed, a new request could be fired.
Reference
CISQ Rule : ASCPEM-PRF-08
Related Technologies
Technical Criterion
CWE-1050 - Excessive Platform Resource Consumption within a Loop
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.