I am unable to find mention of how many sessions the bokeh-server is capable of handling.
I would like to include some plots in my web app and would like an idea for how a single bokeh server will handle my traffic of ~ 100 users at any given time. Each users' page may have as many as 10 bokeh plots on the page. I would use redis as the backend
My stack is as follows (all on a single core VPS, 1G RAM):
nginx(webserver)uwsgi(application server)flask(web framework)redis(in-memory data persistence)
How does the bokeh-server configuration option --multi-user play into my use case? I am having trouble understanding the scope of the bokeh session.