How do I know how many threads does my app need?
I'm working on an app that does serves http but also has some parts where ActionCable is used. How do I know how many threads does my app need? Is there a rough number?
How does websocket occupy the thread differently compared to http?