搜索资源列表
WCF_AsyncCall.rar
- C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
20100105
- 多客户并发服务程序的实现。 熟悉socket的操作,掌握异步socket的使用方法,理解多线程的概念,初步掌握线程的编程方法。 程序必须在服务器端实现接受多个客户的服务请求并为它们服务,具体的,服务器端进行监听,接到客户的请求后服务器与客户建立连接,接受客户传送来的数据并将其发挥给客户端,服务器端和客户端的数据通信采用的是异步方式。 -Multi-client concurrent service program implementation. Are familiar with t
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
ACE_Programmer_JiaoCheng
- < ACE程序员教程> ,主要讲叙了ACE SAP,ACE的内存管理,ACE的同步和线程管理机制,ACE并发编程模式,ACE事件多路分离和分派的体系结构,ACE接受器和连接器,ACE服务器动态配置模式,ACE消息队列等内容。-< <ACE程序员教程> " Mainly spoke of the ACE SAP, ACE memory management, ACE synchronization and thread management mechanis
concurrent
- 这是一个有关并发线程的多个类实例,是一个 很好的源码!-This is a thread about multiple concurrent instances of the class, is a good source!
process-tongbu-and-huchi
- 线程间的互斥:并发执行的线程共享某些类临界资源,对临界资源的访问应当采取互斥的机制。 线程间的同步:并发执行的线程间通常存在相互制约的关系,线程必须遵循一定的规则来执行,同步机制可以协调相互制约的关系。-Mutual exclusion between threads: concurrent execution threads share certain types of critical resources, access to critical resources should be
Concurrent-service
- 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
Multi-threaded-HTTP
- 多线程—断点续传,我做了一个简单的Http多线程的下载程序,来讨论一下多线程并发下载以及断点续传的问题。 这个程序的功能,就是可以分多个线程从目标地址上下载数据,每个线程负责下载一部分,并可以支持断点续传和超时重连。 -Multi-threaded- HTTP, I made a simple multi-threaded download Http to discuss the multi-threaded concurrent downloads and HTTP issues.
ThreadExamplePixelColor
- 多线程块模型(MTA)在每个进程里只有一个块而不是多个块。这单个块控制着多个线程而不是单个线程。这里不需要消息队列,因为所有的线程都是相同的块的一个部分,并且可以共享。这样的程序比单线程模型和STA的执行速度都要快,因为降低了系统的负载,因而可以优化来减少系统idle的时间。这些应用程序一般比较复杂,因为程序员必须提供线程同步以保证线程不会并发的请求相同的资源,因而导致竞争情况的发生。这里有必要提供一个锁机制。但是这样也许会导致系统死锁的发生。-Multi-threaded block mode
Thread
- 利用C#编写的一个小程序,用于模拟进程并发执行。以一个小的函数在picturebox中绘制图片为一个进程举例,达到模拟的效果。-With a small program written in C#, used to simulate the process of concurrent execution. A small function to draw a picture in a PictureBox Examples of a process to achieve the effect o
MultiThread
- 该程序通过创建线程,利用线程之间的并发执行,来模拟火车站的两个窗口买票的场景。-The program by creating a thread, use of concurrent threads of execution between two windows to simulate the train station to buy tickets scene.
Window(VC6-doc)ChatServer_chatClient
- Windows(VC6 doc)下C语言线程池类型并发服务器聊天室,是socket套接字编程,支持私聊和*,支持断开连接,适合新手学习socket学习-ON划词翻译ON实时翻译 Windows (VC6 DOC) language under the C thread pool types of concurrent server chat rooms, socket socket programming, support private chat and group, suppor
Multi-thread-concurrent-write-files
- 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
tbyxdzcj_v1.0
- 邮件*营销用途的辅助工具 输入帖子地址 无论帖子多少页 都会自动采集 分析页面提取Email地址后 前端显示出来 基于多线程并发采集单帖子的多个分页 大幅度提高了采集效率-Auxiliary tools for mass marketing Enter the post address no matter how many pages will automatically collect Analysis of the page after extracting the
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
代码
- 完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能: 1.客户端与服务器通过发送和接收报文进行通信; 2.服务器和客户端最高支持60000个并发连接; 3.报文长度设置为可变长度,以便进行压力测试; 4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server
xc-client
- 多线程并发编程的服务器端、客户端,实现了多线程并发(Server and client of multi thread concurrent programming)
CplusplusConcurrencyInAction
- 并发处理,如果你正在用C++写一个多线程程序,你应该阅读本书。如果你正在使用C++标准库中新的多 线程工具,你可以从本书中得到一些指导意见。如果你正在使用其他线程库,后面章节里的 建议和技术指导也很值得一看。(Concurrent processing. If you are writing a multithreaded program with C++, you should read this book. If you are using more of the new C++ sta