Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 28827 invoked by uid 6000); 10 Jun 1999 19:44:58 -0000 Received: (qmail 28809 invoked from network); 10 Jun 1999 19:44:55 -0000 Received: from fwns1d.raleigh.ibm.com (HELO fwns1.raleigh.ibm.com) (204.146.167.235) by taz.hyperreal.org with SMTP; 10 Jun 1999 19:44:55 -0000 Received: from rtpmail02.raleigh.ibm.com (rtpmail02.raleigh.ibm.com [9.37.172.48]) by fwns1.raleigh.ibm.com (8.9.0/8.9.0/RTP-FW-1.2) with ESMTP id PAA07690 for ; Thu, 10 Jun 1999 15:44:52 -0400 Received: from chosondo.raleigh.ibm.com (chosondo.raleigh.ibm.com [9.37.73.195]) by rtpmail02.raleigh.ibm.com (8.8.5/8.8.5/RTP-ral-1.1) with ESMTP id PAA27744 for ; Thu, 10 Jun 1999 15:44:54 -0400 Date: Thu, 10 Jun 1999 15:33:39 -0400 (EDT) From: Ryan Bloom To: Apache List Subject: Re: The lack of poll() In-Reply-To: <376013BC.7F4C0B0F@algroup.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org I am actually in the middle of writing the network code for APR on Windows. Windows also does not have poll, which is why I am responding to this message. I have an ap_poll implementation using select already written. When I finish the code on Windows, I will move the function over to Unix and #ifdef it. When Apache-2.0 is synch'ed for the last time, and we can put apr under it, this problem goes away. Any problem with that solution? Ryan On Thu, 10 Jun 1999, Ben Laurie wrote: > So, I've _finally_ found the time to start looking at Apache 2.0. But, I > fall at the first hurdle. FreeBSD 2.2.8, my development platform of > circumstance, if not choice (probably, given a free hand, that would be > FreeBSD 3.2), doesn't support poll(). > > >From what I've seen so far, I can easily work around that with select(), > but how do we want to play this, really? > > Cheers, > > Ben. > > -- > http://www.apache-ssl.org/ben.html > > "My grandfather once told me that there are two kinds of people: those > who work and those who take the credit. He told me to try to be in the > first group; there was less competition there." > - Indira Gandhi > _______________________________________________________________________ Ryan Bloom rbb@raleigh.ibm.com 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple steps. It's a painful sight to see beginners doing complicated patterns.