|
|
|
|
|
by baotiao
3395 days ago
|
|
Yes, exactly. when you deal with multi threads, not only epoll will cause some problems, but also global variable, memory, etc. global variable solved by mutex, but epoll solved by avoid using it to epoll_wait fds in multi threads. |
|