How to marry NioServerSocketChannelFactory and WorkManager

元气小坏坏 提交于 2019-12-08 10:48:55

问题


I am looking to implement a JCA Resource adapter to accept socket connections from within J2EE container.

I need to somehow be able to use WorkManager to manage threads in netty's NioServerSocketChannelFactory Any Help is greatly appreciated.


回答1:


Got it! NioServerSocketChannelFactory takes two Executor(s), boss and worker, as parameters to the constructor. so all I need to do is develop a facade to WorkManager to implement execute(Runnable) method that will use workManager.schedule(...) call.



来源:https://stackoverflow.com/questions/7048460/how-to-marry-nioserversocketchannelfactory-and-workmanager

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!