Tune your Apache Tomcat servers for your load
With tomcat 8.xx and above, tomcat uses NIO2/APR as a connector by default which foregoes one thread for each incoming request model(BIO). It uses a common thread pool for accepting requests which then forwards the requests for processing threads if ...
blog.commitbyte.com3 min read
Edidiong Asikpo (Didi)
Senior Developer Advocate at Ambassador Labs
Nice article as always Santhosh Manikandan Soundararajan.