搜索资源列表
threads
- Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
windows-unix
- 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
3
- 按照生产者/消费者的工作原理,在Linux环境下,创建两个进程(或线程),一个进程(线程)作为生产者(用来向缓冲区中写入字符,字符的个数有限),另一个进程(线程)作为消费者(从缓冲区中读取生产者写入的字符)。 要求: 1. 程序应将缓冲区中的内容不断的显示出来; 2. 程序设计中要考虑两进程并发执行中的同步与互斥问题; 3. 有能力的同学可以将管理的并发进程数扩展为N(N>=3)多个。-In accordance with the producer/consumer
thread-pool
- 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
slice-concurrent
- test for gslice cross thread allocation/free.
IntSet
- MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
Thread
- A Thread is a concurrent unit of execution.
ObjectIntMap
- MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
IntIntMap
- an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
UNIX-programming-information
- UNIX编程资料,TCP程序设计,UDP程序设计,并发服务器设计,创建线程,线程等待,线程退出保护设计,消息队列,日志记录模块-UNIX programming information, TCP programming, UDP programming, concurrent server design, create a thread, the thread waits for the thread to exit protection design, message queues, logg
pthread
- linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)
pthread_pool
- 创建线程池,提高并发能力,提高业务处理效率。(Create thread pool, improve concurrent capability and improve business processing efficiency.)