Erlang: A Generalized TCP Server

From 20bits, 5 months ago, 0 views

In my last few articles about Erlang we've covered the basics of network programming with gen_tcp and Erlang/OTP's gen_server, or generic server, module. Let's combine the two. In most people's minds "server" means network server, but Erlang uses the terminology in the most abstract sense. gen_server is really a server that operates using Erlang's [...]

comments

No comments yet.

You must be logged in to add your own comment.