搜索资源列表
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
Chat_Socket
- 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
TCPThreadServer
- 通过多线程实现对通信的接收和发送,创建接收线程和创建发送线程来具体实现。-To achieve through the multi-threaded communications receive and transmit, create receiver threads and thread to create a concrete realization sent.
UDPTCP
- 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
HttpDownload
- http多线程下载的例子,支持断点续传,进过测试可用,学习线程编程和网络编程比较好的例子-http example of multi-threaded downloads and support HTTP, enter the test can be used to learn programming and network programming thread better example
CSharp
- C#中tcp/ip通讯中的线程问题。在多线程中处理程序错误导致线程无法继续完成造成死锁。-C# in the tcp/ip communication in the thread. In a multi-thread processing errors caused by the thread can not continue to complete deadlock.
Thread
- 多线程测试源代码。应用程序向导已为您创建了此 Thread 应用程序。 本文件概要介绍组成 Thread 应用程序的 的每个文件的内容。 Thread.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Thread.cpp 这是主应用程序源文件。-Multi-threaded test source c
CMultiSvr-(SOCKET-API-Multi-Thread)
- socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
ReadWrite
- ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
java_UDPSocket_codes
- java 多线程UDP通信资料与代码: 1、UDP多线程通信server程序(serverThread)详细解析 2、简易UDP client程序 3、多线程Java_Socket编程示例等资料-java multi-thread UDP communication data and code: UDP multi-threaded communications server program (serverThread) detailed analysis, simple UDP c
SocketAsyncConnectionManagement
- 线程池,多线程TCP/UDP连接管理 可满足10000个终端同时接入 丢包率小于5 -Thread pool, multi-threaded TCP/UDP connection management to meet the 10,000 terminals simultaneously access the packet loss rate of less than 5
FTPSample
- 使用FTP上传和下载,用到了事件,多线程同步,内存读写,文件操作。-The use of FTP upload and download, use the event, multi thread synchronization, memory read and write, file operations.
multi-thread-server-mode
- Common programming model of multi thread server多线程服务器的常用编程模型-Common programming model of multi thread server