Skip to content

Factor out the pollset kicking mechanism and eliminate sharding#96

Merged
ctiller merged 1 commit intogrpc:masterfrom
dklempner:pollset_kick
Jan 17, 2015
Merged

Factor out the pollset kicking mechanism and eliminate sharding#96
ctiller merged 1 commit intogrpc:masterfrom
dklempner:pollset_kick

Conversation

@dklempner
Copy link
Copy Markdown
Contributor

This change pulls out a separate pollset_kick module, which currently
uses a freelist of pipes dynamically assigned to pollsets when they
enter polling rather than the previous racy sharding mechanism.

We ultimately may wish to eliminate the dynamic assignment for multipoll
sets, but this should be sufficient for the moment.

This change pulls out a separate pollset_kick module, which currently
uses a freelist of pipes dynamically assigned to pollsets when they
enter polling rather than the previous racy sharding mechanism.

We ultimately may wish to eliminate the dynamic assignment for multipoll
sets, but this should be sufficient for the moment.
ctiller added a commit that referenced this pull request Jan 17, 2015
Factor out the pollset kicking mechanism and eliminate sharding
@ctiller ctiller merged commit 55c3b27 into grpc:master Jan 17, 2015
@ctiller ctiller deleted the pollset_kick branch January 17, 2015 00:26
@nicolasnoble
Copy link
Copy Markdown
Contributor

Careful: your editor is set up to use tabs. This commit introduces a few tabs in some files.

@dklempner dklempner mentioned this pull request Jan 21, 2015
stanley-cheung referenced this pull request in stanley-cheung/grpc Aug 27, 2015
initial tutorial draft from @wonderfly. I only touched up a few places. ...
@lock lock bot locked as resolved and limited conversation to collaborators Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants