>> Alright, I'll clean it up and post it. I can also move a lot of the >> state out into mnesia, so that it could use erlydb as well, so that >> it >> serves as a better example. > For what it's worth, leaving it the way it is without using erlydb > would be very helpful. If you convert it to mnesia would you be > willing to publish both?
I'm not sure it would be that useful; about half the code right now is the "board_server", which is basically just a state server that contains the boards and reaps expired ones. Pushing that out to a database means less business logic (so it makes a better example application), and Mnesia is a good choice because it ships with Erlang already. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
