Throttling stored procedure / REST / SOAP calls
Would anyone recommend techniques on how to limit the amount of calls that external groups are making to our resources?
Recently we had an issue where one of our ODBC accounts maxed out the license to one of our DB servers (50 max).
The CSP part (REST for sure and maybe SOAP) could be managed by these two tools:
Additionally you cat use ^ZSTART routine to check if user can login.
I'm going to test this (SetConnectionLimit).
Will this affect our own internal tasks?
If our Cache service account is running our daily tasks and we set this connection limit to let's say 5, will some tasks fail then?
Connection is not license. From docs:
Maximum number of processes (connections) per user is 12.
It shouldn't as that would be one connection and license slot.Still, I'd recommend contacting WRC to clarify the issue completely.
Thanks Eduard for your help. We will be contacting WRC then.