Avoid using web service calls inside a loop | CAST Appmarq

Avoid using web service calls inside a loop


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

Health Factor

  Efficiency


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.

Benchmark Statistics

Global Compliance

nan%

Total Violations
0
Total Opportunities
0
Average Violations / App.
nan
The compliance score represents 1 minus the ratio between the number of times a rule has been violated compared to the number of opportunities in a set of applications that the rule could have been violated.

Industry Insights

Select from drop-down

99.96%

Financial Services

99.94%

IT & Business Consulting

99.98%