Richie

Sometimes at night when I look up at the stars, and see the whole sky just laid out there, don't you think I ain't remembering it all. I still got dreams like anybody else, and ever so often, I am thinking about how things might of been. And then, all of a sudden, I'm forty, fifty, sixty years old, you know?

09 2006 档案

[Troubleshoot] 企业管理器查看当前活动时报系统达到最大锁数量 用Profiler找命令
摘要:解决问题时走了一些弯路,但是过程中有些东西可能对以后有点借鉴性,因此记录下来。 客户反映,几天以来系统有一个保存操作在早上10之前一直无法进行,过了10点就OK。 客户的环境为.Net开发的Web应用,用的SQL Server 2000数据库,表中数据量都是几十万、几百万左右,因此一开始重点怀疑10点之前有某些操作锁住了某些表(我们系统确实有些操作,一个工厂需要跑1、2十分钟半个小时的,就是相当于... 阅读全文

posted @ 2006-09-28 00:38 riccc 阅读(921) 评论(1) 推荐(0) 编辑

Maverick.Net代码解析
摘要:相关概念、总体处理流程参考 Maverick.Net介绍篇,不再罗嗦。一看就懂的地方略,侧重在貌似疑难之处及部分过程的分析。本人水平一般,如有不正确的地方欢迎指正。 Dispatcher 职责:一,HttpHandler,处理Http请求,包括Http Request-Command的映射、Command对象的管理;二,负责对初始化操作的管理。 ExtractCommandName(HttpCon... 阅读全文

posted @ 2006-09-17 22:22 riccc 阅读(2590) 评论(4) 推荐(0) 编辑

Maverick.Net介绍
摘要: Maverick.Net是Java社区开源MVC Web框架Maverick的.Net版本,相关资料可以查看项目主页。     不管Maverick.Net的是非好坏,了解一下它的思想还是不错的。下面的内容是对Maverick.Net整体做一个简单的介绍,以求能够从全局的角度了解Maverick.Net一些相关概念,大致如何工作。     另外,本人没有使用Maverick.Net开发过项目,只是看了它的架构、源码之后有一些想法,跟大家分享一下,也希望能为想了解Maverick.Net的人提供些参考。     1. 主框架     2. 主要的类、对象     3. 简评 阅读全文

posted @ 2006-09-10 15:57 riccc 阅读(3902) 评论(4) 推荐(0) 编辑

[整理] - Index Fragmentation
摘要:索引碎片介绍,以及怎样分析索引碎片、重整索引 阅读全文

posted @ 2006-09-01 17:11 riccc 阅读(2337) 评论(0) 推荐(0) 编辑

[原创] - Parallel Query & Bitmap
摘要:对SQL Server 2000并行查询、位图(Bitmap)的理解与介绍,有实际的例子进行比较 阅读全文

posted @ 2006-09-01 16:43 riccc 阅读(1166) 评论(0) 推荐(0) 编辑

[整理] - Relational Engine之UMS Internals
摘要:UMS是什么?-SQL Server 2000多线程管理机制 了解UMS有什么用?-相信能够增进你对SQL Server 2000内部工作原理的理解 阅读全文

posted @ 2006-09-01 16:40 riccc 阅读(1001) 评论(0) 推荐(0) 编辑

[整理] - Relational Engine之Query Process
摘要:理解和掌握SQL Server 2000的查询执行过程,是对SQL Server 2000的进阶使用、性能调优的一个基础 阅读全文

posted @ 2006-09-01 16:35 riccc 阅读(1107) 评论(0) 推荐(0) 编辑

[摘选] - Relational Engine之Server Architecture
摘要:Server Architecture Figure "Server Architecture" illustrates the main components of the relational engine portion of SQL Server. The illustrated components can be organized into three grouping... 阅读全文

posted @ 2006-09-01 16:30 riccc 阅读(602) 评论(0) 推荐(0) 编辑

[摘选] - Relational Engine之Client Architecture
摘要:Client Architecture "What is the native interface of SQL Server?". Many developers were resistant to interfaces like ODBC because they thought that DB-Library, the client API developed by Syba... 阅读全文

posted @ 2006-09-01 16:27 riccc 阅读(516) 评论(0) 推荐(0) 编辑

[翻译] - Inside SQL Server 2000's Memory Management Facilities
摘要:翻译:SQL Server 2000内存管理内幕 05年时候翻译的文章,看一看还是很不错的。曾经在itput里面贴过,还有朋友帮忙做过一些校正,把未翻译的那段补充上了,google可以查到那个版本。 阅读全文

posted @ 2006-09-01 16:18 riccc 阅读(1347) 评论(3) 推荐(0) 编辑

导航