You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/07 03:34:40 UTC

[jira] [Commented] (S2GRAPH-55) Add param to enable epoll event loop in experimental netty http server

    [ https://issues.apache.org/jira/browse/S2GRAPH-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182484#comment-15182484 ] 

ASF GitHub Bot commented on S2GRAPH-55:
---------------------------------------

GitHub user daewon opened a pull request:

    https://github.com/apache/incubator-s2graph/pull/38

    [S2GRAPH-55] Add netty transport option

    Add netty transport option.
    Netty experimental server can run with native transport
    
    ex)
    ```
    sbt 'project s2rest_netty' run -Dconfig.file=../real.conf -Dnetty.transport=native
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/daewon/incubator-s2graph S2GRAPH-55

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-s2graph/pull/38.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #38
    
----
commit 874ff4620fc1ec5eab8adac4f9f61a041b2d67f5
Author: daewon <da...@apache.org>
Date:   2016-03-07T02:29:54Z

    Add netty transport option

----


> Add param to enable epoll event loop in experimental netty http server
> ----------------------------------------------------------------------
>
>                 Key: S2GRAPH-55
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-55
>             Project: S2Graph
>          Issue Type: Improvement
>            Reporter: Daewon Jeong
>            Priority: Minor
>
> Netty 4.x provide native epoll on linux system instead of jvm nio 
> refer: http://netty.io/wiki/native-transports.html



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