句柄打开数过大

我有一个功能,用线程池去提交任务,线程池定长是8个,触发第三方的接口,让第三方过来拿拿文件,用的是renderFile,如果短时间内被频繁调用获取文件,renderFile会导致句柄打开数过大吗?下载文件的方法如下:


String name = getPara();
String root = GlobalConfig.;
File file = File(root + + name);
(!file.exists()) {
   renderText();
}
renderFile(file);


评论区

杜福忠

2021-02-05 17:17

其他问题不知道,但是renderText();后面应该加一个return; 不然得写个else 。。。

超级大富

2021-02-22 16:03

并发没达到65536就没啥问题。实在不行,改linux系统配置。最好是采用文件存储系统,fastdfs 或者go-fastdfs

热门反馈

扫码入社