All, I just saw this Zed Shaw post from a few months back: http://osdir.com/ml/lang.ruby.mongrel.general/2007-01/msg00033.html which seems to imply that I should be using fastthread or I may encounter memory leakage in Mongrel. Currently, I don''t have fastthread installed on any platform. Any more complete info./advice on this? Thanks, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Are you saying you don''t have fastthread cuz you didn''t install it or did you check "gem list" and it''s not there. The gem is installed on my dev machine and at least one server but I never specifically installed it... so something pulled it in. b Wes Gamble wrote:> All, > > I just saw this Zed Shaw post from a few months back: > http://osdir.com/ml/lang.ruby.mongrel.general/2007-01/msg00033.html > which seems to imply that I should be using fastthread or I may > encounter memory leakage in Mongrel. > > Currently, I don''t have fastthread installed on any platform. > > Any more complete info./advice on this? > > Thanks, > Wes >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ben Munat wrote:> Are you saying you don''t have fastthread cuz you didn''t install it or > did you check "gem list" and it''s not there. The gem is installed on my > dev machine and at least one server but I never specifically installed > it... so something pulled it in. > > bI do a gem list and it''s not there on my dev (windows) box (could be that the mongrel distributed with RadRails doesn''t include?). W -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Apr 24, 2007, at 10:15 PM, Wes Gamble wrote:> > Ben Munat wrote: >> Are you saying you don''t have fastthread cuz you didn''t install it or >> did you check "gem list" and it''s not there. The gem is installed >> on my >> dev machine and at least one server but I never specifically >> installed >> it... so something pulled it in. >> >> b > > I do a gem list and it''s not there on my dev (windows) box (could be > that the mongrel distributed with RadRails doesn''t include?). > > WSounds like you have an old verison of mongrel. You should be using 1.0.1. What version of mongrel do you have installed? You could just gem update mongrel and you will get the latest + fastthread. Cheers- -- Ezra Zygmuntowicz -- Lead Rails Evangelist -- ez-NLltGlunAUd/unjJdyJNww@public.gmane.org -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have 1.0.1 - the win32 version. Maybe fastthread doesn''t come with that? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Apr 25, 2007, at 7:53 AM, Wes Gamble wrote:> > I have 1.0.1 - the win32 version. Maybe fastthread doesn''t come with > that?Hmm I don''t know, I haven''t used windows in a few years. But when I do a gem install of fastthread there is a pre built win32 port. So I suggest you install it: ez slices $ sudo gem install fastthread Need to update 13 gems from http://gems.rubyforge.org ............. complete Select which gem to install for your platform (i686-darwin8.8.1) 1. fastthread 1.0 (ruby) 2. fastthread 1.0 (mswin32) 3. fastthread 0.6.4.1 (ruby) 4. fastthread 0.6.4.1 (mswin32) 5. Skip this gem 6. Cancel installation Cheers- -- Ezra Zygmuntowicz -- Lead Rails Evangelist -- ez-NLltGlunAUd/unjJdyJNww@public.gmane.org -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mongrel should just pick up fastthread if it is present correct? Thanks Ezra, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Apr 25, 2007, at 8:42 PM, Wes Gamble wrote:> > Mongrel should just pick up fastthread if it is present correct? > > Thanks Ezra, > WesWes- Yup it will just use it if it is there. Cheers- -- Ezra Zygmuntowicz -- Lead Rails Evangelist -- ez-NLltGlunAUd/unjJdyJNww@public.gmane.org -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---