[Mongrel] fastthread -- what is it?

2007-01-04 Thread Joe Van Dyk
Hi, A quick search didn't explain what fastthread is, and how it relates to mongrel. Why would I want to install fastthread? Thanks, Joe ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] fastthread -- what is it?

2007-01-04 Thread Rick Olson
On 1/4/07, Joe Van Dyk [EMAIL PROTECTED] wrote: Hi, A quick search didn't explain what fastthread is, and how it relates to mongrel. Why would I want to install fastthread? Thanks, Joe http://moonbase.rydia.net/mental/blog/programming/fastthread.html (3rd google result for 'ruby

Re: [Mongrel] fastthread -- what is it?

2007-01-04 Thread Zed A. Shaw
On Thu, 4 Jan 2007 00:55:41 -0800 Joe Van Dyk [EMAIL PROTECTED] wrote: Hi, A quick search didn't explain what fastthread is, and how it relates to mongrel. Why would I want to install fastthread? Hi Joe, long answer is that ruby has a bug in how the array works and how threads are garbage

Re: [Mongrel] fastthread -- what is it?

2007-01-04 Thread MenTaLguY
On Thu, 2007-01-04 at 07:05 -0800, Zed A. Shaw wrote: What mentalguy did is re-create all of the Ruby thread locking gear in a C extension called fastthread. With fastthread we can provide a modest speed boost as well as fix the memory leaks Ruby has by just including a gem. He's pushing for

Re: [Mongrel] Frustrating Error

2007-01-04 Thread Charles Brian Quinn
On 1/4/07, Jim Douglas [EMAIL PROTECTED] wrote: Thanks for the link, it's been updated since I last visitedall I had to do was add the first sample config from Martins in the 'Success Stories' section and I'm up and running... Good, glad you liked those, i have a few more I need to get

[Mongrel] Mongrel/Rails weird problem with methods becoming private

2007-01-04 Thread Paul King
Hi, I'm new to this list, so apologies if this is a duplicate (or nothing to do with mongrel!) Somehow when I run my rails app under mongrel, this code: user.interests.include?( interest ) breaks with the following error: NoMethodError in Profiles#change_interests private method `equal?'

[Mongrel] Slightly OT: Rails + Mongrel Proxy Server without Apache

2007-01-04 Thread Chad Woolley
Hi, I'm looking for suggestions on the simplest way to implement an HTTP proxy under Rails/Mongrel. It should preserve ALL of the proxied HTTP response - including all header content such keepalives, etc. Yes, I know I can do this with Apache's proxy module, and we already do that for the

Re: [Mongrel] Mongrel/Rails weird problem with methods becoming private

2007-01-04 Thread Zed A. Shaw
On Thu, 4 Jan 2007 18:39:35 + Paul King [EMAIL PROTECTED] wrote: Hi, I'm new to this list, so apologies if this is a duplicate (or nothing to do with mongrel!) Somehow when I run my rails app under mongrel, this code: user.interests.include?( interest ) breaks with the

Re: [Mongrel] Slightly OT: Rails + Mongrel Proxy Server without Apache

2007-01-04 Thread Zed A. Shaw
On Thu, 4 Jan 2007 13:22:51 -0700 Chad Woolley [EMAIL PROTECTED] wrote: Hi, Chad! How's it going man? Sorry but I gotta rant for a second here. I'm looking for suggestions on the simplest way to implement an HTTP proxy under Rails/Mongrel. It should preserve ALL of the proxied HTTP