You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "JongYoon Lim (JIRA)" <ji...@apache.org> on 2016/03/14 23:21:33 UTC

[jira] [Created] (HAMA-987) Netty native transport

JongYoon Lim created HAMA-987:
---------------------------------

             Summary: Netty native transport
                 Key: HAMA-987
                 URL: https://issues.apache.org/jira/browse/HAMA-987
             Project: Hama
          Issue Type: Improvement
            Reporter: JongYoon Lim
            Priority: Minor


Since 4.0.16, Netty provides the native socket transport for Linux using JNI.
This transport has advantaged as below. 
- higher performance
- produces less garbage
- edge-triggered
- support TCP-CORK

So Hama will have better performance in async fashion communication. 
Full description for this can be found in [Netty Wiki|http://netty.io/wiki/native-transports.html]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)