Furthermore, you can try to offload the static content to a regular webserver, i.e. let apache handle the /public directory. Loading seems a lot faster then, since apache can handle parallel requests and rails not.
Reinier > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] [mailto:tracks- > [EMAIL PROTECTED] Namens Andrew Willett > Verzonden: zaterdag 14 juni 2008 9:02 > Aan: [email protected] > Onderwerp: Re: [Tracks-discuss] Reaching Top Speed with TRACKS > > That's exactly what needed to be done -- change the final RewriteRule > in public/.htaccess to point to .fcgi instead of .cgi -- and upon > opening the .htaccess file to make the change, I see that this very > issue is addressed in the .htaccess file itself. > > Aargh! How did I miss this? Must learn to read for comprehension > sooner or later. > > Thanks, Bas! > > > > On Sat, Jun 14, 2008 at 2:00 AM, Bas Grolleman <[EMAIL PROTECTED] > it.nl> wrote: > > I think you might need to enable fastcgi, check out there help page > about > > it, using FastCGI with Ruby on Rails is all the way inn the bottom > > > > http://support.tigertech.net/ruby > > > > If your not using fastcgi, than yes it will be very slow. > > > > Regards, > > Bas > > > > > > On Sat, Jun 14, 2008 at 12:35 AM, Andrew Willett > > <[EMAIL PROTECTED]> wrote: > >> > >> Greetings all -- > >> > >> After a long period of letting my old Tracks installation collect > dust > >> and weeds, I have done a clean installation -- new, clean database > and > >> everything -- of the shiny new Tracks1.6 on my hosted account (with > >> tigertech.net; Linux servers). Very exciting, although it seems to > me > >> that it is much slower than it used to be, back when I was using the > >> 1.0 version. > >> > >> Perhaps it's entirely in my imagination. On the other hand, I > wonder: > >> perhaps I'm not using all the acceleration I could be -- for > instance, > >> maybe I'm not actually using fastcgi? I don't know a huge amount > about > >> server technology. Is there something I can check for in my log? The > >> fastcgi handler is uncommented in the public/.htaccess file, but > >> beyond that I don't know what I could do to ensure that I've got all > >> my settings in order for best efficiency. > >> > >> Does anyone have any tips, or questions I should ask my web hosts, > or > >> whatever, that I should consider? > >> > >> Thanks, and best wishes -- > >> Andrew > >> _______________________________________________ > >> Tracks-discuss mailing list > >> [email protected] > >> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss > > > > > > > > -- > > Bas Grolleman | +31653310855 | eMendo-IT > _______________________________________________ > Tracks-discuss mailing list > [email protected] > http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
