The scenario I have is I am testing a system that has jobs scheduled
in blocks of time. Every time an interval is reached(say 30 minutes)
it loads up jobs in that block and sends them out for processing. If
these are all consumed before the next interval is started I would
like to know how many are idle so I can find more work for them. I
think I will be able to accomplish this by tracking the number of
messages in each workers queue, but I saw the
NumberOfWorkersReadyToHandleMessages property of the load balancer and
was curious if I could use that to accomplish my goal.


On Apr 7, 1:01 pm, Ayende Rahien <[email protected]> wrote:
> You can't really do that currently, what is the scenario that requires this?
>
>
>
> On Wed, Apr 7, 2010 at 7:58 PM, Shawn S <[email protected]> wrote:
> > I am new to Rhino Service Bus and have had a great deal of success in
> > setting up a simple test application. I have a question that I have
> > not been able to locate an answer to yet. In the Starbucks example the
> > load balancer is hosted using the RemoteAppDomainLoadBalancerHost,
> > when using this host is there a way to get the number of workers that
> > are ready for work?
>
> > Thanks,
> > Shawn
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Rhino Tools Dev" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<rhino-tools-dev%2Bunsubscribe@ 
> > googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/rhino-tools-dev?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to