-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arrange pool slots in pages. The previous way had weaknesses: If a si…
…ngle connection takes very long for 2 requests and then finishes those two request right after another, the connection slot gets put on the stack twice at the top. Now, we take from pages where each page contains all the slots, and put back into that very page.
- Loading branch information
1 parent
07cdaca
commit a9b970e
Showing
1 changed file
with
57 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters