-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
a question #2
Comments
The epoll event will be triggered when new data arrives fd. |
Closed
Closed
Closed
Closed
This was referenced Dec 25, 2015
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, I have read the code and have a question,
the main thread use select and only accept new connections,
and added the new file descriptor to the work threads fd-sets( server.c #117).
is this ok ?
the main & worker are running in different thread, how the worker knows a new fd is added & break from its' sub select/poll function?
I use windows, so I cant build the code. thanks for your reply!
The text was updated successfully, but these errors were encountered: