摘要: 完整的使用线程池的多线程C/S Socket类翻译水平有限,不明之处请阅读原文。原文:http://www.codeproject.com/Articles/33352/Full-Multi-thread-Client-Server-Socket-Class-with使用线程池实现的完整的 Client/Server Socket通讯类,很容易使用,也很容易被集成到C++应用程序中。也适用于Linux/Unix。在“Best C++/MFC article of February 2009”赛中获奖。代码下载请到原文地址。当做客户端运行时,在命令行中输入:SocketServer.exe /c 阅读全文
posted @ 2013-03-12 21:26 DageKing 阅读(5727) 评论(0) 推荐(0) 编辑
摘要: Full Multi-thread Client/Server Socket Class with ThreadPoolTo run the application as client, typeSocketServer.exe /clientfrom the command prompt.IntroductionRecently, I updated one of my first articles here at The Code Project, theServerSocket. While the base class (CSocketHandle) is quite stable a 阅读全文
posted @ 2013-03-12 21:23 DageKing 阅读(732) 评论(0) 推荐(0) 编辑