imo absolutely yes, hobo is suitable for production. in hobo development mode the whole environment reloads every time, to allow you to change the code - it's slow but allows you to develop and test. speed of this is not comparable with speed in production.
as far as i know hobo production speed is approximately the same as rails production speed. what type of production are you aiming for? do you mean an internet application, or a corporate one? note "is heroku suitable for production" is a completely separate question. basic (free) heroku uses caching - they only cache apps that are *in use* - so the first time you call it, your app gets loaded. if you keep calling it, it's probably already loaded so will appear quicker. we are running a corporate CRM, hobo/heroku, users in 5 countries... very happy with performance. On Jul 31, 11:43 pm, femto Zheng <[email protected]> wrote: > Hello all: > Is hobo suitable for production? > I just built a hobo application, > many default settings and database also use default, > sqlite3 > production.sqlite3, > I added several models, of course this models appears on the navigation > link, > the problem is, when I start in development mode, clicking the navigation > link is very slow, > so my question is, Is hobo suitable for production? > large volume, quick access? > I'm afraid the many encapsulation, like dryml, would be slow because of many > layers of encapsulation. > > then I try to start it in production mode, much better, but still a bit slow > when clicking the link,(not instantly), > then I try to deploy it to heroku app, heroku production and take a test, > yes, same feeling, > so I test it with time, the page loads with 587ms(just default thing, the > original model list page of hobo), > so my question is , is Hobo suitable and ready for production? -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
