Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 85875 invoked by uid 500); 4 Feb 2003 23:35:26 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 85818 invoked from network); 4 Feb 2003 23:35:26 -0000 Content-Type: text/plain; charset="us-ascii" From: Scott Chapman Reply-To: scott_list@mischko.com To: Subject: Can you keep a regular file handle open in cache? Date: Tue, 4 Feb 2003 15:35:29 -0800 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302041535.29975.scott_list@mischko.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I want my debug output to go in the same place as my Postgresql log file = so=20 they are chronologically mingled. I have a req->dbug routine that appends info to a text file but it opens = and=20 closes the file each call. I want to open the file in append mode and keep it open in cache like the= =20 Postgres database is kept open in cache. Can I do this? Scott --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org