Support multi threads in hedwig cpp client to leverage multi-core hardware
--------------------------------------------------------------------------

                 Key: BOOKKEEPER-117
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-117
             Project: Bookkeeper
          Issue Type: Improvement
          Components: hedwig-client
    Affects Versions: 4.0.0
            Reporter: Sijie Guo
            Assignee: Sijie Guo


Currently in hedwig cpp client, there is only one thread running io service.
Actually, we can have an io_service pool, each io_service is processed by a 
separated thread. Each socket connection would be bound to an io_service to 
process it i/o operations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to