I have a multithreaded application that listens to events and needs to respond to them instantly.
With the application running, my server is under 5% CPU load in a 1 core server.
I wonder though, would increasing the number of threads my server has lower response time?
Seems intuitive but just to make sure.