المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Windows Sockets 2.0: Write Scalable Winsock Apps Using Completion Ports



C++ Programming
03-29-2009, 02:42 AM
Writing a network-aware application isn't difficult, but writing one that is scalable can be challenging. Overlapped I/O using completion ports provides true scalability on Windows NT and Windows 2000. Completion ports and Windows Sockets 2.0 can be used to design applications that will scale to thousands of connections. The article begins with a discussion of the implementation of a scalable server, discusses handling low-resource, high-demand conditions, and addresses the most common problems with scalability.

Anthony Jones and Amol Deshpande

<a href="http://msdn.microsoft.com/magazine/d8d3bac1-5e03-4494-87b5-3302066953d4">MSDN Magazine October 2000