Hi,
We have a desire to restrict the number of tasks scheduled attached to a resource. We'd like to have an object like a semaphore that when it has tasks added to it, they will run if the number of tasks is less than a specified amount. If the tasks go over the specified amount, they wait until tasks scheduled complete and the number drops.
This way throttling of scheduling is possible.
Make sense? Does this exist?
Thanks,
Simon.
We have a desire to restrict the number of tasks scheduled attached to a resource. We'd like to have an object like a semaphore that when it has tasks added to it, they will run if the number of tasks is less than a specified amount. If the tasks go over the specified amount, they wait until tasks scheduled complete and the number drops.
This way throttling of scheduling is possible.
Make sense? Does this exist?
Thanks,
Simon.