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

Windows: Larger number of concurrent receives causes intermittent blocking #57

Open
eile opened this issue Nov 20, 2013 · 0 comments
Open
Labels

Comments

@eile
Copy link
Member

eile commented Nov 20, 2013

Originally reported by @delyas as Eyescale/Equalizer#265:

when having multiple concurrent input streams, the recv thread blocks 200-2000ms on a single receive. The current working theory is that a partial package is received, and the kernel does not receive more data on this socket since others go unprocessed, until some internal timeout is reached.

Implement threadpool-based receiving to see if that fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant