You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/09 16:48:00 UTC

[jira] [Commented] (ARTEMIS-1342) Support Netty Native KQueue on MacOS

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

ASF GitHub Bot commented on ARTEMIS-1342:
-----------------------------------------

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1454

    ARTEMIS-1342: Support Netty Native KQueue on macOS

    Add support for KQueue for when server or client runs on macOS. This is inline with the epoll support for linux
    
    This currently is branched off https://github.com/apache/activemq-artemis/pull/1452, as such that PR needs to go first.


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

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1342

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

    https://github.com/apache/activemq-artemis/pull/1454.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 #1454
    
----
commit 09efc8b698bd7b273563a750e15fb32979802c63
Author: Michael André Pearce <mi...@me.com>
Date:   2017-08-09T07:51:33Z

    ARTEMIS-1335 Update Netty to 4.1.14
    
    Update Netty to 4.1.14

commit 6b1ad9db6edb9f26a0eee37099d53c9f15884daa
Author: Michael Andre Pearce <mi...@me.com>
Date:   2017-08-09T16:43:40Z

    ARTEMIS-1342: Support Netty Native KQueue on macOS
    
    Add support for KQueue for when server or client runs on macOS. This is inline with the epoll support for linux

----


> Support Netty Native KQueue on MacOS
> ------------------------------------
>
>                 Key: ARTEMIS-1342
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1342
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Michael Andre Pearce
>
> Netty has support for native kqueue, this is available only on macOS systems. This is more performant.
> http://netty.io/wiki/native-transports.html
> This is inline with supporting epoll on linux using such native feature to bring perfomance benefits to artemis.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)