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

Make server_fd non blocking #27

Merged
merged 1 commit into from
Feb 4, 2015
Merged

Conversation

klondi
Copy link
Contributor

@klondi klondi commented Feb 4, 2015

The DNS server will hijack the event loop if the socket is blocking preventing other applications from working as soon as a request is received. Because of this it's better to make it clearly non blocking to prevent headaches to those using this code.

The DNS server will hijack the event loop if the socket is blocking preventing other applications from working as soon as a request is received. Because of this it's better to make it clearly non blocking to prevent headaches to those using this code.
nmathewson added a commit that referenced this pull request Feb 4, 2015
Make server_fd non blocking
@nmathewson nmathewson merged commit 9e9e524 into libevent:master Feb 4, 2015
@klondi klondi deleted the patch-1 branch February 4, 2015 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants