Those are very interesting findings, I did the mistake of assuming it was the fcgi memory leak as well.
Are you able to run some other tests? I would love to know if you get similar memory leaks in lighttpd. Also: you do run in production mode, right? On 5/13/05, Robby Russell <[EMAIL PROTECTED]> wrote: > On Thu, 2005-05-12 at 09:25 -0700, Jason Hoffman wrote: > > >> ah... > > >> > > >> # gem list|grep fcgi > > >> fcgi (0.8.5) > > >> > > >> > > >> I take it that fcgi 0.8.6 isn't in the main gem repository yet? > > > > > > Quick question. I just installed fcgi 0.8.6 from src (not from > > > RubyGems). Will Typo automatically use this rather than the one > > > found in > > > gems? > > > > > > -Robby > > > > > > > You have to uninstall the gem, then I do (put the correct paths in > > for your fcgi.h file) > > > > curl -O http://sugi.nemui.org/pub/ruby/fcgi/ruby-fcgi-0.8.6.tar.gz > > tar xvzf ruby-fcgi-0.8.6.tar.gz > > cd ruby-fcgi-0.8.6/ > > ruby install.rb config -- --with-fcgi-include=/usr/local/include -- > > with-fcgi-lib=/usr/local/lib > > ruby install.rb setup > > ruby install.rb install > > cd ../ > > rm -rf ruby-fcgi-0.8.6 > > > > - Jason > > _ > Okay, did this... and am looking in top right now at my blogs fcgi > process: > > 4248 apache 16 0 108M 108M 2336 S 0.0 10.7 2:05 0 > dispatch.fcgi > > FCGI 0.8.5 was removed, 0.8.6 was installed and still seeing a high > usage of memory. > > Has anyone else had issues like this? > > -Robby > -- > /****************************************************** > * Robby Russell, Owner.Developer.Geek > * PLANET ARGON, Open Source Solutions & Web Hosting > * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 > * www.planetargon.com | www.robbyonrails.com > *******************************************************/ > > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > -- Tobi http://www.snowdevil.ca - Snowboards that don't suck http://www.hieraki.org - Open source book authoring http://blog.leetsoft.com - Technical weblog
