Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tcp bottleneck caused by the fact that the message reading and messa... #72

Merged
merged 1 commit into from
Oct 10, 2012

Conversation

jimfcarroll
Copy link
Collaborator

...ge handling were done sequentially. Now there is a set of worker threads that handle messages and the read loop is much tighter.

…ssage handling were done sequentially. Now there is a set of worker threads that handle messages and the read loop is much tighter.
jimfcarroll pushed a commit that referenced this pull request Oct 10, 2012
Fix tcp bottleneck caused by the fact that the message reading and messa...
@jimfcarroll jimfcarroll merged commit 037f320 into Dempsy:master Oct 10, 2012
@ghost ghost assigned jimfcarroll Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant