Ray's playground

 

随笔分类 -  Windows

Advanced Threads(Chapter 4 of Concurrent Programming on Windows)
摘要:This concludes our two chapter overview of Windows and CLR threads. Inthis chapter, we looked very deeply at of what thread stacks are comprised,their specific layout, and some interesting policy arou... 阅读全文

posted @ 2010-08-30 21:18 Ray Z 阅读(186) 评论(0) 推荐(0)

Threads(Chapter 3 of Concurrent Programming on Windows)
摘要:codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<stdio.h>2#include<windows.h>34DWORDWINAPIMyThreadStart(LPVOID);56intmain(int... 阅读全文

posted @ 2010-08-15 14:16 Ray Z 阅读(225) 评论(0) 推荐(0)

Synchronization and Time(Chapter 2 of Concurrent Programming on Windows)
摘要:The ideal architecture for buildingconcurrent systems demands a hybrid approach. At a coarse-grain, asynchronousagents are isolated and communicate in a mostly loosely coupledfashion; message passing ... 阅读全文

posted @ 2010-08-10 22:10 Ray Z 阅读(197) 评论(0) 推荐(0)

导航