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=-0.4 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=ham version=3.3.2 Path: news.gmane.org!not-for-mail From: Shiv Shankar Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Port kgio to work on jruby. Date: Thu, 13 Oct 2011 17:29:18 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1318507177 4449 80.91.229.12 (13 Oct 2011 11:59:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 11:59:37 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Thu Oct 13 13:59:29 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: 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:60 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REJwe-0000dR-KA for gclrkg-kgio@m.gmane.org; Thu, 13 Oct 2011 13:59:29 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 0026C21CAB8 for ; Thu, 13 Oct 2011 12:01:59 +0000 (UTC) Content-Transfer-Encoding: 7bit X-Content-Filtered-By: PublicInbox::Filter 0.0.1 Hello, 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. Thanks, Shiv