摘要: 常用模型的特点 Linux 下设计并发网络程序,有典型的Apache模型(Process Per Connection,PPC), TPC(Thread Per Connection)模型,以及 select/polL模型和epoll模型。 1 、PPC/TPC 模型 这两种模型思想类... 阅读全文
posted @ 2015-03-11 22:23 挨踢人啊 阅读(532) 评论(0) 推荐(0) 编辑