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,URIBL_BLOCKED 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: Port kgio to work on jruby. Date: Thu, 13 Oct 2011 20:26:03 +0000 Message-ID: <20111013202603.GA9053@dcvr.yhbt.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318537587 4823 80.91.229.12 (13 Oct 2011 20:26:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 20:26:27 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Thu Oct 13 22:26:21 2011 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:62 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RERrA-0007sz-6i for gclrkg-kgio@m.gmane.org; Thu, 13 Oct 2011 22:26:20 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 4E87321CAC6 for ; Thu, 13 Oct 2011 20:28:46 +0000 (UTC) Shiv Shankar wrote: > I was playing around with kgio and its pretty awesome. I would like to port > this to jruby (use nio/nio.2 natively) . So before starting, I just wanted > to know if some one here has already started working on the port so that I > can join in rather than starting one on my own. Nothing I know of, but you're probably better off getting this into upstream Ruby itself. There is a ticket open for this: http://redmine.ruby-lang.org/issues/5138