上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: http://blogs.technet.com/b/winserverperformance/archive/2008/06/26/designing-applications-for-high-performance-part-iii.aspx25 Jun 2008 7:44 PM Comments 14 Rick Vicik - Architect, Windows Server Perfo... 阅读全文
posted @ 2010-07-13 06:11 史莱姆 阅读(486) 评论(0) 推荐(0) 编辑
摘要: http://blogs.technet.com/b/winserverperformance/archive/2008/05/21/designing-applications-for-high-performance-part-ii.aspx 20 May 2008 9:48 PM Comments 1 Rick Vicik - Architect, Windows Server Perfo... 阅读全文
posted @ 2010-07-13 06:10 史莱姆 阅读(352) 评论(0) 推荐(0) 编辑
摘要: http://blogs.technet.com/b/winserverperformance/archive/2008/04/25/designing-applications-for-high-performance-part-1.aspx25 Apr 2008 12:40 AM Comments 1 Rick Vicik - Architect, Windows Server Perfor... 阅读全文
posted @ 2010-07-13 06:09 史莱姆 阅读(406) 评论(0) 推荐(0) 编辑
摘要: msdn states that InterlockedCompareExchange has performance penalties due to "memory fences". For performance gains modern CPUs often execute instructions out of order to make maximum use of th... 阅读全文
posted @ 2010-07-13 06:04 史莱姆 阅读(711) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/magazine/cc163437.aspx事件跟踪 使用 ETW 改善调试和性能优化 Dr. Insung Park andRicky Buch 本文讨论: 了解 ETW 体系结构Windows Vista 中 ETW 的新功能使用事件提供程序 API 进行编程 本文使用了以下技术: Windows Vista 目录 Wind... 阅读全文
posted @ 2010-07-02 01:11 史莱姆 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: windows1 process 阅读全文
posted @ 2010-06-29 05:04 史莱姆 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#ifndef_PERF_TIMER_H_#define_PERF_TIMER_H_#ifdef_WIN32#include<windows.h>#else#include<sys/... 阅读全文
posted @ 2010-06-26 04:06 史莱姆 阅读(359) 评论(0) 推荐(0) 编辑
摘要: header代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--voidsocket_init();voidsocket_term();intsocket_create_acceptor(u_shortport,boolreuse=false);int... 阅读全文
posted @ 2010-06-26 04:04 史莱姆 阅读(2981) 评论(0) 推荐(0) 编辑
摘要: awtools.h代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#ifndefAWTOOLS_H_#defineAWTOOLS_H_#include<sstream>namespaceAWTookit{ template<cla... 阅读全文
posted @ 2010-06-26 03:50 史莱姆 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/**main.cpp**Createdon:Feb9,2010*Author:weiyuwang*/#include<signal.h>#include<unistd.h>#... 阅读全文
posted @ 2010-06-26 03:44 史莱姆 阅读(398) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页