c++服务器端技术学哪些
迷茫
迷茫 2017-04-17 11:03:54
0
1
562

c++服务器端技术包括哪些?在下掌握了些socket编程技术,算法和数据结构。还需要学习哪些技术,可否推荐几本书呢

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
PHPzhong

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template