From: <ad...@jb...> - 2005-05-02 15:34:02
|
First here's a critique of the farm service. The major concern with the farm service is that It lacks the ability to stage deployments. 1) It just distributes the deployments on a best effort across the cluster with no reconciliation on whether the deployment works on each peer. 2) There is the potential that every node in the cluster could be redeploying the application, making it generally unavailable. 3) There are race conditions where two nodes could deploy things in different orders based on farm deployments to different nodes "at the same time". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876153#3876153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876153 |