I start with the bare netty in the project.
I am still experiencing all the amazing javadoki, but I do not understand.
So far I have received:
Is there one Boss thread that starts the download and directly connects the server to the socket port? Workflows (maybe many of them) process incoming connections and correctly create pipes and pipelines?
But then we have an ExecutionHandler that can also spam several other threads? My point is that if I have 10 worker threads and an ExecutionHandler from corepoolsize = 16, does this mean that I can complete 160 simultaneous threads on my system with a very heavy load?
Sorry, this seems like a dumb question, but I'm just trying to understand this part in the docs.
Greetings
source
share