Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 88271 invoked from network); 30 Jun 2009 20:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 20:09:09 -0000 Received: (qmail 56841 invoked by uid 500); 30 Jun 2009 20:09:18 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 56814 invoked by uid 500); 30 Jun 2009 20:09:18 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 56806 invoked by uid 99); 30 Jun 2009 20:09:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 20:09:18 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [208.20.225.104] (HELO gfn.org) (208.20.225.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 20:09:09 +0000 X-Delivered-To: modperl@perl.apache.org Received: from gfn.org (gfn [127.0.0.1]) by gfn.org (8.12.8/8.12.8) with ESMTP id n5UK8jSe031806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Jun 2009 16:08:45 -0400 Received: (from swgsh@localhost) by gfn.org (8.12.8/8.12.9/Submit) id n5UK8jFN031805; Tue, 30 Jun 2009 16:08:45 -0400 X-Authentication-Warning: gfn.org: swgsh set sender to sgifford@suspectclass.com using -f To: Shibi NS Cc: modperl@perl.apache.org Subject: Re: File Descriptor used by FileHandle under mod_perl 2.0.4 - is it a perl/mod_perl bug ? References: <672858890906301129o36913bc5pdb5e819960af3edb@mail.gmail.com> <672858890906301239i7b596a4av3b689236876aaa6b@mail.gmail.com> From: Scott Gifford Date: Tue, 30 Jun 2009 16:08:45 -0400 In-Reply-To: <672858890906301239i7b596a4av3b689236876aaa6b@mail.gmail.com> (Shibi NS's message of "Wed, 1 Jul 2009 01:09:33 +0530") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Shibi NS writes: [...] > is my assumption is wrong "FD 0" is reserved for STDIN ? It's partly right: FD 0 is standard input by convention (and also by definition) but it's not reserved or otherwise treated specially by the OS or by Perl. ----Scott.