2008年3月31日

摘要: Q: Describe the difference between a Thread and a Process 20080328 - the difference between a Thread and a Process Q: What is a Windows Service and how does its lifecycle differ from a standard EX... 阅读全文
posted @ 2008-03-31 13:00 Eric Lee 阅读(237) 评论(0) 推荐(0) 编辑
摘要: GAC = Global Assembly Cache. 全局程序集缓存。它解决了 DLL 链接库的版本问题。 GAC 是一个全局程序集缓存,每个程序集由四个部分构成: major version number / minor version / build / revision numbers GAC 会为不同的程序集创建不同的子目录管理存放。 详见《Microsoft .NET框架程序设计(修... 阅读全文
posted @ 2008-03-31 01:34 Eric Lee 阅读(230) 评论(1) 推荐(0) 编辑
摘要: 一个 TCP/IP 端口只能被一个进程监听。如果有两个进程,也只会有一个进程能获取来自端口的数据包。(待验证) 阅读全文
posted @ 2008-03-31 01:33 Eric Lee 阅读(223) 评论(0) 推荐(0) 编辑
摘要: PID = Process Identifier, 是一个全局唯一的用来标识进程的整数。在多任务系统中,可用来诊断系统中发生错误的进程。 阅读全文
posted @ 2008-03-31 01:33 Eric Lee 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 不明白为啥说到 Windows Server Family? 等待高人的解答。 阅读全文
posted @ 2008-03-31 01:32 Eric Lee 阅读(227) 评论(0) 推荐(0) 编辑

导航