Questions tagged [erlangweb]

Erlang Web is an MVC web framework written in Erlang.

37 questions
0
votes
1 answer

Changes in YAWS takes a while to take effect

When I modify a .yaws file it take a few (5, 10) seconds for changes to take effect, it it normal and Do I have to keep terminal open while I use YAWS server?
user4672604
0
votes
1 answer

Message passing between processes in erlang?

How can I send all elements of a list one by one, from the original process to another process through message passing in Erlang?
0
votes
1 answer

erlang or ADA -- create web Scraping - parse information from couple website and generate in html

I must do some web for my elrang or ada project. 1)I must write: download concurrent data from three portals associated with weather --> It is a main problem. I don't know how to download such data. Maybe some parser ? I found some information about…
KonradPrg
  • 29
  • 7
0
votes
2 answers

how to use erlang function term_to_json?

I don't know how to use erlang function term_to_json and json_to_term, do I need to install some plugins or the moudule of those functions are not "erlang"?
0
votes
1 answer

Yaws + Erlang. Output data

Iam new in erlang and trying to get data from mysql server: out(A) -> application:start(odbc), ConnString = "Driver={MySQL ODBC 5.2 ANSI Driver};" ++ "Server=127.0.0.1;Database=teamsDatabase;" ++ …
compasses
  • 99
  • 1
  • 7
0
votes
1 answer

Works alone but not after I release it with rebar

A simple application based on Webmachine and ErlyDtl when I start it with ./start it works. If I try to do a release with rebar then it starts but when I exeute a request then it will fail with following error. I've tried to include the compiler…
ruslander
  • 3,815
  • 4
  • 32
  • 34
-1
votes
1 answer

where start the poolboy privately?erlang database connection pools

英语不好,请见谅!!!! I use the poolboy as my database connection pools,i have read the README.md on the github:https://github.com/devinus/poolboy But at last i do not konw where i have started the poolboy when i want it to start,then i got an…
1 2
3