[zeromq-dev] Distributed application deployment model
Robert Gallas
gallas.robert at gmail.com
Fri Dec 20 22:17:04 CET 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131220/5eb89808/attachment.htm>
More information about the zeromq-dev
mailing list