crazyin2009 / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 0 forks source link

Netty #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why MINA and not Netty?
For one of my clients we moved from MINA to Netty and got higher scalability 
and speed.

Both Mina and Netty have very similar concepts, so migration is almost as 
simple as changing base classes for MessageDecoder/Encoder and some listeners.

Original issue reported on code.google.com by denysenk...@gmail.com on 13 Nov 2012 at 7:07

GoogleCodeExporter commented 9 years ago
The choose was driven by gratitude to Apache projects, I don't have found yet 
any performance bottleneck because the broker has not yet been used in mission 
critical environment, but I plan to move to Netty in future because it's more 
developed and maintained framework.

Original comment by selva.an...@gmail.com on 14 Nov 2012 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by selva.an...@gmail.com on 14 Nov 2012 at 1:49