日志-采集线程过多
时间:2014-05-21 00:16:40
收藏:0
阅读:394
-
mybatis configure: http://mybatis.github.io/mybatis-3/zh/configuration.html
-
corba接口 问题:运行时间越久线程越多。
原因: 资源关闭方法错误。
keyword: SelectorThread https://community.jboss.org/thread/49343?tstart=0
解决:org.omg.CORBA 调用 shutdown(false) 后需要调用destroy()
Destroys the ORB so that its resources can be reclaimed.
评论(0)