20200413碰到一个新问题,tomcat运行正常,上传数据很缓慢,或者数据丢失。
2021-03-23 05:24
标签:最大并发数 reads 就会 上传 问题 tom 就是 并发 min 20200413碰到一个新问题,tomcat运行正常,上传数据很缓慢,或者数据丢失。 检查网络正常,检查数据库正常,也不卡顿,就是上传数据到数据库的时候很卡顿。 maxThreads="1000" 最大并发数 minSpareThreads="100"///初始化时创建的线程数 设置maxtheads,minspare threads,maxspare threads,明天在看情况,坑了半天,希望修改好了明天能恢复正常。 20200413碰到一个新问题,tomcat运行正常,上传数据很缓慢,或者数据丢失。 标签:最大并发数 reads 就会 上传 问题 tom 就是 并发 min 原文地址:https://www.cnblogs.com/bellwether/p/12693301.html
maxSpareThreads="500"///一旦创建的线程超过这个值,Tomcat就会关闭不再需要的socket线程。
文章标题:20200413碰到一个新问题,tomcat运行正常,上传数据很缓慢,或者数据丢失。
文章链接:http://soscw.com/index.php/essay/67762.html