search

Home  >  Q&A  >  body text

c++服务器端技术学哪些

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

迷茫迷茫2803 days ago557

reply all(1)I'll reply

  • PHPz

    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

    reply
    0
  • Cancelreply