Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Epoll write blocking client, server
no vote
Epoll on Linux 2.6 kernels introduced, replacing the previous select/poll model that adequately support large concurrent network program under Linux.
hellocodeforge_123456
2016-08-23
0
1
Epoll,ET model of a simple HTTP Server codes
no vote
Blocking socket,read/write-1 represents a network error is returned. But for non-blocking socket,read/write-1 network is really not necessarily go wrong. May be the Resource temporarily unavailable. You should try again, until the Resource available.
hellocodeforge_123456
2016-08-23
0
1
Using epoll to write echo client/server
no vote
Epoll is Linux kernel for processing large batches for improved epoll file descriptor, is multiplexed IO interface under Linux select/Poll Pro version, it can significantly improve the process in the case of a large number of concurrent connections, only a small number of active system CPU utilization.
hellocodeforge_123456
2016-08-23
0
1
No more~