From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: JRuby Support Date: Thu, 1 Mar 2012 17:37:50 -0800 Message-ID: <20120302013750.GA15727@dcvr.yhbt.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1330652279 20581 80.91.229.3 (2 Mar 2012 01:37:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2012 01:37:59 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Fri Mar 02 02:37:58 2012 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:84 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S3HRV-0000zX-QO for gclrkg-kgio@m.gmane.org; Fri, 02 Mar 2012 02:37:58 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 3008D21D3B8 for ; Fri, 2 Mar 2012 01:43:44 +0000 (UTC) Mark Peterson wrote: > I have unicorn and kgio working on Ruby on Rails app, but cannot install > kgio on JRuby environment. kgio is only for Rubies that support C extensions. If you run JRuby or unsupported systems, make kgio an optional dependency. kgio exists to expose (and hopefully fix) performance issues in MRI: https://bugs.ruby-lang.org/issues/5138 Once MRI developers accept an API do non-blocking I/O without the current overhead, kgio will be obsolete.