该文被密码保护。 阅读全文
posted @ 2009-08-25 18:14 谭志宇 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 线程池(Thread Pooling)  有许多应用线程的程序在等候事件的休眠状态中消耗了大量时间,Other threads may enter a sleeping state only to be awakened periodically to poll for a change or update status information. Thread pooling enables yo... 阅读全文
posted @ 2009-08-25 17:59 谭志宇 阅读(370) 评论(0) 推荐(0) 编辑
摘要: [代码]1 内核对象区别于其他的是创建函数里含有 _SECURITY_ATTRIBUTES = record nLength: DWORD; lpSecurityDescriptor: Pointer; bInheritHandle: BOOL; end;2 d 阅读全文
posted @ 2009-08-25 14:21 谭志宇 阅读(159) 评论(0) 推荐(0) 编辑