Yes. Run the processes each on its own port (eg. 8000, 8001, 8002, ...) and then add all these ports as real servers.
I use this to do seamless upgrades of the application. I start the new version up on an unused port, add it as real server, then set the weight of the old version to zero and remove as real server once no more clients are connected to it. On Mon, Mar 31, 2014 at 8:27 AM, Hatt Tom <[email protected]> wrote: > Hi: > > Is it possible that deploying lvs cluster on one host to do balance > for several process ? > > > > -- > Best Regards! > > _______________________________________________ > Please read the documentation before posting - it's available at: > http://www.linuxvirtualserver.org/ > > LinuxVirtualServer.org mailing list - [email protected] > Send requests to [email protected] > or go to http://lists.graemef.net/mailman/listinfo/lvs-users _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
