ColdFusion Maximum number of simultaneous Web Service Requests

549 Views Asked by At

In the ColdFusion Administrator: Server Settings > Request Tuning

It includes the following Request Limits:
Maximum number of simultaneous Template requests
Maximum number of simultaneous Web Service requests

In the Enterprise Edition both limits can be set. In the Standard Edition only the Template requests can be set.

My question is, in the Standard Edition, what's the maximum number of simultaneous Web Service requests I can make? Is it the same as the value set in the Maximum number of simultaneous Template requests? Or is there an invisible default? And if there is a default, what is it?

1

There are 1 best solutions below

0
Charles Robertson On BEST ANSWER

The default setting is 5.

This means that the maximum number is 5, otherwise the ability to change this value, like in the Enterprise version, would have been added. I guess it is just part of the Standard Edition's reduced functionality.