Oh, you've just enlighten me! Indeed I run it as development with intristic server. Is there a good tutorial on how to migrate all to apache?
thx On Nov 27, 12:20 pm, Patrick Fitzgerald <[email protected]> wrote: > Hi Edward, > Can you give a little background on the infrastructure you're using? > When developing I use the development environment with the included Webrick > server. This can be slow as there is a lot of debug stuff going on in the > background and the DRYML items are recompiled when a request is made to the > server and the source files have changed. When deployed to production I use > the production environment with Apache web server. The first request to the > server is slow as all of the DRYML items get compiled. After that > everything runs very smoothly indeed. > > Cheers, > Patrick > > On Fri, Nov 27, 2009 at 10:10 AM, Edward Samokhvalov > <[email protected]>wrote: > > > Dear colleges! > > > I'm having trouble with my hobo site. It's a very small site with like > > 3 tables and a few pages. There's a client app that posts data on it > > after an authentication. Sometimes the server would get very very > > slow. And after testing it under different conditions I've realized > > that it happens when some users desperately try to log in with wrong > > pass/user (typos). But it does that automatically - it's java client > > that logs in via HTTP request. So then I've realized that this login > > procedure is quite server-resources-consuming. What's the best way to > > make it faster? If I'm not mistaked the login component is also > > experimental and is supposed to be slow, is that right? > > > Thank you in advance, Edward. > > > -- > > > 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. -- 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.
