announcement.txt
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*
  2.  * liupeng 2003.1
  3.  */
  4. Developing a truly scalable Winsock Server using IO Completion Ports(IOCP),
  5. but this module depend on the microsoft platform.
  6. requirements : 
  7. * Windows NT/2000/XP: Included in Windows NT 4.0 and later.
  8. * Windows 95/98/Me: Unsupported.
  9. Also, You can use SELECT model for the module be independent of platform.