TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

`async: false` is the worst

23 pointsby lobo_tuertoabout 1 year ago

4 comments

kevingaddabout 1 year ago
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 未加载
jbmabout 1 year ago
&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 未加载
benmmurphyabout 1 year ago
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 未加载
loegabout 1 year ago
(Elixir)