-
Hello, I can't say enough great things about your project. Definitely a breath of fresh air. I wanted to get your thoughts on running a single App with many websocket connections, vs splitting the websocket connections across multiple App instances (in the same thread) -- this with regard to performance, events, queueing, latency, etc. Is there a great benefit in splitting up websocket connections across multiple App instances? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Apr 2, 2021
Replies: 1 comment 2 replies
-
Hello, you typically have 1 app per thread. There is no benefit to having many apps in the same thread. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, you typically have 1 app per thread. There is no benefit to having many apps in the same thread.