Question
Infosys Ltd
BE
Last activity: 31 Mar 2023 10:30 EDT
AyncDeclarativePool - Pooling parameters
When we are triggering multiple asynchronous data page loads on a thread and waiting for them to get completed so that porcesses are completed parallelly, We see that there a requestor pools for this getting created AsyncDeclarativePool. My question is regarding the pooling parameters for the service package of the requestor pool, below are the queries on the same, can you please clarify on the below 1. Maximum active requestors - is this number per node or per pool id? 2. If the value for the Maximum active requestors is 100, what will happen when we receive 101st asynchronous load? 3. Until When will the request remain in Idle state and if the number of Idle requestors is exhausted, what will happen to the next request?