erlang
How come my IO runs so slowly in Erlang?
I\'m reading 512^2 whitespace delimited doubles written in a text file to my Erlang program by piping them to stdin.[详细]
2023-03-31 05:45 分类:问答Measuring OS process (port) memory usage in Erlang
I have an Erlang system that runs user specified programs on many machines. It uses Erlang ports to run those programs.[详细]
2023-03-30 22:54 分类:问答Erlang Mysql: How to prevent SQL Injections
I\'m very new to erlang and I need to code something which inserts rows in a MySQL Database. How can I prevent SQL Injections with Erlang? Is there also something like prepared statements in ot开发者[详细]
2023-03-30 10:12 分类:问答erlang design of a card game [closed]
开发者_运维知识库 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-03-30 00:12 分类:问答erl VM - how to load my module on startup ( c(modulename) )
I can run erl from my application and it must be turne开发者_Go百科d on, I really don\'t want to make win32API Hook + sentMessage to run c(mymodulename), that\'s why I\'m interesting if there some aut[详细]
2023-03-29 12:13 分类:问答Erlang and its consumption of Heap Memory
I have been running a highly concurrent application on my HP Proliant Servers. The application is a file system indexer i coded in erlang. It spawns a process per Folder it finds on the file system an[详细]
2023-03-29 12:01 分类:问答Programming language to choose for implementing distributed message passing algorithms
Basically, I would want to implement the following algorithms and analyze how the system built using these algorithms behave under different conditions.[详细]
2023-03-29 10:54 分类:问答erl_nif.h not found
I try to use erlang nif, I made: #include <erl_nif.h> But 开发者_如何学JAVAget error: fatal error: erl_nif.h: No such file or directory[详细]
2023-03-29 06:15 分类:问答Rebar get-deps does not play well with msysgit 1.7.4 on Windows
Has anyone been successful with using rebar get-deps on Windows? Mine fails and complains about version numbers.[详细]
2023-03-29 04:31 分类:问答Is it worthwhile learning erlang? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-29 03:02 分类:问答