announcement.txt
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 0k
Development Platform:

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.