You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by kouchengkun <gi...@git.apache.org> on 2014/05/03 04:25:32 UTC

[GitHub] zookeeper pull request: Update NIOServerCnxnFactory.java

GitHub user kouchengkun opened a pull request:

    https://github.com/apache/zookeeper/pull/12

    Update NIOServerCnxnFactory.java

    workPool may be multi-thread, so the IO event of different connection should be handled by different thread.

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

    $ git pull https://github.com/kouchengkun/zookeeper patch-1

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

    https://github.com/apache/zookeeper/pull/12.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 #12
    
----
commit 9a2e7fd544d254fb24c5d541925856289f108661
Author: kouchengkun <83...@qq.com>
Date:   2014-05-03T02:24:06Z

    Update NIOServerCnxnFactory.java
    
    workPool may be multi-thread, so the IO event of different connection should be handled by different thread.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---