文件名称:homework5
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4.68mb
- 下载次数:
- 0次
- 提 供 者:
- 熊*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个单队列线程池应用,在应用中存在两种线程:一个用户线程,用于向线程池发送加法计算请求;若干计算线程,接收来自线程池的加法请求,计算后将结果返回给用户线程。其中用户线程拥有自己的消息队列,若干计算线程共享一个消息队列。测试时需要向线程池提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of a single queue thread pool, there are two threads in the application: a user thread, for the request to send the addition of the thread pool number of computing threads to receive the addition of requests from the thread pool, the calculation will be returned to the user thread . Which the user thread has its own message queue, the number of computational threads share a message queue. The test is required to submit to the thread pool> = 1000 addition request, the user thread needs to verify that the received results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework5\a.out
.........\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLConditionVariable.h.gch
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLCriticalSection.h.gch
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLEvent.h.gch
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutive.h.gch
.........\CLExecutiveCommunication.cpp
.........\CLExecutiveCommunication.h
.........\CLExecutiveCommunication.h.gch
.........\CLExecutiveFunctionForMsgLoop.cpp
.........\CLExecutiveFunctionForMsgLoop.h
.........\CLExecutiveFunctionForMsgLoop.h.gch
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveFunctionProvider.h.gch
.........\CLExecutiveInitialFinishedNotifier.cpp
.........\CLExecutiveInitialFinishedNotifier.h
.........\CLExecutiveInitialFinishedNotifier.h.gch
.........\CLExecutiveNameServer.cpp
.........\CLExecutiveNameServer.h
.........\CLExecutiveNameServer.h.gch
.........\CLLog.cpp
.........\CLLog.h
.........\CLLog.h.gch
.........\CLLog.txt
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessage.h.gch
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageLoopManager.h.gch
.........\CLMessageObserver.cpp
.........\CLMessageObserver.h
.........\CLMessageObserver.h.gch
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMessageQueue.h.gch
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMsgLoopManagerForMsgQueue.h.gch
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLMutex.h.gch
.........\CLNonThreadProxy.cpp
.........\CLNonThreadProxy.h
.........\CLNonThreadProxy.h.gch
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLStatus.h.gch
.........\CLThread.cpp
.........\CLThread.h
.........\CLThread.h.gch
.........\CLThreadCommunicationByMsgQueue.cpp
.........\CLThreadCommunicationByMsgQueue.h
.........\CLThreadCommunicationByMsgQueue.h.gch
.........\CLThreadInitialFinishedNotifier.cpp
.........\CLThreadInitialFinishedNotifier.h
.........\CLThreadInitialFinishedNotifier.h.gch
.........\CLThreadProxy.cpp
.........\CLThreadProxy.h
.........\CLThreadProxy.h.gch
.........\test.cpp
homework5
.........\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLConditionVariable.h.gch
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLCriticalSection.h.gch
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLEvent.h.gch
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutive.h.gch
.........\CLExecutiveCommunication.cpp
.........\CLExecutiveCommunication.h
.........\CLExecutiveCommunication.h.gch
.........\CLExecutiveFunctionForMsgLoop.cpp
.........\CLExecutiveFunctionForMsgLoop.h
.........\CLExecutiveFunctionForMsgLoop.h.gch
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveFunctionProvider.h.gch
.........\CLExecutiveInitialFinishedNotifier.cpp
.........\CLExecutiveInitialFinishedNotifier.h
.........\CLExecutiveInitialFinishedNotifier.h.gch
.........\CLExecutiveNameServer.cpp
.........\CLExecutiveNameServer.h
.........\CLExecutiveNameServer.h.gch
.........\CLLog.cpp
.........\CLLog.h
.........\CLLog.h.gch
.........\CLLog.txt
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessage.h.gch
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageLoopManager.h.gch
.........\CLMessageObserver.cpp
.........\CLMessageObserver.h
.........\CLMessageObserver.h.gch
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMessageQueue.h.gch
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMsgLoopManagerForMsgQueue.h.gch
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLMutex.h.gch
.........\CLNonThreadProxy.cpp
.........\CLNonThreadProxy.h
.........\CLNonThreadProxy.h.gch
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLStatus.h.gch
.........\CLThread.cpp
.........\CLThread.h
.........\CLThread.h.gch
.........\CLThreadCommunicationByMsgQueue.cpp
.........\CLThreadCommunicationByMsgQueue.h
.........\CLThreadCommunicationByMsgQueue.h.gch
.........\CLThreadInitialFinishedNotifier.cpp
.........\CLThreadInitialFinishedNotifier.h
.........\CLThreadInitialFinishedNotifier.h.gch
.........\CLThreadProxy.cpp
.........\CLThreadProxy.h
.........\CLThreadProxy.h.gch
.........\test.cpp
homework5