2007-11-19

erlang r12 新增加Percept并发性能调测模块

关键字: Percept profile 并发
Percept is an application-level profiler with focus on parallelism. Can help in finding:     – synchronization bottlenecks     – periods of few runnable processes Makes use of new trace points in the virtual machine. Collects data about when pro ...
2007-11-15

出了memcached分布式版本(repcached)的patch

关键字: repcached memcached master slave 分布式
早上的时候arbow告诉我的。 名字叫repcached 主页 http://repcached.lab.klab.org/  支持master 和 slave 方式 虽然不难做 但是小日本做了 还是很佩服他们的细心 一样东西能够坚持做下来 做好不容易。
liuhongjielulu今天告诉我 稿费280已经发了 程序员投稿2篇 关于轻量服务器的 分别是 http://mryufeng.javaeye.com/blog/130886 http://mryufeng.javaeye.com/blog/130888 第一次写东西挣钱 发文纪念下。
注:Joel Reymont openpoker游戏的作者 都是非常高级的话题 涉及到实际项目的设计  编码  调试 部署 维护等话题  覆盖到大部分的otp应用 我们拭目以待。 Working title is Hardcore Erlang and it will be built around OpenPoker. The emphasis of the book will be more on showing how to write scalable Erlang servers and less on how to write a poke ...
2007-11-01

why-do-you-like-erlang(转)

关键字: network server thread core
原文Url: http://www.clickcaster.com/items/why-do-you-like-erlang 感觉写的非常好(激动中) 和我的经历几乎一样  得出的结论就是: erlang就是我要的 网络应用erlang足够强大了 After having turned into something of an Erlang zealot about two months ago, I've been asked this question quite frequently. I think the best way to explain this is ...