meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
632 stars 80 forks source link

How it works when browser doesn’t support websockets? #38

Open artpolikarpov opened 9 years ago

artpolikarpov commented 9 years ago

Are fallback requests go to each of the instances randomly? Do they stick to one instance?

arunoda commented 9 years ago

It manages sticky sessions. It'll work.

On Fri, Apr 3, 2015 at 6:26 PM Artem Polikarpov notifications@github.com wrote:

Are fallback requests go to each of the instances randomly? Do they stick to one instance?

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/cluster/issues/38.