Do you see them rotating in the nginx log ? (backend)
"when multiple users are trying to access the webapp at the same time they have to wait until the bokeh server process their request. "
With more than one backend it should work with more than one user but if the backend takes 'a long' time to respond you need to make the backend faster. Or implement a javascript which blocks submits until its finished.
"when multiple users are trying to access the webapp at the same time they have to wait until the bokeh server process their request. "
With more than one backend it should work with more than one user but if the backend takes 'a long' time to respond you need to make the backend faster. Or implement a javascript which blocks submits until its finished.