cancel
Showing results for 
Search instead for 
Did you mean: 

Queuing Processes Running in Pools

StevenBlake
Level 3
Hi all, We run a number of processes in a pool of 4 resources.  If all of the resources are busy running processes and we add a 5th, the 5th process terminates.  Does anyone have any experience in how to deal with this?  Ideally we'd like the 5th process to queue up behind those running and run when a resource becomes available. At the moment I'm considering having to load the pool with lots more resources than what I might need at any one point meaning that any process which hits the pool will always be able to run.  This approach doesn't seem very efficient to me and doesn't look good when reporting the utilization of each resource. I've experimented with the Scheduler option in the System menu, however I've never got this to work. Would appreciate any input. Cheers Steve
1 REPLY 1

John__Carter
Staff
Staff
Steve try creating a schedule with 2 tasks, the first starts 4x sessions and the second task is triggered by the 'OnComplete' setting of the first task.