I have some big tables with disc_only_copies type. Now I need change short node nam开发者_开发知识库e to long but cannot do it with RAM limitation...
I am trying to have a function that ensures the table I need is already created and if not to create it. Here\'s the sample:
I’ve begun studying Erlang and find the BEAM runtime environment fascinating. It’s commonly stated that in Erlang, processes belong to the language rather than the OS (meaning the runtime, meaning B
I have a bad node (it doesn\'t exist) in the mnesia cluster data when I get: > mnesia:system_info(db_nodes)
I was searching through the possible work arounds for doing Binary search in Erlang and I found http://ruslanspivak.com/2007/08/15/my-erlang-binary-search/ But I was wondering if the solution in blog
i found example of mutex in erlang Can somebody modify it to use it with count like semaphore? -module(mutex).
Is there a site where Erlang/OTP binaries for ARM-Linux can be downloaded? www.erlang.org only has source release (and I haven\'t managed to cross-compile it on the initial attempts), while http://cea
Is it开发者_如何转开发 allowed to have one process reading from and another process writing to a socket in Erlang?
I was wondering if someone had already use this three technologies together. I know Erlang and Comet are widely used, buy I can\'t find anything related of Comet + Membase or Erlang + Membase. Are the
I\'m using a oneway modifier in one of my Thrift function definitions: ... oneway void secret_function(1: string x, 2: string y),