To post to this group, send email to [email protected].
To view this discussion on the web visit [https://groups.google.com/a/continuum.io/d/msgid/bokeh/bf2015c6-e9e2-4092-9694-aa3a256b80d4%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/bf2015c6-e9e2-4092-9694-aa3a256b80d4%40continuum.io?utm_medium=email&utm_source=footer).
For more options, visit [https://groups.google.com/a/continuum.io/d/optout](https://groups.google.com/a/continuum.io/d/optout).
It might also be possible to start a server in a separate thread. The key thing to note is the Bokeh server is a tornado app, so ultimately it requires an IOLoop to use. It's also potentially the case that if you are already in a Tornado app, that you can pass an existing IOLoop to the Bokeh server code to use (instead of creating a dedicated new one, as it normally does). However, I have never had the opportunity to conduct this experiment.
Thanks,
Bryan
···
On Aug 8, 2016, at 12:01 PM, Sarah Bird - Continuum <[email protected]> wrote:
I'm pretty sure you'll always need a separate process.
On Monday, August 8, 2016 at 2:20:31 PM UTC-5, Bryan Van de ven wrote:
It might also be possible to start a server in a separate thread. The key thing to note is the Bokeh server is a tornado app, so ultimately it requires an IOLoop to use. It’s also potentially the case that if you are already in a Tornado app, that you can pass an existing IOLoop to the Bokeh server code to use (instead of creating a dedicated new one, as it normally does). However, I have never had the opportunity to conduct this experiment.
Thanks,
Bryan
On Aug 8, 2016, at 12:01 PM, Sarah Bird - Continuum [email protected] wrote:
I’m pretty sure you’ll always need a separate process.