yaws Questions
1
Solved
Note: this is an evolutionary continuation from my previous question on a similar topic.
I have been searching for the 'best practices' regarding deploying and updating an Erlang/OTP release (a se...
Whitewood asked 15/11, 2014 at 17:26
1
Solved
I am very new to YAWS and ERLANG and would like to call a function from a different .erl file to the YAWS page.
i.e. I have a page called webpage.yaws and have another file called utilities.erl a...
3
In a simple Erlang YAWS-based RESTful application I would like to have a set of tests that send HTTP requests to a RESTful API, get responses from the server and then test those responses.
It woul...
Orellana asked 21/8, 2012 at 17:45
1
Solved
I am trying to manage Yast appmod. So:
yaws.conf:
<server localhost>
port = 8005
listen = 127.0.0.1
docroot = /home/ziel/www/CatsScript/src/
appmods = </, myappmod>
</server>...
0
Following the solutions to the question i asked recently about mnesia fragmentation, I still have a number of challenges. Consider the following scenario (The question I am asking is based on what ...
Errecart asked 9/10, 2011 at 11:26
5
Solved
Testing the Javascript Implementation of MD5 here: http://www.webtoolkit.info/javascript-md5.html gives the following output:
MD5("muzaaya") = "00e081abefbbbf72b2d5258196a9b6d0"
Going to my erl...
Frech asked 25/7, 2011 at 15:10
1
Solved
We are using Mnesia as a primary Database for a very large system. Mnesia Fragmented Tables have behaved so well over the testing period. System has got about 15 tables, each replicated across 2 si...
4
Solved
I am thinking of developing a web search engine using Erlang, Mnesia & Yaws. Is it possible to make a powerful and the fastest web search engine using these software? What will it need to accom...
Crib asked 12/10, 2008 at 18:17
3
Solved
Does the erlang TCP/IP library have some limitations? I've done some searching but can't find any definitive answers.
I have set the ERL_MAX_PORTS environment variable to 12000 and configured Yaws...
3
Solved
The Nitrogen project web page declares equal support for yaws, mochiweb, and inets, but with which of these web servers is it going to perform the best? I.e. for a large scale application with most...
1
© 2022 - 2024 — McMap. All rights reserved.