Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 95166 invoked from network); 10 Feb 2006 15:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Feb 2006 15:40:37 -0000 Received: (qmail 5216 invoked by uid 500); 10 Feb 2006 15:40:33 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 4963 invoked by uid 500); 10 Feb 2006 15:40:32 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 4952 invoked by uid 99); 10 Feb 2006 15:40:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 07:40:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 07:40:31 -0800 Received: from EX-007.mail.navisite.com (ex-007.interliant.com [207.113.240.186]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id k1AFhkf22398 for ; Fri, 10 Feb 2006 09:43:46 -0600 (CST) Received: from [192.168.0.116] ([213.202.105.248]) by EX-007.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Feb 2006 09:40:06 -0600 Message-ID: <43ECB3D3.4010309@apache.org> Date: Fri, 10 Feb 2006 16:40:03 +0100 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: Using APR for Harmony's native link to the OS? References: <20060210135919.26633.qmail@minotaur.apache.org> <43ECA917.3020203@apache.org> <43ECAC70.3080004@pobox.com> In-Reply-To: <43ECAC70.3080004@pobox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Feb 2006 15:40:07.0226 (UTC) FILETIME=[44C2E1A0:01C62E58] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Geir Magnusson Jr wrote: > > > I've thought about this a while, and while I'm personally committed to > using APR wherever and whenever we can, I don't think it's wise to let > the APR tail wag the VM internal architecture dog, so to speak. > Already there :) http://cvs.apache.org/viewcvs.cgi/tomcat/connectors/trunk/jni/ All that is needed for example for socket or file api is a wrapper over org.apache.tomcat.jni.* What is most important, it works :) Regards, Mladen.