Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is `request flow control ?

CONTROL flow request
0
10 Posted

What is `request flow control ?

0

AAn iAS engine will attempt to allocate new threads to incoming requests (up to a specified number), and queue any requests that cannot be handled immediately by an existing thread. Queuing is only used when the maximum number of threads is exceeded. The administrator can enable `request flow control’ to limit the number of requests that are queued. When the maximum queue size is reached (`high-water mark’) no further requests are accepted. The engine remains in this state until it has cleared enough requests for the queue to reach the `low-water mark’.If flow control is disabled, there is no restriction on the size of an engine’s request queue (apart from system resources, of course). Enabling flow control is usually only helpful if there are other servers available to accept the requests that would otherwise not be handled. By default, flow control is enabled, but the high and low water marks are both set to zero, which has the same effect as disabling it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123