From owner-freebsd-java@FreeBSD.ORG Wed Jun 18 15:22:12 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF0A37B401 for ; Wed, 18 Jun 2003 15:22:12 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067A743F75 for ; Wed, 18 Jun 2003 15:22:07 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h5J1O4np024356; Thu, 19 Jun 2003 01:24:05 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h5IMTU9a068452; Thu, 19 Jun 2003 01:29:30 +0300 (EEST) (envelope-from ml) Date: Thu, 19 Jun 2003 01:29:30 +0300 From: Alexey Zelkin To: Antony T Curtis Message-ID: <20030619012930.A68415@phantom.cris.net> References: <001101c335b5$4ebd3000$19cf000a@frolickingmoose> <200306182244.02921.antony.t.curtis@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200306182244.02921.antony.t.curtis@ntlworld.com>; from antony.t.curtis@ntlworld.com on Wed, Jun 18, 2003 at 10:44:00PM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: java@freebsd.org cc: Joseph Gleason Subject: Re: NIO Selector creation X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 22:22:12 -0000 hi, On Wed, Jun 18, 2003 at 10:44:00PM +0100, Antony T Curtis wrote: > > I am having trouble using NIO under FreeBSD. I am wondering if it is > > because of something I am doing wrong or a problem with the port. > > NIO is broken on FreeBSD... I did hack together a fix which allowed OpenNMS to > work (which requires NIO) It is _NOT_ broken. There're some issues, but nothing prevent you from using NIO on FreeBSD. According to exactly this problem -- it is _NOT_ FreeBSD specific problem. And is fixed already in main repository. > Unfortunately, the box which I hacked the code on has been recycled and I > didn't keep the work... :( > > I hope to have some time to redo it properly, like use kqueue (which is new to > me so I'll have to do some more playing)