websockets are stateful connection so while your proxies are supporting it it is ok - excepted if external network is not supporting them. That is why websockets apps have often long polling fallbacks.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-09-16 13:31 GMT-07:00 Arthur Portas <[email protected]>: > Hi @rmannibucau > > ...few httpd - as load balancers to provide HA? > JEE beans should be obviously stateless, correct? > HttpSession storage bag should be avoided? > And if i need websockets, am i in trouble? > > Thanks > > > 2015-09-16 21:23 GMT+01:00 Romain Manni-Bucau <[email protected]>: > > > Hi Arthur, > > > > depends your application but having few httpd in front of tomee is an > easy > > and efficient way to do so. You basically build a "tree cluster". Also > > allows to upgrade leaf by leaf the application without downtime. > > > > > > Romain Manni-Bucau > > @rmannibucau <https://twitter.com/rmannibucau> | Blog > > <http://rmannibucau.wordpress.com> | Github < > > https://github.com/rmannibucau> | > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > > <http://www.tomitribe.com> > > > > 2015-09-16 13:20 GMT-07:00 Arthur Portas <[email protected]>: > > > > > Hi, > > > > > > to deal with a scenario like this: > > > "develop a system capable of scaling to support the load of dozens of > > > countries , and algorithms able to respond in real -time" > > > what would be your suggestions to draw such a system architecture with > > > TomEE? > > > > > > Love to hear our thoughts! > > > > > > Cheers, > > > > > > Arthur Portas > > > > > >
