搜索资源列表
epoll多线程
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread
vc++多线程
多线程编程
进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或Win
Java并发编程设计原则和模式
- 介绍了JAVA多线程并发程序设计的核心问题、机制和设计模式,对从事分布式并发程序设计的程序员来说是很好的资料。
PRG6_6
- 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and mu
SGIPAPI1.44(Update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和
serialport
- Windows下串口操作封装类(支持多线程并发)。-Windows serial port to operate under the Packaging category (support for multi-threaded concurrency).
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the
socket2
- LINUX下多线程并发网络通信。(包涵源文件)-LINUX under the concurrent multi-threaded network communications. (Includes source files)
RWLock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
WriteRead
- sockets 通讯 读取多线程读写数据的流量并保证多线程并发读取及独占写入-communication sockets to read to read and write multi-threaded data flow and to ensure that multi-threaded concurrent read and exclusive write
ThreadPool_final
- 此代码作为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 definitio
tcpMuti
- 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
JavaSocketMultiThread
- java socket 实现 多线程并发控制 java socket 实现 多线程并发控制-use java socket to realize the function:multiple thread
Multi-threaded-HTTP
- 多线程—断点续传,我做了一个简单的Http多线程的下载程序,来讨论一下多线程并发下载以及断点续传的问题。 这个程序的功能,就是可以分多个线程从目标地址上下载数据,每个线程负责下载一部分,并可以支持断点续传和超时重连。 -Multi-threaded- HTTP, I made a simple multi-threaded download Http to discuss the multi-threaded concurre
多线程代码和敏捷流程讲述
- 主要是项目的敏捷开发和多线程代码,线程并发设计线程同步,敏捷开发是项目的主流过程,是一个软件系统维护和管理的基本方法(Multi-threaded and agile development)
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
xc-client
- 多线程并发编程的服务器端、客户端,实现了多线程并发(Server and client of multi thread concurrent programming)
MThread
- 用Math类中的随机函数产生10000个0~999范围的随机数并存于数组。从键盘接收一个0~999的数x,然后用5-8个线程并发查找x的所有下标位置(The random numbers of 10000 0~999 ranges are produced by using random functions in the Math class to coexist in the array. Receive a number of 0~
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithr
多线程压缩
- 多线程压缩是指从软件或者硬件上实现多个线程并发执行的技术。具有多线程能力的计算机因有硬件支持而能够在同一时间执行多于一个线程,进而提升整体处理性能。(duo xian cheng ya suo Multithreading compression)