simple-web-proxy icon indicating copy to clipboard operation
simple-web-proxy copied to clipboard

资料

Open onestraw opened this issue 6 years ago • 1 comments

如何写一个web server

使用epoll + nonblocking I/O + thread pool(事件循环+ non-blocking I/O + 线程池),类似本repo,文章最后列举作者开发过程中遇到的问题及解决方案,值得学习。

onestraw avatar Mar 29 '18 06:03 onestraw

http://man7.org/linux/man-pages/man7/socket.7.html

  • event 对应的 POLL flag
  • socket各项参数

onestraw avatar Apr 02 '18 06:04 onestraw