dss icon indicating copy to clipboard operation
dss copied to clipboard

Design network interface to accept netty modules

Open ztkmkoo opened this issue 4 years ago • 2 comments

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

ztkmkoo avatar Jul 18 '20 08:07 ztkmkoo

https://www.oreilly.com/library/view/java-nio/0596002882/ch04.html

ztkmkoo avatar Jul 20 '20 16:07 ztkmkoo

netty codes are so big.. i have to copy so many core codes..

why not implement custom dss nio socket? i try it.

ztkmkoo avatar Jul 22 '20 13:07 ztkmkoo