I\'ve got very limited knowledge about Erlang, but as far as I understand, it 开发者_如何学编程can spawn \"processes\" with a very low cost.
So I\'ve been using Erlang for the last eight hours, and I\'ve spent two of those banging my head against the keyboard trying to figure out the exception error my console keeps returning.
I to need modify the values {place} and {other_place} in the op record. #op{ action= [walk, from, {place}, to, {other_place}],
I want to run tail on a named pipe to facilitate some binary logfile processing. The problem is that mysterious data is being added to the beginning of the stream. I run my tests by starting the erlan
What protocol preferred to use for interaction between Python-code and Erlang-code over Internet? ASN.1 woul开发者_运维问答d be ideally for me, but its implementation in Python cannot generate encoder
I have a machine which doesn\'t give me local admin rig开发者_JAVA百科hts. Is it still possible to run erlang on it, as I cannot run a windows .exe installer to install erlang?You can copy erl.exe (pl
Is there a s开发者_如何学Gotable Cassandra library for Erlang? I can\'t seem to find oneI faced the same issue. After benchmarking most of all Cassandra drivers available I\'ve decided to start a new
I have looked everywhere, and to use Cassandra from Erlang you end开发者_StackOverflow社区 up having to download (amongst others):
I am using Erlang to interface with Cassandra and I cannot get the get_slice command to return a list of all the columns of a row. I use:
I was reading a paper recently Why Events are Bad. The paper is a comparative study of Event based and thread based highly concurrent servers and finally concludes stating that Threads are better than