Jump to content

Recommended Posts

Posted

Imagine a model with two servers. A worker object rejects a seizing request by an entity in Server 2 because he is busy processing other entity at a Server1. If the request fail when and how will the entity do the seize again? It will stay permanently at Server 2 or do the request when the workers capacity becomes available again?

Posted

Any 'rejected' type tasks are re-evaluated once the worker is available again (they won't just wait indefinately), FYI.

Posted
Any 'rejected' type tasks are re-evaluated once the worker is available again (they won't just wait indefinately), FYI.

 

Ok, this is what i was thinking. Thank you :)

×
×
  • Create New...