Q.C人生

君子博学而日参省乎己,则知明而行无过矣

导航

文章分类 -  程序技术

讨论软件开发技术本身,多线程、插件技术等
摘要:Figure1IAsyncResult public interface IAsyncResult { WaitHandle AsyncWaitHandle { get; } // For Wait-Until-Done technique Boolean IsCompleted { get; } // For Polling technique Object AsyncState { get; ... 阅读全文

posted @ 2009-07-21 23:45 ChanghW 阅读(249) 评论(0) 推荐(0)

摘要:Contents The Heart of the APM: IAsyncResult Implementing the APM Testing and Performance Conclusion Slow and unpredictable are words that typically characterize I/O operations. When an application per... 阅读全文

posted @ 2009-07-21 23:44 ChanghW 阅读(220) 评论(0) 推荐(0)