Archive for the ‘gen_server’ Category

Erlang: Understanding gen_server

Wednesday, April 22nd, 2009

Gen_server is a great way to create simple servers without having to write a lot of code at all. Here's a brief overview to get you started. For some reason, figuring out how the gen_server behavior works in erlang was kind of a pain for me. I think it's ...