摘要: private int BUFSIZE = 10000; private void button1_Click(object sender, System.EventArgs e) { string s = ""; long t1 = System.DateTime.Now.Ticks; for(int i=0;i<BUFSIZE;i++)s += "a"; long t2 = Syste... 阅读全文
posted @ 2005-04-19 15:59 鞠强 阅读(3935) 评论(14) 推荐(0) 编辑
摘要: 相信很多人都问过这个问题,都郁闷过。。。看着dllhost内存疯涨,看着aspnet_wp.exe或者w3wp.exe内存狂涨。。。 从微软产品角度来看,asp/com+/.net都可能会发生这个问题。在从前,你需要adplus等东东,需要windbg来敲打它。但是总会有一些所谓的private symbols让你不能看到庐山真面目,不能看到你最想找到的程序错误代码。 终于找到了两个好用的工具... 阅读全文
posted @ 2005-04-19 13:12 鞠强 阅读(4475) 评论(8) 推荐(0) 编辑

hello

world