Question
1
Replies
476
Views
DXC Technology
Posted: May 22, 2018
Last activity: May 23, 2018
Closed
Solved
Agent in Scheduled status in pr_sys_queues
Dears,
If a standard agent is in scheduled status in pr_sys_queues, does that mean the agent is already holding one connection to the database connection pool thread. Or will it be allotted one of the connections only when it turns into now-processing.
Please clarify.
regards,
Jagan
Hi,
When agent is processing only that time the locks will be acquired, once the task is completed the locks and resources will be released
Thank You