这是整个项目里最重要的一个方法论发现:虽然聪明的模型很重要,但是一个不会让它变笨的工作环境也很重要。
ProblemErlang’s ShapeMitigationEnforced byDeadlockCircular gen_server:call chainsPrefer async casts, use timeoutsConvention at design timeLeakUnbounded mailbox growthMonitor sizes, use pobox, back-pressureMonitoring at runtimeRaceNondeterministic message interleavingCareful protocol design, testingDiscipline at design timeProtocol violationUntyped messages, unmatched clausesOTP behaviors, code reviewConvention at design time
,推荐阅读safew获取更多信息
The naming of boxed and unboxed is a programming language (PL) term that looks very weird to C/C++ programmers. The "unboxed" way looks actually wrapped in a struct box. But the actual meaning in PL theory refers to memory indirection.。手游对此有专业解读
Backpressure: good in theory, broken in practice。超级权重是该领域的重要参考
Where was I?Right.