我爱我老婆

06 2012 档案

摘要:我也是标题党,哈哈,是想谈一下在性能优化方面的经验 高内存占用: 之前有做过一个应用,内存动辄4G,做了两点改进后,内存占用缩小到10M 改动: 1. 检查所有非托管资源的使用,make sure 所有对象均正常调用 dispose 2. 检查所有大家伙(过长string, 和过长byte[]), 阅读全文
posted @ 2012-06-20 11:21 DataFlow 阅读(203) 评论(0) 推荐(0)
摘要:<UnitMonitor ID="FailureCountDelta" Accessibility="Internal" Enabled="true" Target="Server" ParentMonitorID="Performance" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.DeltaThreshold" Confi 阅读全文
posted @ 2012-06-14 09:03 DataFlow 阅读(285) 评论(0) 推荐(0)