bokeh / bokeh

Interactive Data Visualization in the browser, from Python
https://bokeh.org
BSD 3-Clause "New" or "Revised" License
19.37k stars 4.19k forks source link

websocket/model server issues #648

Closed hhuuggoo closed 9 years ago

hhuuggoo commented 10 years ago

This is a collection of issues with our current implementation of websockets. I'm putting this in one place because we had discussed moving from gevent to tornado

Current Issues

bryevdv commented 10 years ago

I agree zmq is an ok as an optional dependency for the server.

hhuuggoo commented 10 years ago

well if it's an optional dependency than i don't htink it buys us much, as we will still need 2 implementations. In that case I think we should either use redis and limit the shelve/in memory backends to single process servers

bryevdv commented 10 years ago

No I just mean optional for people that don't use the server at all, sorry.

Edit: or another way, it's required if you use the server at all

github-actions[bot] commented 2 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.