▲ | motorest 2 days ago | ||||||||||||||||
> The "refresh causes load" issue can be solved by doing long-polling instead of short-polling. ...and now you have to greatly scale up your backend infrastructure to be able to handle all those open connections to handle each and every single active user. | |||||||||||||||||
▲ | o11c 2 days ago | parent [-] | ||||||||||||||||
With any decent backend implementation, idle connections should be really cheap - measured in individual pages, and the hard part is figuring out how to count the kernel side. | |||||||||||||||||
|