Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 16777 invoked by uid 6000); 8 Oct 1999 06:02:39 -0000 Received: (qmail 16762 invoked from network); 8 Oct 1999 06:02:37 -0000 Received: from dillinger.io.com (manojk@199.170.88.20) by taz.hyperreal.org with SMTP; 8 Oct 1999 06:02:37 -0000 Received: (from manojk@localhost) by dillinger.io.com (8.9.1/8.9.1a) id BAA08312 for new-httpd@apache.org; Fri, 8 Oct 1999 01:02:15 -0500 (CDT) Date: Fri, 8 Oct 1999 01:02:14 -0500 From: Manoj Kasichainula To: new-httpd@apache.org Subject: Re: Question. fopen() in ap_pfopen() background ? Message-ID: <19991008010213.A8241@io.com> Mail-Followup-To: new-httpd@apache.org References: <37FD9F6A.52A@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.6i In-Reply-To: <37FD9F6A.52A@ix.netcom.com> Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Please compose a new message rather than replying to an existing one if you are not really replying. Otherwise, the thread trees get messed up. Thanks. On Fri, Oct 08, 1999 at 12:38:19AM -0700, saeedt@ix.netcom.com wrote: > 3) The Solaris implementation has a problem with any fopen() which > opens a file above the 256 file descriptor. HPUX and AIX do not have > this problem. This means that some fopen's will fail if there are > many fd's open on the Solaris platform. Isn't open()/read()/write() > a cleaner implementation for logging ? Apache 2.0 will use file descriptors instead of (FILE *)'s, since APR does. -- Manoj Kasichainula - manojk at io dot com - http://www.io.com/~manojk/