Apache, mod_perl

2001-08-28 Thread H Jayakumar
I have mod_perl and apache on NT. I want to add mod_perl as a module to apache, I built mod_perl and got mod_perl.so. I have copied it to the modules directory in apache source tree. When I start apache, it says : Syntax error on line 1049 of e:/apache/conf/httpd.conf: Cannot load e:/apach

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 apach

[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 f

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

2001-08-28 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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

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 PerlSetE

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. ==

Re: Perl/Apache question

2001-08-28 Thread Chris Fry
UNSUBSCRIBE

Re: subscription

2001-08-28 Thread Chris Fry
UNSUBSCRIBE

OT: cachability measurement tool?

2001-08-28 Thread Edward Moon
Sorry for the off-topic post. Last year and a couple jobs ago, I had found a python based app that would analyze the cachability of a given URL. It could run as a CGI app or on the command-line. I can't find the tool by searching on Google. Can anyone give me a pointer to this tool or something

Upgrading modperl

2001-08-28 Thread Castellon, Francisco
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 packages that rely on mod_perl to work, like apache::asp. Wo

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 what

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: > >>

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 i

Re: mod_perl memory consumption

2001-08-28 Thread Ken Williams
[EMAIL PROTECTED] (Perrin Harkins) wrote: >> I guess that DBI gets all records if you use fetchall_array|hashref >> and that it is else OK. > >No, the behavior that I saw was when fetching a row at a time. Behind the >scenes, DBI would fetch ALL the rows into RAM and then iterate over them. >This

Re: mod_perl memory consumption

2001-08-28 Thread Perrin Harkins
> I use a single object (lightweight) which I construct and then just call > its method in a loop, once for each message. If I don't use globals, use > strict, undef $SomeVar I'm doing the right thing. All the "my" variables > should dissapear once the method call is over. It sounds like you're

Re: mod_perl memory consumption

2001-08-28 Thread Miroslav Madzarevic
> > Why is the memory consumption so high ? According to my calculations it > > should take less than 100 kilobytes. > > What are you basing that on? I use a single object (lightweight) which I construct and then just call its method in a loop, once for each message. If I don't use globals, use

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 tak

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

[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: 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 e

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 i