using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices; namespace ConsoleGetSysMemory{ class Program { [StructLayout(LayoutKind.Sequential)] public struct MEMORYSTATU
最近几天,笔者所在的单位中的一台WEB服务器由于负载过大出现了问题,当同时在线的用户达到一定规模(2000-3000)时,频繁出现页面响应迟缓.超时等问题.服务器采用的操作系统是Windows Server 2003企业版,数据库系统是SQL Server 2005企业版.正当大家考虑升级服务器时,笔者对服务器状态进行了分析,并最终在未增加服务器硬件条件下找到了瓶颈.解决了问题.现将分析.解决问题的过程与大家分享,希望能帮助大家解决类似的问题. 分析问题: 通过对服务器检查发现,不仅服务器的HT
先给一个参考文献:The RAM reported by the System Properties dialog box and the System Information tool is less than you expect in Windows Vista or in Windows XP Service Pack 2 or later version 先说结论: 1.PAE允许操作系统在32位模式下使用大于4G的物理内存. 2.不管是否使用PAE,对于单个进程而言,32位系统下可见