I am writing a server, and I send each action of into a separate thread when the request is received. I do this because almost every request makes a database query. I am usi
As many threads as the CPU cores is what I've heard very often.