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.
原文地址:http://theway.blog.51cto.com/1832679/1413695