PHPz2017-04-17 11:05:54
It’s best to look at open source server-side frameworks
C server technology:
1. The older one has ACE
, the originator of the Reactor model
2. Now widely used libev/libevent, these two are C
3. Understand the server-side concurrency model, especially the event-driven model
4. See how the network modules of Redis and Nginx are implemented
You can read Mr. Chen Shuo’s book on server-side technology