I have a machine with multiple network interfaces each of which connects to a different network. I want to, from an Erlang application, find which interface will be used to conn开发者_JAVA技巧ect to a
In the chapter \"Programming Multicore CPUs\" of the Programming Erlang book, Joe Armstrong gives a nice example of parallelization of a map function:
What\'s differenct between \'catch 1=0\' and \'(catch 1=0)\'? Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.开发者_如何学JAVA
For a new application based on Erlang, Python, we are thinkin开发者_JAVA百科g of trying out a non-RDBMS database(just for the sake of it). Some of the databases I\'ve researched are Mongodb, CouchDB,
I have a \'worker\' process which I am going to开发者_如何学JAVA assign to a job. Before I spawn hundreds of processes of this type I would like to know the memory consumption figures for it.
I\'m building a server with cowboy, and I\'ve got some static HTML pages that I want to serve. Is there开发者_JAVA百科 an OTP friendly place to put that sort of thing? Is there an established way to t
I am working on Euler 8.After a bit of reading i decided that use of the map function 开发者_StackOverflowwould solve a problem for me.Throwing a simple test program together to make sure I understood
I want to develop a carrom game. I don\'t want to integrate this game in facebook. but when one of the players playing the game the others must able to see that changes on their 开发者_StackOverflow中
I\'m newbie in Erlang and i\'m trying to understand why recursion working faster than using list (that can even got an error \"can\'t allocate memory in heap\").