Performance-oriented server refactoring#2105
Performance-oriented server refactoring#2105ctiller merged 10 commits intogrpc:masterfrom vjpai:poller2
Conversation
vjpai
commented
Jun 17, 2015
- Remove completion queue creation from under the C++ lock
- Split the C server lock into two: one for global (e.g. channel) state, and one for per-call state
can be removed from C++ lock.
state (including channels)
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
|
This change requires #1577 to be merged first. |
|
Relates to issue #2017. |
|
The only failures now refer to gcov filling up. I'll wait for it to go green before asking for detailed reviews, but I've removed the DNM. Of course, it should still wait on #1577. |
|
And yes, we're green now! |
|
Didn't I mention LGTM already? I know I thought it :) On Fri, Jun 19, 2015, 9:20 AM Vijay Pai notifications@github.com wrote:
|
|
ok, let me do a manual merge and push again, and then I'll let you know what's up |
|
CLAs look good, thanks! |
Performance-oriented server refactoring