On Thu, May 1, 2008 at 8:25 PM, bill robertson <[EMAIL PROTECTED]> wrote: > > If I can ask a few questions. > > How stable is the current API? Is it expected to change much?
ErlyWeb is quite stable and I don't have plans for changing it very much. The only API change I'm considering is to avoid generating so many aggregate functions in ErlyDB modules (currently, a few per each function such as sum, avg, etc) but this change would have a backwards compatibility flag if I implement it. Other than that, I'm always happy to accept patches for new features or improvements from other developers. > > How stable is Erlyweb when running? I guess I expect minor issues > that can be worked around since it is new, but are there any larger > problems? What about yaws? I've been running Vimagi for weeks now without any issues. I have had a couple of outages but I think they were due to my VPS provider. I don't think you should worry about stability with ErlyWeb and Yaws. > > I have noticed that many tutorials are from late 2006. Are these > still valid, or has it changed a lot since then? Can somebody > recommend a good tutorial? Yeah, the tutorials are pretty old and outdated. The documentation is the most recent and valid reference source for ErlyWeb. There's a nice, new tutorial here: http://code.google.com/p/erlyweb/wiki/IntroductionTutorial, but it doesn't cover everything unfortunately. There really needs to be a sample app that's open source... > > Are there any "live" Erlyweb sites out there today? BeerRiot, Vimagi, the I Play WOW facebook app, wrotit.com (I think it uses ErlyWeb), maybe some others that I don't know about. > > If I can ask about yaws too, does it do SSL? Yes, it does do SSL. > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
