-
Website
http://20bits.com -
Original page
http://20bits.com/articles/network-programming-in-erlang/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
prissypot13
3 comments · 1 points
-
Felix Purnama
4 comments · 1 points
-
hadley
2 comments · 1 points
-
adamheroku
2 comments · 3 points
-
twiss
2 comments · 1 points
-
-
Popular Threads
Glad to be of service. There's a real lack of information about Erlang on the web outside of the official documentation.
What? Who so-called them that? None of those were even modern when they were designed, let alone now.
A truly devastating argument. ;)
I did a similar thing learning about the gen_server and gen_tcp modules except I thought I would re-implement the finger daemon. I got all the way through the network and server code and finally discovered that Erlang doesn't have an interface to all the POSIX user and group functions so no getpwnam().
http://www.erlang.org/doc/man/crypto.html#info-0
and kreditor
Where did you find out about the "binary" option to inet:setopts/2 ? I can't find anything about it in the official documentation. I figured out by experimenting that the default type for recv seems to be string, and the binary option switches to binary, but I'm curious about other possibilities too.
It's somewhere in the docs, which are admittedly terrible. Sorry I can't be of more help.