Re: [Rails] Really slow redirects
by Derek Haynes other posts by this author
Sep 9 2005 11:08AM messages near this date
Re: [Rails] Really slow redirects
|
Re: [Rails] Really slow redirects
Had this same issue - what are the performance implications of setting
keep-alive to zero? I looked through the lighttpd docs but they are
pretty thin.
Thanks,
- Derek
On 9/9/05, Joe Van Dyk <joevandyk@[...].com> wrote:
> On 9/9/05, Jakob L. Skjerning <jakob@[...].net> wrote:
> > Mike Aizatsky wrote:
> > > Hi!
> > >
> > > In my RoR application, hosted on textdrive there's a redirect between
> > > pages. Somehow it might take up to minute to be proccessed.
> >
> > I guess you're running Lighttpd. v1.4.something has a bug where
> > redirects take around 30 seconds. You can get around it by disabling
> > Keep Alive:
> >
> > server.max-keep-alive-requests = 0
>
> Man, there seem to be a lot of problems with lighttpd 1.4.
> _______________________________________________
> Rails mailing list
> Rails@[...].org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
--
Derek Haynes
HighGroove Studios - http://www.highgroove.com
Keeping it Simple.
404.593.4879
_______________________________________________
Rails mailing list
Rails@[...].org
http://lists.rubyonrails.org/mailman/listinfo/rails
Thread:
Jakob L. Skjerning
Adrian Madrid
Michael Schoen
Joe Van Dyk
Derek Haynes
Michael Schoen
Greg McClure
Adrian Madrid
|