From filipe at icewall.org Tue Jan 15 08:39:26 2008 From: filipe at icewall.org (Filipe) Date: Tue, 15 Jan 2008 11:39:26 -0200 (BRST) Subject: [Mongrel-development] trunk performance running on 1.8 and 1. In-Reply-To: <20071227215757.2530d2f7.zedshaw@zedshaw.com> References: <71166b3b0712251458h2227853ew2a8d652a81ce0706@mail.gmail.com> <71166b3b0712252246xf3d6503s972f83c22a008ee0@mail.gmail.com> <71166b3b0712270401q68b26a69v61c57041eac387fc@mail.gmail.com> <71166b3b0712270930r5ded1ec0kbca5ff19eb777e04@mail.gmail.com> <20071227215757.2530d2f7.zedshaw@zedshaw.com> Message-ID: Hi guys, I did some benchmarks of trunk running on ruby 1.8 and 1.9 in the beginning of the year, and I've posted it at my blog (the one in the signature). A cool thing to note: even without tunnings to mongrel running in ruby 1.9, it has the same performance that with ruby 1.8. There is the know problem of CTRL+C doesn't exit gracefully, but anyway I think mongrel is ready to be tested in the developer release of ruby. Also, after finish this "1.9 port" (at least it builds and run now), I gonna take some vacation from mongrel development for 2 or 3 months because I *need* to finish a big project here. I'll still @irc and reading the mailling list, but will stop my commits for a while. Cheers, filipe { @ icewall.org GPG 1024D/A6BA423E http://filipe.icewall.org/ } From wayneeseguin at gmail.com Tue Jan 15 15:45:23 2008 From: wayneeseguin at gmail.com (Wayne E. Seguin) Date: Tue, 15 Jan 2008 15:45:23 -0500 Subject: [Mongrel-development] trunk performance running on 1.8 and 1. In-Reply-To: References: <71166b3b0712251458h2227853ew2a8d652a81ce0706@mail.gmail.com> <71166b3b0712252246xf3d6503s972f83c22a008ee0@mail.gmail.com> <71166b3b0712270401q68b26a69v61c57041eac387fc@mail.gmail.com> <71166b3b0712270930r5ded1ec0kbca5ff19eb777e04@mail.gmail.com> <20071227215757.2530d2f7.zedshaw@zedshaw.com> Message-ID: Filipe, Awesome! Thanks for hammering this out for us. Good luck with you're big project. tty on IRC :) ~Wayne -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-development/attachments/20080115/29030493/attachment.html From matt at eastmedia.com Wed Jan 16 21:38:25 2008 From: matt at eastmedia.com (Matt Pelletier) Date: Wed, 16 Jan 2008 21:38:25 -0500 Subject: [Mongrel-development] [REQUEST] Contributors for Mongrel book Message-ID: <6B32D3CC-3BEE-42FE-848C-8ED9ED5B56BA@eastmedia.com> Hey fellas, As you know Zed and I put together the Mongrel ebook last year through Addison-Wesley. We're currently planning a full print version, and we are interested to see if any of the Mongrel contributors would like to help out (big or small). If you are please email me back at matt at eastmedia.com . I'm also interested to hear what you think might be useful to have in a full book (e.g. more details/examples about tying in with other frameworks, more custom handler examples, more deployment examples, evented Mongrel). Thanks! Matt From evan at cloudbur.st Fri Jan 18 12:35:30 2008 From: evan at cloudbur.st (Evan Weaver) Date: Fri, 18 Jan 2008 12:35:30 -0500 Subject: [Mongrel-development] trac? Message-ID: Ezra, Is the trac on its way? Evan -- Evan Weaver Cloudburst, LLC From tony at clickcaster.com Tue Jan 22 02:11:39 2008 From: tony at clickcaster.com (Tony Arcieri) Date: Tue, 22 Jan 2008 00:11:39 -0700 Subject: [Mongrel-development] Revactor 0.1.0 released Message-ID: Original announcement available here: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/288133 Revactor (an Erlang-like Actor framework for Ruby 1.9) includes a monkeypatched Mongrel which uses Actors (implemented as Fibers) as the underlying concurrency primitive, rather than Threads. It seems to be performing fairly well (better than Threaded Mongrel, afaict). I have plans to move the HTTP request parsing and response writing to an asynchronous HTTP server built on the Mongrel parser, and providing complete API compatibility with Mongrel on top of that. If anyone cares to hammer on it and point out any problems, it'd be much appreciated. -- Tony Arcieri ClickCaster, Inc. tony at clickcaster.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-development/attachments/20080122/92be4b9f/attachment.html