websockets with load balancer scalability
问题 I use a load balancer with my web site. The browser initiates a websocket connection to my app server. Does the open connection consume any resources on the LB or is it direct between the browser and the app server? If there is something open on the LB isn't it a bottleneck? I mean if my LB can handle X open connections then the X+1 user could not even open a connection. 回答1: It depends! The most efficient load balancers listen for requests, do some analysis, then forward the requests; all