`
mryufeng
  • 浏览: 982303 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
R12发步的时候 附带了testserver和commontest,有文档但是没有详细的叫你如何写测试案例。今天发现官网上有早期的测试案例(R9)的,可以参考下: http://www.erlang.org/project/test_server/index.html 有3种测试案例: test_server-3.1.1.tar.gz   The test server application. emulator-tests-2004-05-26.tar.gz Test suites for the emulator. stdlib-tests-2004-05-26.tar.gz Te ...
erlang的list 和 string 库实现 有我们自己实现函数的时候可以模仿的很多手法, 看熟悉了 容易在头脑里面自然反射代码的实现,俺学c的时候就是学会了字符串操作的时候感觉功力大增。
鉴于很多同学在帖子里面询问erlang与外面世界交互的port如何写的问题, david king很早前就写了篇文章详细地解决了这个问题,而且很有深度。请参见http://www.ketralnis.com/roller/dking/entry/20070903 Supervision Trees and Ports in Erlang 08:31PM Sep 03, 2007 in category Erlang by David King Erlang provides a whole lot of infrastructure for doing tasks commonly ass ...
Bug fix release : otp_src_R12B-2 Build date      : 2008-04-09 This is bug fix release 2 for the R12B release. 看看什么变化。
http://www.dest-unreach.org/socat/ Socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (terminal or modem, etc.), socket (Unix, IP4, IP6 - raw, UDP, TCP), SSL, a client for SOCKS4, or proxy CONNECT. It suppor ...
News, March 30th, 2008       I finally assembled my new machines and installed the donated 10-Gig Myricom NICs. I ran a few benchmarks. Result: new bandwidth records set for HAPoxy: 9.897 Gbps and 35128 hits/s! It's possibly the highest bitrate achieved to date with an opensource load-balancer! BTW, ...
发起捐款活动: 3月6日中午,张立国同学永远地离开了我们,又一个学号空缺了。 留下老婆和一周岁大的小女儿,宝贝很可爱,只是不知道再也见不到爸爸了! 希望大家能够伸出援手,献点爱心,帮助他们渡过难关! 农行帐号: 农行广州天河支行 6228 4800 8127 3771 816 余锋 我的电话: 159 20486074 我们能做的也只能是这些啦! 首先在东重计算机93的群里发起的,大部分同学踊跃捐款。有的同学也不是很宽裕,但是捐了很多款,真的让我很感动。 网友们也爽快支持这个行动, 让我感觉人间自有真情在,这个世界还是温暖的。 祝愿 立国一路走好,可爱的bb能够健康成长。
老大 立国 永远走了 不和我们一起学习erlang了 只留下他的blog http://blog.sina.com.cn/owenzhang 华为不是什么好公司。 默哀 祈祷他一路走好。
arbow发现的问题如下: 4> file:read_file("/proc/cpuinfo"). {ok,<<>>} 11> {ok, IoDevice} = file:open("/proc/cpuinfo", [binary]),file:read(IoDevice, 1024). {ok,<<"processor\t: 0\nvendor_id\t: GenuineIntel\ncpu family\t: 6\nmodel\t\t: 15\nmodel name\t: Intel(R) ...
引用地址(需要爬墙) http://ppolv.wordpress.com/2008/02/25/parsing-csv-in-erlang/ So I need to parse a CSV file in erlang. Although files in CSV have a very simple structure, simply calling lists:tokens(Line,",") for each line in the file won't do the trick, as there could be quoted fields that spa ...
在erlang的邮件列表上看到: Have you tried putting a snoop to see whether the delay is on the sending/receiving side? This might be useful: http://www.erlang.org/contrib/erlsnoop-1.0.tgz 去http://www.erlang.org/contrib/看了下 模块真不少 下载了erl_snoop 先安装lib-pcap   yum install libpcap-devel yum install libpcap 编译出错: ...
release 说明: http://www.erlang.org/download/otp_src_R12B-1.readme 对比了下代码看来r12b1主要是在smp情况下改进了内存分配的速度(内存浪费更多 典型空间换时间) 还有就是lksctp的支持。 binary的也做了少许的优化。其他的大多数是bugfix。
之前erlang邮件列表的一个问题: hi list, I fellowed the otp document, but it failed. # erl -s os cmd ls Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false] [lock-checking] {"init terminating in do_boot",{function_clause,[{os,validate1,[[ls]]},{os,cmd,1},{init, ...
从mod_security_server.erl 中摘抄的: %% %% The storage model is a write-through model with both an ets and a dets %% table. Writes are done to both the ets and then the dets table, but reads %% are only done from the ets table. %% %% This approach also enables parallelism when using dets by returning th ...
An memcachedb clone by Erlang 支持cache的分布和持久化。 http://code.google.com/p/erlycachedb/ 年前解决issue 1,2 的问题。
Global site tag (gtag.js) - Google Analytics