commit | 56dd12a7f0e7ff67e9d270d5fb2afc40c81feac5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 25 17:09:33 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 29 16:03:15 2018 +0100 |
tree | 24404fa009482cae3d0b0395eb12b0c13915698c | |
parent | 82b37d74d2e29798633ac0896735a3fa2ae5df1c [diff] |
MEDIUM: select: don't use the old FD state anymore The polling updates are now performed exactly like the epoll/kqueue ones : only the new polled state is considered, and the previous one is checked using polled_mask. The only specific stuff here is that the fd state is shared between all threads, so an FD removal has to be done only once.