erlang
Soft Real Time App with Erlang
I recently started learning Erlang and at this开发者_如何学JAVA point I\'m comfortable with most concepts and syntax. I\'d like to continue my learning by using Erlang to build a \"simple\" instant me[详细]
2023-03-29 00:27 分类:问答Large mutable byte array in Erlang
As I am writing a simple Minecraft server application in Erlang, I am now concerned with the question of how to efficiently store and modify chunk data.[详细]
2023-03-28 20:14 分类:问答non-http in mochiweb
I am using mochiweb for a server that may also get a TCP connction to which the client sends a simple string (without a newline, the s开发者_StackOverflowtring is not http). Mochiweb uses HTTP sockets[详细]
2023-03-28 19:02 分类:问答How to Package an Erlang App?
What is the idiomatic way of packaging 开发者_如何学Goerlang modules/app? For example, in Java there two options: jar or war depending on deployment target.In Erlang, modules are grouped into applicat[详细]
2023-03-28 11:35 分类:问答Learning Erlang [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: What is the best way to learn Erlang?[详细]
2023-03-27 18:15 分类:问答How does Erlang schedule work for multicore CPU machines?
I am learning Erlang and am quite impressed how easy it is to parallelize work. To practice a bit I dug up the good old Fibanocci sequence. In the following code I try to take advantage of paralleliza[详细]
2023-03-27 02:56 分类:问答Is there a convention for placing rebar in the search path?
I\'m attempting to understand how to build a multiple-application Erlang OTP release using Rebar. My applications include Webmachine, Riak, and a few applications of my own devising. So far, I have b[详细]
2023-03-26 18:25 分类:问答Including header files when using systools:make_tar/2 for a single application
To include the header files into the tar, you can use the {dirs, [include]} option. But this will include all the header files for all the applications in the path. How can I tell systools to include[详细]
2023-03-26 09:32 分类:问答Remote nodes keeping processes alive
Quis custodiet ipsos custodes? -- (Decimus Iunius Iuvenalis) I have the following setup: On one node (\'one@erlang.enzo\') a server process is running which has a watchdog running one another node[详细]
2023-03-26 07:55 分类:问答Erlang Supervisors - Shared Process Mailboxes
I have a supervisor process that monitors two child processes; a primary process and a backup process (in case the primary process exits).[详细]
2023-03-26 03:34 分类:问答