Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 28581 invoked by uid 6000); 8 Jul 1999 06:12:52 -0000 Received: (qmail 28542 invoked from network); 8 Jul 1999 06:12:40 -0000 Received: from dillinger.io.com (manojk@199.170.88.20) by taz.hyperreal.org with SMTP; 8 Jul 1999 06:12:40 -0000 Received: (from manojk@localhost) by dillinger.io.com (8.9.1/8.9.1a) id BAA00472 for new-httpd@apache.org; Thu, 8 Jul 1999 01:12:39 -0500 (CDT) Date: Thu, 8 Jul 1999 01:12:39 -0500 From: Manoj Kasichainula To: Apache Group Developer ML Subject: Re: Questions: apache-pthreads, apache-mpm Message-ID: <19990708011238.A436@io.com> Mail-Followup-To: Apache Group Developer ML References: <19990703184056.A49436@engelschall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: <19990703184056.A49436@engelschall.com>; from Ralf S. Engelschall on Sat, Jul 03, 1999 at 06:40:57PM +0200 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Status: O Just back from sunny Pittsburgh... On Sat, Jul 03, 1999 at 06:40:57PM +0200, Ralf S. Engelschall wrote: > I've today tried to fire up an apache-pthread for testing > purposes but I recognized that it has problems under FreeBSD 3.1: > Per default it complains that poll(2) is missing. You're not the first to try it under FreeBSD; I think Jim tried it a while back, but that was before use of poll was added. I don't think anyone has run it on FreeBSD since then. I'm surprised that FreeBSD 3.1 doesn't have poll in libc_r. If so, I think it's the only barrier I can think of to running the hybrid server on FreeBSD, but I personally haven't tried the code on that platform yet. No one has talked about implementing select in the hybrid server, but APR emulates (or will emulate) the poll call with select(). -- Manoj Kasichainula - manojk at io dot com - http://www.io.com/~manojk/ "Anybody who says 'disk is cheap' deserves to be shot." - Linus Torvalds