Hi Is there any deployment model for distributed applications?
Traditional way of installing application servers and managing them is time consuming and a bit complicated. By using lightweight (ZeroMQ based) solutions I'm searching for equally lightweight deployment model. One, to be honest the only one, which comes to my mind is based on the fact that nearly all of the enterprise solutions are deployed at kind of UNIXES. Most probably Linuxes. Nearly all of them have SSH daemon running. This should be sufficient to make a deployment script with available physical nodes enumeration and set of agents implementations. Then by using Beacon like discovery, agents / nodes are ready to be used as cooperating topology. Without need to wire nodes together at configuration level. I admit that this approach is naive, using "pure man's deployment tools". Is there any other approach? Thanks Robert
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
