Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang

Protocol simplicity versus "properness"

How build non-blocking TCP server with ssl encryption

erlang erlang-otp

Unflash a message with Nitrogen

erlang nitrogen

Erlang bit syntax variable issue

erlang

Supervising multiple gen_servers with same module / different arguments

erlang erlang-otp

Why does the performance drop that much when my Erlang TCP proxy gets many concurrent requests?

Generating String from List in Erlang

string list erlang

How to distinguish ERTS versions at pre-processing time?

erlang preprocessor

How to load thrift client in Erlang

erlang thrift scribe

What does -spec, -type, -opaque means in erlang programming

erlang

gen_server closing listening socket

erlang gen-server gen-tcp

How heavy are erlang events vs threads?

Unintentionally intercepting Mnesia's transactional retries with try/catch results in all kinds of weirdness

erlang mnesia

Storing supervisor children PIDs

erlang

Generate permutations iteratively without recursion or stack with Ruby/Erlang

Parsing Erlang Config file with Python

python parsing erlang

Erlang lists:filter/2 cannot use comma instead of andalso

erlang

How run an Erlang application inside the Erlang shell

erlang

Having Dialyzer support Custom Behaviours

erlang dialyzer

How to specify configuration file for common_test running tests with rebar

erlang rebar common-test