We\'re looking for a framework in which we can assign multiple roles to different users and allow those users to in turn manipulate certain data (based on their role).We have an ejabberd backend and a
I have the following list [\"txtvers=1\",\"userid=3A6524D4-E31C-491D-94DD-555883B1600A\",\"name=Jarrod Roberson\",\"version=2\"]
Q: I\'d like to have an idea of the pros and cons of defining multiple behaviors in the same module file.
I have a list of elements in Erlang, and I\'m using lists:foreach to traverse through the elements in the list. Is there a way to break out of this \"foreach loop\" in the middle of the traversal. For
I am reading Joe Armstrong\'s book on Erlang, \"Programming Erlang: software for a concurrent world.\"
I\'m studying Erlang\'s process model at the moment. I have hit a snag in a tech report (section 3, paragraph 2) on Erlang:
Is erlang considered managed or do you have t开发者_如何学Goo handle memory/pointers?According to Craig Stuntz, all functional languages use garbage collection, which essentially means that they are m
What is the proper way to embed the inets:httpd module inside an existing application? I would like an example / guidelines to achieving this, please.开发者_如何转开发
Is it possible to cascade supervisors inside an application? E.g. supervisor sup1 spawning a child pr开发者_JAVA技巧ocess which creates a supervisor sup2 ?You probably want to add the child as superv
Anyone know where Mochiweb logs files by 开发者_Go百科default?I\'m running it along with the Beepbeep framework.Mochiweb reports errors via the error_logger, so you can either write your own handler,