Call Me… Maybe? – An article about Erlang’s gen_server terminate/2 callback

This story is about something perfectly documented, but still a bit surprising for newbies and experienced erlangers alike. The question is when will gen_server’s Module:terminate/2 be evaluated? Read more

Similar

Trace-Based Testing in Erlang

Almost every practical algorithm is non-deterministic by design. Unpredictable process scheduling has to be dealt with in concurrent programs, network reorders and delays messages randomly, and fault-tolerant systems can experience failover at any time. I... (more…)

Read more »