nitrogen
Mnesia Fragmentation and replication: resultant availability and reliability
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 fol[详细]
2023-04-12 06:26 分类:问答how do we efficiently handle time related constraints on mnesia records?
i am writing records into mnesia which should be kept there only for an allowed time (24 hours). after 24 hours, before a user modifies part of them,[详细]
2023-03-13 21:31 分类:问答Validation in erlang using nitrogen
I\'m trying to do something simple with nitrogen in erlang. I have successfully set validation on text fields:[详细]
2023-03-10 15:57 分类:问答Nitrogen session
In all my nitrogen pages i use the following semantic : main() -> case wf:user() /= undefined of true-> main_authorized();[详细]
2023-02-16 12:42 分类:问答running and testing ejabberd on localhost?
I have installed ejabberd on my HP pavilion (Entertainment开发者_JAVA百科 laptop running windows 7), during the installation i was prompted to enter the server domain. Since i wanted to experiment on[详细]
2023-02-02 00:00 分类:问答Including the Erlang client library from Riak in Nitrogen
i\'m just starting up with a web app using nitrogen and everything is going well.But i also want my app to interface with a riak d开发者_开发问答b that i set up and i\'m having some trouble.[详细]
2023-01-26 01:45 分类:问答What is your experience with Nitrogen on Erlang?
I\'ve been checking out the Nit开发者_开发技巧rogen Project which is supposed to be the most mature web development framework for Erlang.[详细]
2023-01-01 02:25 分类:问答Couchdb and Nitrogen
How to add Key/value pairs to existing couchdb document through nitrogen web framework? ecouch:doc_update(DBName,DocI开发者_运维技巧d,DocValue) is not returning true when I was trying to implement.Ar[详细]
2023-01-01 02:05 分类:问答How to get Peer IP Address in Nitrogen
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[详细]
2022-12-16 19:38 分类:问答How do I get pages like src/pages/myrootpage.erl to show up at http://mysite.org/myrootpage using nitrogen?
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[详细]
2022-12-16 17:45 分类:问答