Using ie, webrieck ( all on win xp) and rails-0.13.1 I find that I get very very slow response when using ajax to update a form. Much slower than a regular page load. So bad I have considered dropping ajx completely In my production env I use apache/fcgi and it is instantaneous Any suggestions? ( apart from use fcgi in dev!) Thanks Paul _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
I think 0.13.1 was leaking memory in development mode. That might be the source of your troubles. Can you upgrade? Kyle On 11/8/05, Paul Rogers <pmr16366-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Using ie, webrieck ( all on win xp) and rails-0.13.1 > > I find that I get very very slow response when using ajax to update a form. > Much slower than a regular page load. So bad I have considered dropping ajx > completely > > In my production env I use apache/fcgi and it is instantaneous > > Any suggestions? ( apart from use fcgi in dev!) > > Thanks > > Paul > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
On 11/9/05, Paul Rogers <pmr16366-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Using ie, webrieck ( all on win xp) and rails-0.13.1Webrick only runs one thread, so things like file-uploads and ajax will suffer from low throughput.> Any suggestions? ( apart from use fcgi in dev!)Unfortunately, no, not really. You''ll either need to investigate scgi/fcgi for development, or just live with the slow requests. -- Cheers Koz
ok, thanks. I can try an upgrade. I did also use apache/fcgi -but I had to stop, and if I remember it was because I had to restart apache to get updated content - does that sound correct? On 11/8/05, Michael Koziarski <michael-om4Kh3VVhE6tG0bUXCXiUA@public.gmane.org> wrote:> > On 11/9/05, Paul Rogers <pmr16366-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Using ie, webrieck ( all on win xp) and rails-0.13.1 > > Webrick only runs one thread, so things like file-uploads and ajax > will suffer from low throughput. > > > Any suggestions? ( apart from use fcgi in dev!) > > Unfortunately, no, not really. You''ll either need to investigate > scgi/fcgi for development, or just live with the slow requests. > -- > Cheers > > Koz > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails