I am about to develop a server that will hold up to 500 online connections, each one of about 10 mins, and that will recieve about 1 request per second. I want to configure the bossGroup and workerGroup so every message will be analyzed on its own Thread.
I have googled a lot but I have not find anything. Anyone knows how can I do that?