Skip to content

Improve the implement of SocketConnection etc. form poll to epoll#658

Open
njustysq wants to merge 2 commits into
quickfix:masterfrom
njustysq:master
Open

Improve the implement of SocketConnection etc. form poll to epoll#658
njustysq wants to merge 2 commits into
quickfix:masterfrom
njustysq:master

Conversation

@njustysq
Copy link
Copy Markdown

@njustysq njustysq commented Jun 5, 2025

Compared to traditional poll or select, epoll offers significant advantages, especially in high-concurrency scenarios. Below are the key points for the improvement, Modify the socket I/O event monitoring mechanism from poll to epoll in the following files:

HttpConnection.cpp

SSLSocketConnection.cpp

SocketConnection.cpp

ThreadedSocketConnection.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant