How to handle the main parent exit

2001-08-28 Thread Olivier Poitrey
Hello, I would like to know if it's possible to handle the Apache's main parent exit event. I want call a method to clean some died datas (like shared memory segments). best regards, -- ___ O l i v i e rP o

RE: How to handle the main parent exit

2001-08-28 Thread Geoffrey Young
-Original Message- From: Olivier Poitrey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 8:08 AM To: [EMAIL PROTECTED] Subject: How to handle the main parent exit Hello, I would like to know if it's possible to handle the Apache's main parent exit event. I

[DIGEST] mod_perl digest 2001/08/25

2001-08-28 Thread Geoffrey Young
-- mod_perl digest August 19, 2001 - August 25, 2001 -- Recent happenings in the mod_perl world... Features

Re: mod_perl memory consumption

2001-08-28 Thread Perrin Harkins
I wrote a program that converts 5 gigs of emails stored in mysql to phisical messages on disk (resulting in approximately 10 gigs). The program consumes way to much memory although I've wrote it in a very clean way (use strict, no globals, use of udef $var; to help free memory). I start it

Re: mod_perl memory consumption

2001-08-28 Thread Ken Williams
[EMAIL PROTECTED] (Perrin Harkins) wrote: It sounds like you have some data structure which you are adding to and never clearing out. One thing to be careful of is the MySQL DBI driver. The last time I used it, it fetched all returned rows into memory. With a large result set, that could take

Authen question

2001-08-28 Thread gustavo . lozano
Hello I want to know if there is a way to show a page or another to some users depending in their logins. I have two users poiting to the same URL. But I dont want userA to see page B, and I dont want userB to see pageA. Thanks a lot Gustavo A. Lozano I know not with

Re: subscription

2001-08-28 Thread Chris Fry
UNSUBSCRIBE

Re: Perl/Apache question

2001-08-28 Thread Chris Fry
UNSUBSCRIBE

is anyone getting my messages

2001-08-28 Thread Medi Montaseri
Just wonderingI have posted a couple of questionswith no avail Am I posting? -- === Medi Montaseri, [EMAIL PROTECTED], 408-450-7114 Prepass Inc, IT/Operations, Software Eng.

Environment variables and mod_perl

2001-08-28 Thread Tom Mornini
I'm working on a project that is highly configurable via environment variables. I'd like a way to get those environment variables into my mod_perl processes so that the mod_perl portion of this project can be configured the same way as the non mod_perl portions. I know that I can use

[PATCH] $r-print won't print reference to PVIV or PVMG

2001-08-28 Thread Stephen Clouse
There's a bug in the write_client routine where it won't print a reference to a scalar that has been upgraded from a PV. A string comparison will usually trigger an upgrade to PVIV. Additionally, with PerlTaintCheck on, a tainted scalar will be a PVMG, because the tainted flag is magic. At

Re: Upgrading modperl

2001-08-28 Thread Randy Kobes
On Tue, 28 Aug 2001, Castellon, Francisco wrote: Hi folks: What i am running : Win98, Apache 1.3.20, mod_perl 1.25, Apache::ASP 2.17, ActivePerl 5.0.1 (build 626). I want to upgrade to mod_perl 1.26 from version 1.25. What do i have to do? But also i have installed a few other apache

Re: Apache::DBI Oracle LOB problem

2001-08-28 Thread Steven Schmidt
This problem was fixed by upgrading Oracle to 8.1.7 -Steve Robert Landrum wrote: At 2:15 AM +0100 8/2/01, Tim Bunce wrote: On Mon, Jul 30, 2001 at 04:57:09PM -0400, Steven Schmidt wrote: The following problem came up in porting EnsEMBL to Oracle: Level 9 DBI trace: