GitHub user jeking3 opened a pull request:

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

    THRIFT-3083 consolidate simple and threaded server run loops

    Currently the simple and threaded servers all share a very similar serve() 
workflow.  This improvement story is to consolidate them and extract out the 
specific differences to limit code duplication.
    
    The server processing loop which is common to TSimpleServer, 
TThreadedServer, TThreadPoolServer is now in one place.  This improves the 
predictability of thrift and helps improve maintainability.

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

    $ git pull https://github.com/jeking3/thrift 
bugfix/THRIFT-3083-following-THRIFT-3081-merge-to-master

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

    https://github.com/apache/thrift/pull/466.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 #466
    
----
commit 0446bc77d855afa13cb9791011f01f37c91db386
Author: Jim King <jim.k...@simplivity.com>
Date:   2015-04-26T22:30:26Z

    THRIFT-3083 consolidate simple and threaded server run loops

----


---
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