AndréSousa Posted July 4, 2013 Share Posted July 4, 2013 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? Link to comment Share on other sites More sharing options...
CWatson Posted July 4, 2013 Share Posted July 4, 2013 You may wish to review the SimBit "MoveableOperator.spfx" which is similar to what you are trying to do. Link to comment Share on other sites More sharing options...
CWatson Posted July 4, 2013 Share Posted July 4, 2013 Any 'rejected' type tasks are re-evaluated once the worker is available again (they won't just wait indefinately), FYI. Link to comment Share on other sites More sharing options...
AndréSousa Posted July 4, 2013 Author Share Posted July 4, 2013 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 Link to comment Share on other sites More sharing options...
Recommended Posts