Philipp Rudiger

Results 1200 comments of Philipp Rudiger

Their server architectures are very different so I don't think there's much we can steal from them. I have a pretty good idea how we can scale the applications better....

That server is severely underserved right now unfortunately, we're working on it but for now those numbers may be right. I also had to update the k6 script, will make...

Okay, I tracked down the main issue that was plaguing the particular test case above. Specifically the problem was that during session cleanup Bokeh was calling `gc.collect()` for each individual...

Awesome, I've been meaning to look at this for a LONG time. On the client side the implementation lives upstream in Bokeh so my assumption is that we'd have to...

Yes, @mattpap is working on another PR that allows subscribing to an event that allows manual reconnection which we will then hook up to the notification system.

Ah, I was about to close but then you mentioned this was in a notebook.

The problem isn't that the callback doesn't run but that the stdout isn't correctly intercepted and printed to the notebook cell.

Suspect it has something to do with timezones but haven't been able to nail it down.

I think both interpretations of re-connect would be valuable. Re-connecting to an existing session would likely have to simply treat the server side state as the source of truth (at...

Can we try to push this along without immediately make it dependent on notification system? I'd suggest @hoxbro looks at this.