tried several times, the number varies, but the feeling of a bit delay always exists.
On Sun, Aug 1, 2010 at 8:38 AM, femto Zheng <[email protected]> wrote: > Hello, I want to use it as a internet application. > so the performance is a mainly concern, really need > to concern when much users come up. > for heroku,that's just an environment to test, I'm evaluating > hosting now, otherthings like dreamhost, linode would also > be approriate, so I guess about the main problem would be > whether hobo itself would be performant enough. > (and the number, 587ms, it always seem even in production mode, > clicking on a link woundn't turn the page instantly, while rails would > turn the page instantly.) > > > On Sun, Aug 1, 2010 at 8:16 AM, storitel <[email protected]> wrote: > >> 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]<hobousers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/hobousers?hl=en. >> >> > > > -- > http://hi.baidu.com/femto > -- http://hi.baidu.com/femto -- 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.
