Simultaneous web server implementation

Static Web Server - a multi-process

  • Simply multiprotocol server process

  • Single process, thread, non-blocking concurrency

  • Long connection, short connection

  • Single process, thread, non-clogging, long connection to the server



  • the epoll (by a single process, thread, non-blocking concurrency, no process, thread, coroutine)

Guess you like

Origin blog.csdn.net/qq_38556217/article/details/87281811