《Concurrency Programming 相關報告》的相关内容
相关讨论
why-do-you-like-erlang(转)
原文Url: http://www.clickcaster.com/items/why-do-you-like-erlang
感觉写的非常好(激动中) 和我的经历几乎一样 得出的结论就是: erlang就是我要的 网络应用erlang足够强大了
After having turned into something of an Erlang zealot about two ...
by mryufeng 2007-11-01 浏览 (1545) 回复 (5) 关键字: network server thread core
探讨一下数据驻留模型
假如有一份数据, 有几个进程用到, 数据还是维护和查询这些操作. 使用纯 erlang 语言方式, 不允许使用 ets mnesia.
按 erlang 的方式, 建一个存储数据的进程, 其它进程向该进程发消息, 此进程按消息进行数据维护及查询, 之后发回对应的消息.
我看到 erlang 做这种事情都是这么来的:
func() ->
receive
{quer ...
by inshua 2008-02-01 浏览 (10955) 回复 (84) 关键字:
erlang如何写port驱动与外面世界通讯
鉴于很多同学在帖子里面询问erlang与外面世界交互的port如何写的问题, david king很早前就写了篇文章详细地解决了这个问题,而且很有深度。请参见http://www.ketralnis.com/roller/dking/entry/20070903
Supervision Trees and Ports in Erlang
08:31PM Sep 03, 2007 in cate ...
by mryufeng 2008-04-12 浏览 (514) 回复 (0) 关键字: pg2 port supervision
质疑 apache和yaws的性能比较(必看)
http://www.sics.se/~joe/apachevsyaws.html 上比较yaws的性能 显示apache 4000就挂了 但是yaws 8w还在挺着。
见附件的图
但是你仔细看下他的测试方式
What do we measure and how?
We use a 16 node cluster running at SICS. We plot throughput vs ...
by mryufeng 2007-07-31 浏览 (25239) 回复 (41) 关键字: apache yaws erlang web服务器 比较
相关博客
erlang book 零星摘要
Erlang has a process-based model of concurrency with asynchronous message passing.The concurrency mechanisms in Erlang are lightweight, i.e. processes require little memory, and creating and deleting ...
by stephen 2006-09-26 浏览 (576) 回复 (0) 关键字: erlang
why-do-you-like-erlang(转)
原文Url: http://www.clickcaster.com/items/why-do-you-like-erlang
感觉写的非常好(激动中) 和我的经历几乎一样 得出的结论就是: erlang就是我要的 网络应用erlang足够强大了
After having turned into something of an Erlang zealot about two ...
by mryufeng 2007-11-01 浏览 (1508) 回复 (5) 关键字: network server thread core
Programming Erlang读书笔记1:Why Erlang?
公司产品终于上线了,一切告一段落,可以有大把时间看书写字了。
新年最令人激动事:可以开始系统的学习Erlang了!
Erlang的书籍和教材还很少,《Programming Erlang》是Erlang的发明者Joe Armstrong自己写的学习Erlang的书,可谓经典
为什么要学习Erlang?现在还不知道,学完了才知道Erlang值不值得学。
搞程序的需要宗教信仰啊。
Five reas ...
by hideto 2008-01-02 浏览 (1122) 回复 (2) 关键字: why
OTP设计原则:概要
1 Overview
OTP 设计原则 是一套教你如何运用进程,模块和目录等条件来组织Erlang代码的原则.
1.1 Supervision Trees 管理树
A basic concept in Erlang/OTP is the supervision tree. This is a process structuring model based on the idea of wo ...
by coderplay 2007-06-22 浏览 (534) 回复 (0) 关键字: erlang,otp,fp
Erlang misc
Erlang/OTP document
If a third instance of the module is loaded, the code server will remove (purge) the old code and any processes lingering in it will be terminated. Then the third instance becomes ...
by stephen 2006-10-11 浏览 (588) 回复 (0) 关键字:
相关圈子讨论
The Problem with Programming
转自: http://www.techreview.com/InfoTech/17831/page1/
Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code.
引用
In the 1 ...
by qiezi 2006-12-06 浏览 (1110) 回复 (2)
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight comp ...
by mikel 2007-11-23 浏览 (1299) 回复 (1)
关于Informix数据库CheckPoint的问题。欢迎大家指教
我现在的数据库服务器,在每天早上数据处理的时候。每次做checkpoint的时间都太长了,有时候甚至达到300s的长度。请大家能给点建议。
服务器为一HP小型机,4CPU,8G内存。OS为Linux系统。数据库为Informix10下面贴出我的onconfig内容
#****************************************************************** ...
by billbai 2008-07-02 浏览 (332) 回复 (2)
Hillary's Speech on Suspending the Campaign
非常出色感人的演讲,增强英语听力信心的好材料。
Hillary's Speech on Suspending the Campaign
以下为讲话原文,现场视频在http://www.youtube.com/watch?v=Lm5hQDFfRvA
Thank you very, very much. Well, this isn't exactly the party I ...
by swflora 2008-07-10 浏览 (319) 回复 (0)
这个小男孩真阴险呀,杀人于无形中
这是一个小孩杀人的故事,有耐心的八婆们慢慢看吧。整个故事从头到尾都阴森森冷飕飕的,虽然杀人在最后一部分才有写,可是自始至终都很阴郁。
BLACK ICE
by CATE KENNEDY
When I went up to check my traps, I saw that the porch lights at the lady’s place were still on, even ...
by mochow 2006-11-30 浏览 (899) 回复 (8)
相关新闻
ErlyBird 0.16.0 发布
dcaoyuan同学的erlang IDE项目发布了新版本,用erlang开发的童子们赶快下载更新吧。
ErlyBird 0.16.0 Released - An Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an im ...
by dcaoyuan 2008-03-06 浏览 (496) 回复 (0) 关键字: erlang
Sun公司加快JDK的开发—JDK6u6以及JDK6u10Beta发布!
JDK6u6的内部版本号是1.6.0_06-b02,这次发布主要是修正了一些Bug。原文如下:
网址:http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
Java SE 6u10Beta的发布则与众不同
官方发文写到:千万不要被它不起眼的名字(即Java SE 6u10Beta,JDK6更新10Beta版本)所愚弄,它是一个 ...
by jyw 2008-04-18 浏览 (1703) 回复 (1) 关键字: jdk
NetBeans6.5 M1 众多期待的特性一览表!
NetBeans6.5 M1 众多期待的特性一览表!
Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性.
其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目
和普通项目,还有Spring Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4453) 回复 (16) 关键字: netbeans 6.5 m1

