They socket server process runs on 9 web servers, and each service is using less than 1% CPU at the moment.
So very efficient from a sysadmin perspective (We did some tuning with conntrack so only the outside is tracked on the load balancers).
Devs could give a lot more detail.
BTW, as much as I am amazed to see websockets in action, the real time updating of vote count feels creepy and distracting at the same time :-)
As long as it's not abused I think it's a clever use.
Have to research how to setup websocket server.
This looks like an impressive project http://socket.io/
They socket server process runs on 9 web servers, and each service is using less than 1% CPU at the moment.
So very efficient from a sysadmin perspective (We did some tuning with conntrack so only the outside is tracked on the load balancers).
Devs could give a lot more detail.