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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

`async: false` is the worst

23 点作者 lobo_tuerto大约 1 年前

4 条评论

kevingadd大约 1 年前
I wouldn't have expected this much dependence on global state in erlang software. I thought erlang was all about encapsulation, but I guess some problems are basically universal to production software no matter what language you use, and global state is one of them
评论 #39842481 未加载
评论 #39842492 未加载
jbm大约 1 年前
&gt; async: false is the worst<p>I suppose the reason is because it takes more time? (The article doesn&#x27;t mention, and just takes it as a given)
评论 #39843521 未加载
评论 #39849311 未加载
benmmurphy大约 1 年前
this sounds suspicious. bits of code are going to be walking the whole process tree looking for something that is not going to be there when the code is running in production. i guess the operation is relatively inexpensive so maybe it is ok.
评论 #39847727 未加载
loeg大约 1 年前
(Elixir)