GitHub user zeayes opened a pull request:

    https://github.com/apache/thrift/pull/1016

    change one conn per goroutine to one request per goroutine

    In thrift0.9.3, the go server handles one **connection** per goroutine, it 
means the server handles one connection'requests in order, if one request 
blocks, the other requests will be blocked. 
    
    This pull request makes the go server handle one **request** per goroutine.

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

    $ git pull https://github.com/zeayes/thrift master

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

    https://github.com/apache/thrift/pull/1016.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 #1016
    
----
commit 4e1645de4ad90eafd79512494b1b959ef9188050
Author: zeayes <zea...@gmail.com>
Date:   2016-05-24T15:31:55Z

    change one conn per goroutine to one request per goroutine

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to