(Sogou Labs technical exchange documents, when writing a high-load server program with a huge number of connections, the classic multi-threading mode and select mode are no longer applicable. They should be discarded and I/O events captured using epoll/kqueue/dev_poll. Finally, AIO is briefly introduced.)