dss
dss copied to clipboard
Design network interface to accept netty modules
#54 I tried to make netty and akka work together but failed.
I have an idea that if i design Channel, EventLopp and other class, can make netty channel work on akka actor. I will make the boss actor and working actor to implement netty bossGroup and workerGroup.
https://www.oreilly.com/library/view/java-nio/0596002882/ch04.html
netty codes are so big.. i have to copy so many core codes..
why not implement custom dss nio socket? i try it.