摘要:
你肯定有很多次只是想去看一下堆(heaps)和代(generations)的大小.对于heaps,你可以使用!eeheap -gc来检查大小,但是输出的信息很多,同时还有许多其他的东西,所以要找到我们想要的数据还是比较麻烦的. 现在好了,即将发布的新版本的!heapstat可以打印出被不同的代(generations)所分割(break down)的堆(heap)的大小了,当然啊,还包括大对象堆(... 阅读全文
摘要:
/etc/init.d/network stop/sbin/rmmod vmxnet/sbin/modprobe vmxnet/etc/init.d/network start 阅读全文
摘要:
这里所说的web,特指large scale web,大规模,高负载,高并发是它最显著的特点.技术应该是没有界线的,就像微软也从不排斥其他技术一样.写这篇blog希望更多的可以让园友们看到基于.net的web开发上的一些死角和一些固定思路... 阅读全文
摘要:
仿照google的guestbook这个sample写了一个,upload到appengine host上后,访问页面却出错了: # 221.221.203.253 - - [21/06/2008:10:13:01 -0700] "GET / HTTP/1.1" 500 1908 "http://appengine.google.com/deployment?app_id=vanvc" - # E... 阅读全文
摘要:
在ubuntu下使用 python dev_appserver.py 站点名称 启动站点调试,有时可以看到两个错误,一个错误是说找不到与datastore相关的warning,这个是由于第一次启动该站点的缘故其次便是这个错误: "Could not initialize images API" you are likely missing the Python "PIL" module. Impo... 阅读全文
摘要:
Google出来的文章全都一个样,最后在一个老外的blog上找到了可以work的配置:(/etc/X11/xorg.conf) Section "InputDevice" Identifier "Configured Mouse" Driver "vmmouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Prot... 阅读全文
摘要:
PlentyOfFish:http://highscalability.com/plentyoffish-architecture twitter.comhttp://highscalability.com/scaling-twitter-making-twitter-10000-percent-fasterslide:http://www.slideshare.net/Blaine/scalin... 阅读全文
摘要:
var o = 'hello world'; // first snippet (function() { alert(this); }).call(o); // second snippet window.setTimeout(function() { (function() { alert(this); }).call(o); }, 5000); 阅读全文
摘要:
http://code.msdn.microsoft.com/dynamicdata/Release/ProjectReleases.aspx?ReleaseId=994 包括了scaffold, mvc(p3)+dynamic data等几个sample 阅读全文
摘要:
http://blogs.technet.com/mscom/archive/2008/06/09/microsoft-com-operations-performance-analysis-of-iis-7-0-windows-server-2008.aspx 阅读全文