How do you get a reference to a function in a module when the module is dynamically specified and you\'ll be passing it to a higher order function?
I have implemented a chat application using jquery, mysql and php and it is requesting the server more than 100 times for a certain interval of time and log file completed. The processing of the remai
I have some data stored as binaries in mnesia,开发者_运维知识库 how can I view the data (e.g. as <<\"data_content\">>) in tv? It seems that tv only shows binary data as <<#BIN>>.According
I want to make a Windows Service using Erlang and Thrift. The service will have a single thread listening in a port (socket communication) and send request to a worker\'s thread. The Windows Service
how to save mnesia:info() out开发者_如何学Goput? I use remote sh in unix screen and can\'t to scroll windowHere\'s a function that you can put in the user_default.erl module on the remote node:
Are digraph atomicity and isolation guarantees described anywhere? Especially: What state will another process see digraph in, if another 开发者_高级运维process tries to access it (vertices(), out
Got an asynchronous stream of events, where each event has information like - Agency (one of many Agencies possible to be served by my solution)
开发者_高级运维Is there anything for Python that has concurrency like Erlang does, particulary transparent actors over networks? I\'ve looked at things like greenlet and stackless, but they don\'t see
What is the best way to add/subtract units to/from specific timestamp with respect to time zone in Erlang?
I just downloaded Erlang using apt-get onto Ubuntu 10.10. How do I run the examples that come with Erlang (the examples you can get through apt-get install erlang-examples). I tried going to the d开发