首页 > 代码库 > 日志-采集线程过多

日志-采集线程过多

  • 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.