From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Evan Weaver" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: rbx gem Date: Sun, 1 Jun 2008 23:12:08 -0700 Message-ID: References: <20080602003849.4cc60f18.zedshaw@zedshaw.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212387144 14673 80.91.229.12 (2 Jun 2008 06:12:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2008 06:12:24 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Jun 02 08:13:04 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=5iSGGxO56uA8qVEVZdD2XoUDFSo8VW+wkx3MqqsPa+E=; b=E9utHxmbvK6fwcTbL/QTeezRZ4sLDPRgQ2g9mAXqGP2WB3n9zimBN+xosZhoz3OCetbqquBW6vO6EwVwwC8CCOcX3xOXG0KHwuyVRSPMzottfGv8VxQN+ZbAjs1z2PQD0HS4UVbXuU2G/0jmetxo/bTFjbDl9PRF5Om32Qia0Oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PNNcAJxW6j8s43neP/jqSAkQvkCDMcqXag9H80ok7VL5f/bheHM9nqtHqxTNiHKVwUbM3qOiY3T7i4GRfQwow9gWRVYdtuWJ/xeuUGPHbwq+hTvhlbjh3yY9ia/RSP0vv3xA/8kzp66WQQ2g7v7yeQUp8neNzsjv5Tx3IiT9kXY= In-Reply-To: <20080602003849.4cc60f18.zedshaw-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org> Content-Disposition: inline X-Google-Sender-Auth: 514d1913ded76299 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.10 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:56 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1K33Hz-0004SU-0K for gclrmd-mongrel-development@m.gmane.org; Mon, 02 Jun 2008 08:13:03 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id BB5BB1858575; Mon, 2 Jun 2008 02:12:13 -0400 (EDT) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by rubyforge.org (Postfix) with ESMTP id A0C1F1858575 for ; Mon, 2 Jun 2008 02:12:10 -0400 (EDT) Received: by rv-out-0506.google.com with SMTP id f6so952297rvb.59 for ; Sun, 01 Jun 2008 23:12:10 -0700 (PDT) Received: by 10.114.38.2 with SMTP id l2mr9185329wal.69.1212387128077; Sun, 01 Jun 2008 23:12:08 -0700 (PDT) Received: by 10.114.53.6 with HTTP; Sun, 1 Jun 2008 23:12:08 -0700 (PDT) List-Post: Great! If you want to commit this work, I'll try to support it for future releases. Evan On Sun, Jun 1, 2008 at 9:38 PM, Zed A. Shaw wrote: > On Sun, 1 Jun 2008 17:50:47 -0600 > "Tony Arcieri" wrote: > >> Hello. Some time ago I committed a Rubinius assembly-based HTTP parser >> generated from Ragel to the Rubinius git repository. Yesterday I made a >> Mongrel gem which installs and works on Rubinius. This basically involved >> commenting out anything to do with fastthread or the http11 C extension. >> >> If there's interest in releasing a Rubinius-targeted gem, I can make changes >> to the Rakefile to allow generation of a gem for the rbx platform. I could >> also commit the Rubinius.asm parser as well. > > Oh, neat, how well does it work? Stable enough or would it need some > love? > > -- > Zed A. Shaw > - Hate: http://savingtheinternetwithhate.com/ > - Good: http://www.zedshaw.com/ > - Evil: http://yearofevil.com/ > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver