I have a basic web server that I generated from the mochiweb framework. To start it I use the start.sh script that the framework automatically generates. Everything works fine and the server starts up
Does the erlang TCP/IP library have some limitations? I\'ve done some searching but can\'t find any definitive answers.
I\'ve got an application where I cast a message to a gen_server to start an operation, then I call the gen_server every second to gather intermediate results until the operation completes. In producti
Is is there a built in function in nitrogen framework to get P开发者_如何学Ceer IP address? If not, is there a way to get the IP address of peer which is making to request to Nitrogen AppYou can get
Nitrogen does not seem to like pages being at the root url path, only addon paths l开发者_StackOverflowike /web/ is there some way to get pages to show up at the root url like /mypage ?Currently you c
I come from a Java and Ruby back开发者_如何学编程ground and I was wondering if there is any equivalent of \"method_missing\" in Erlang. I have looked at the documentation and the closest I can see is
When I start up a function within the erl shell, it works fine. When I try to invoke the same function with 开发者_JAVA百科erl ... -s module function, it fails.
When using file:read_file(x) is it n开发者_开发技巧ecessary to close the returned file? {ok, File} = file:read_file(\"maillog.sample\"),
I\'m trying to start an Erlang app that is failing. All I see in 开发者_如何学编程the shell is:
Just wondering if anyone could give a working example of using the erlang-mysql module (http://code.google.com/p/erlang-mysql-driver/).