malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年6月1日

Thread LifeCycle in .net

摘要: At any time, a thread is said to be in one of severalthread states(illustrated inFig. 12.1)2. This section discusses these states and the transitions between states. Two classes critical for multithreaded applications areThreadandMonitor(System.Threadingnamespace). This section also discusses severa 阅读全文

posted @ 2012-06-01 22:28 malaikuangren 阅读(195) 评论(0) 推荐(0) 编辑
线程的基础概念

摘要: 关于时间片Here is the explainationTime SlicesWith all these processes all wanting a slice of the CPU timecycle, how does it get managed? Well, each process is granted a slice of time (quantum) on which it (the process) may use the CPU. This slice of time shouldneverbe considered a constant; it is affecte 阅读全文

posted @ 2012-06-01 19:54 malaikuangren 阅读(245) 评论(0) 推荐(0) 编辑