Tomcat优化系列-配置tomcatThreadPool

在tomcat中每一个用户请求都是一个线程,所以可以使用线程池提高性能。 配置线程池 修改server.xm 参数说明 threadPriority (优先级) (int) The thread priority for threads in the executor, the default is 5 (the value of theThread.NORM_PRIORITY constant)
相关文章
相关标签/搜索