文件名称:smartthreadpool
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 579kb
- 下载次数:
- 0次
- 提 供 者:
- yao***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
线程池。检查线程数的动态变化;取消工作项目;-A smart Thread Pool implementatio in .NET.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tests\STPTests.dll
tests
bin\Mono
...\....\SmartThreadPoolMono.dll
...\SilverLight
...\...........\SmartThreadPoolSL.dll
...\Windows
...\.......\SmartThreadPool.dll
...\WindowsCE
...\.........\SmartThreadPoolCE.dll
bin
demos\Mono
.....\....\TestSmartThreadPool
.....\....\...................\SmartThreadPoolMono.dll
.....\....\...................\TestSmartThreadPoolMono.exe
.....\....\...................\UsageControl.dll
.....\....\WorkItemsGroupDemo
.....\....\..................\SmartThreadPoolMono.dll
.....\....\..................\UsageControl.dll
.....\....\..................\WorkItemsGroupDemoMono.exe
.....\SilverLight
.....\...........\AppManifest.xaml
.....\...........\SmartThreadPoolSL.dll
.....\...........\STPSLDemo.dll
.....\...........\STPSLDemo.xap
.....\...........\TestPage.html
.....\Windows
.....\.......\TestSmartThreadPool
.....\.......\...................\SmartThreadPool.dll
.....\.......\...................\TestSmartThreadPool.exe
.....\.......\...................\UsageControl.dll
.....\.......\WorkItemsGroupDemo
.....\.......\..................\SmartThreadPool.dll
.....\.......\..................\UsageControl.dll
.....\.......\..................\WorkItemsGroupDemo.exe
.....\WindowsCE
.....\.........\SmartThreadPoolCE.dll
.....\.........\STPCEDemo.exe
demos
src\SmartThreadPool
...\...............\CallerThreadContext.cs
...\...............\CanceledWorkItemsGroup.cs
...\...............\EventWaitHandle.cs
...\...............\EventWaitHandleFactory.cs
...\...............\Exceptions.cs
...\...............\Interfaces.cs
...\...............\InternalInterfaces.cs
...\...............\PriorityQueue.cs
...\...............\Properties
...\...............\..........\AssemblyInfo.cs
...\...............\SLExt.cs
...\...............\SmartThreadPool.cs
...\...............\SmartThreadPool.csproj
...\...............\SmartThreadPool.ThreadEntry.cs
...\...............\SmartThreadPoolCE.csproj
...\...............\SmartThreadPoolMono.csproj
...\...............\SmartThreadPoolSL.csproj
...\...............\Stopwatch.cs
...\...............\STPEventWaitHandle.cs
...\...............\STPPerformanceCounter.cs
...\...............\STPStartInfo.cs
...\...............\SynchronizedDictionary.cs
...\...............\WIGStartInfo.cs
...\...............\WorkItem.cs
...\...............\WorkItem.WorkItemResult.cs
...\...............\WorkItemFactory.cs
...\...............\WorkItemInfo.cs
...\...............\WorkItemResultTWrapper.cs
...\...............\WorkItemsGroup.cs
...\...............\WorkItemsGroupBase.cs
...\...............\WorkItemsQueue.cs
...\SmartThreadPool.sln
...\STPCEDemo
...\.........\Form1.cs
...\.........\Form1.Designer.cs
...\.........\Form1.resx
...\.........\Pens.cs
...\.........\Program.cs
...\.........\Properties
...\.........\..........\AssemblyInfo.cs
...\.........\..........\Resources.Designer.cs
...\.........\..........\Resources.resx
...\.........\STPCEDemo.csproj
...\.........\UsageControl.cs
...\.........\UsageControl.resx
...\.........\UsageHistoryControl.cs
...\.........\UsageHistoryControl.resx
...\STPExamples
...\...........\App.ico
...\...........\AssemblyInfo.cs
...\...........\CatchExceptionExample.cs
...\...........\CooperativeCancelExample.cs
...\...........\GetExceptionExample.cs
...\...........\OnWIGIdleEventExample.cs
...\...........\ParallelQuickSort.cs
...\...........\PriorityExample.cs
...\...........\SimpleExample.cs
...\...........\STPExamples.csproj
...\...........\SuspendedSTPStartExample.cs
...\...........\SuspendedWIGStartExample.cs
tests
bin\Mono
...\....\SmartThreadPoolMono.dll
...\SilverLight
...\...........\SmartThreadPoolSL.dll
...\Windows
...\.......\SmartThreadPool.dll
...\WindowsCE
...\.........\SmartThreadPoolCE.dll
bin
demos\Mono
.....\....\TestSmartThreadPool
.....\....\...................\SmartThreadPoolMono.dll
.....\....\...................\TestSmartThreadPoolMono.exe
.....\....\...................\UsageControl.dll
.....\....\WorkItemsGroupDemo
.....\....\..................\SmartThreadPoolMono.dll
.....\....\..................\UsageControl.dll
.....\....\..................\WorkItemsGroupDemoMono.exe
.....\SilverLight
.....\...........\AppManifest.xaml
.....\...........\SmartThreadPoolSL.dll
.....\...........\STPSLDemo.dll
.....\...........\STPSLDemo.xap
.....\...........\TestPage.html
.....\Windows
.....\.......\TestSmartThreadPool
.....\.......\...................\SmartThreadPool.dll
.....\.......\...................\TestSmartThreadPool.exe
.....\.......\...................\UsageControl.dll
.....\.......\WorkItemsGroupDemo
.....\.......\..................\SmartThreadPool.dll
.....\.......\..................\UsageControl.dll
.....\.......\..................\WorkItemsGroupDemo.exe
.....\WindowsCE
.....\.........\SmartThreadPoolCE.dll
.....\.........\STPCEDemo.exe
demos
src\SmartThreadPool
...\...............\CallerThreadContext.cs
...\...............\CanceledWorkItemsGroup.cs
...\...............\EventWaitHandle.cs
...\...............\EventWaitHandleFactory.cs
...\...............\Exceptions.cs
...\...............\Interfaces.cs
...\...............\InternalInterfaces.cs
...\...............\PriorityQueue.cs
...\...............\Properties
...\...............\..........\AssemblyInfo.cs
...\...............\SLExt.cs
...\...............\SmartThreadPool.cs
...\...............\SmartThreadPool.csproj
...\...............\SmartThreadPool.ThreadEntry.cs
...\...............\SmartThreadPoolCE.csproj
...\...............\SmartThreadPoolMono.csproj
...\...............\SmartThreadPoolSL.csproj
...\...............\Stopwatch.cs
...\...............\STPEventWaitHandle.cs
...\...............\STPPerformanceCounter.cs
...\...............\STPStartInfo.cs
...\...............\SynchronizedDictionary.cs
...\...............\WIGStartInfo.cs
...\...............\WorkItem.cs
...\...............\WorkItem.WorkItemResult.cs
...\...............\WorkItemFactory.cs
...\...............\WorkItemInfo.cs
...\...............\WorkItemResultTWrapper.cs
...\...............\WorkItemsGroup.cs
...\...............\WorkItemsGroupBase.cs
...\...............\WorkItemsQueue.cs
...\SmartThreadPool.sln
...\STPCEDemo
...\.........\Form1.cs
...\.........\Form1.Designer.cs
...\.........\Form1.resx
...\.........\Pens.cs
...\.........\Program.cs
...\.........\Properties
...\.........\..........\AssemblyInfo.cs
...\.........\..........\Resources.Designer.cs
...\.........\..........\Resources.resx
...\.........\STPCEDemo.csproj
...\.........\UsageControl.cs
...\.........\UsageControl.resx
...\.........\UsageHistoryControl.cs
...\.........\UsageHistoryControl.resx
...\STPExamples
...\...........\App.ico
...\...........\AssemblyInfo.cs
...\...........\CatchExceptionExample.cs
...\...........\CooperativeCancelExample.cs
...\...........\GetExceptionExample.cs
...\...........\OnWIGIdleEventExample.cs
...\...........\ParallelQuickSort.cs
...\...........\PriorityExample.cs
...\...........\SimpleExample.cs
...\...........\STPExamples.csproj
...\...........\SuspendedSTPStartExample.cs
...\...........\SuspendedWIGStartExample.cs