搜索资源列表
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
ThreadExamplePixelColor
- 多线程块模型(MTA)在每个进程里只有一个块而不是多个块。这单个块控制着多个线程而不是单个线程。这里不需要消息队列,因为所有的线程都是相同的块的一个部分,并且可以共享。这样的程序比单线程模型和STA的执行速度都要快,因为降低了系统的负载,因而可以优化来减少系统idle的时间。这些应用程序一般比较复杂,因为程序员必须提供线程同步以保证线程不会并发的请求相同的资源,因而导致竞争情况的发生。这里有必要提供一个锁机制。但是这样也许会导致系统死锁的发生。-Multi-threaded block mode
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.
Multi-thread-concurrent-write-files
- 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure