In considering languages to use in creating a web-application that interfaces with a database back-end, has anyone had experience in using Yuma and can share how stable it is and what kind of performance it may give?

link|improve this question

Don't really have an answer, but why is there a realbasic tag? – Loïc Wolff Mar 5 '09 at 18:08
a "really basic" question? – ax. Mar 5 '09 at 18:15
@dex Because Yuma is a Web environment provided by RealBASIC. – Michael Trausch Mar 5 '09 at 18:20
Yuma is a way to utilize REALbasic syntax within HTML, much like how PHP works. It is a 3rd party product and is not affiliated with REAL Software. – Paul Lefebvre Mar 5 '09 at 19:57
I take it that not many StackOverflow-ers are using Yuma then :-) – Bart Silverstrim Mar 6 '09 at 13:40
show 2 more comments
feedback

1 Answer

up vote 1 down vote accepted

I use Yuma and am pretty happy with it. However, I haven't thrown the kitchen sink at it so don't know how well it scales. Yuma does provide a developer download so if you're interested you should check it out. I use it for a few apps that have a custom back ends. If you're familiar with RealBasic it's a piece of cake to use.

The only downside is there are tons of source for php and python (scripts, etc), publicly available source for Yuma is practically non-existent because it is so new. Also, finding a hosting provider to host a Yuma back-end is doable but probably not as prevalent as php.

I'd recommend trying it out if you're a RealBasic user. Very little learning curve and some good stuff like caching and use of FASTCGI, etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.