TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Joel Reymont's frustration with Erlang

55 点作者 luccastera超过 16 年前

6 条评论

jlouis超过 16 年前
There is a couple of problems with the current Erlang implementation that tends to nag me. One of the more problematic for newcomers is that the bytecode format doesn't contain line-number references from the original source. Hence, an error can not show you exactly where the problem occurs, but it can give you a backtrace. This is rather unfortunate for Erlangs adoption.
评论 #302595 未加载
评论 #302751 未加载
sunkencity超过 16 年前
I wonder if this guy tuned his network card. OS X default for max open sockets is 128, can make it hard to max out the cpu running network based loads generators.<p>sudo sysctl -w kern.ipc.somaxconn=512<p><a href="http://www.macgeekery.com/tips/configuration/mac_os_x_network_tuning_guide_revisited" rel="nofollow">http://www.macgeekery.com/tips/configuration/mac_os_x_networ...</a>
评论 #302801 未加载
shutter超过 16 年前
Scaling something to 10K isn't easy no matter what system you use. Erlang isn't a silver bullet.
评论 #302612 未加载
quasomojo超过 16 年前
joel rules. he will give any useful tech a chance. he approaches problems like an everyman. he isn't afraid to ask for help. i've watched him churn through lisp, haskell and ocaml, and now erlang.<p>i think he should give haskell another chance. it clobbers erlang on every performance metric, including massive concurrency, which we can now say erlang no longer "owns". otherwise i think c++ is the only option
评论 #302976 未加载
vegai超过 16 年前
I'd be interested to know if his problems went away on a similar Linux setup.
hapless超过 16 年前
And this is supposed to replace java? ;)
评论 #302734 未加载