由於Request的數量永遠會大於執行緒的數量,
因此好好利用ThreadPool(執行緒集區)來管理執行緒的運作是非常重要的。
在這篇蒐集一些相關的實作資料。
【筆記】ThreadPool
介紹好用元件:Smart Thread Pool
以 C# 撰寫多執行緒 (Multi-threading) 相關學習資源整理
星期日, 9月 26, 2010
星期六, 9月 25, 2010
資訊職稱 Orz
SA : System Analysis 系統分析
SE : System Evaluation 系統評估
SD : System Design 系統設計
ps:通常需經過SA/SE後才會到SD階段。
SE : System Evaluation 系統評估
SD : System Design 系統設計
ps:通常需經過SA/SE後才會到SD階段。
星期四, 9月 23, 2010
[C# Winform] Socket Survey
根據MSDN所寫:
執行緒不是背景執行緒就是前景執行緒。
背景執行緒和前景執行緒相同,唯一差別在於背景執行緒不會防止處理序終止。
一旦終止屬於處理序的所有前景執行緒之 後,
Common Language Runtime 就會結束處理序。
剩下的所有背景執行緒則會在尚未完成之前全部停止
C# Multi threaded socket programming
The C# Multi Threaded Socket Program has two sections.
Windows 管理規範 (WMI ,Windows Management Instrumentation)
Reference:
C# WMI 取得硬碟名稱、類型
A Simple Guide to WMI Provider
C# WMI 取得硬碟名稱、類型
A Simple Guide to WMI Provider
- Table of Contents
- Introduction
- What Is Platform Management?
- What Is WMI?
- What Is WMI Provider?
- Developing WMI Provider—Where to Start?
- Defining Namespace
- Sample Project
- How to Use the Demo Project
- Known Problems in the .NET WMI Implementation
- Conclusion
- Appendix A: Definitions & Acronyms