erlang
Finding routing interface in Erlang
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[详细]
2023-04-09 01:40 分类:问答How to optimize the receive loop for thousands of messages in Erlang?
In the chapter \"Programming Multicore CPUs\" of the Programming Erlang book, Joe Armstrong gives a nice example of parallelization of a map function:[详细]
2023-04-09 00:51 分类:问答erlang, what's difference between 'catch 1=0' and '(catch 1=0)'?
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][详细]
2023-04-07 23:06 分类:问答Actor-based distributed concurrency libraries for Ocaml and other languages [closed]
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[详细]
2023-04-07 16:13 分类:问答Suggest: Non RDBMS database for a noob
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,[详细]
2023-04-07 15:49 分类:问答How to calculate the size of an Erlang process in memory?
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.[详细]
2023-04-07 15:21 分类:问答Where should I put my static text files in order to be OTPy?
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[详细]
2023-04-07 13:11 分类:问答Erlang exception Error - no function clause matching lists:map - what am I missing?
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[详细]
2023-04-07 04:52 分类:问答facebook api for reflecting events
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中[详细]
2023-04-06 08:34 分类:问答Erlang: Recursion vs Lists
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\").[详细]
2023-04-06 03:56 分类:问答