Apache::Upload and Image::Magick problems

2001-08-04 Thread Jeffrey Hartmann
This is actually 2 problems in 1. I'm using Image::Magick and Apache::Request/Apache::Upload to upload images to my webpage, convert them to jpeg, and save them basically for my family to view. Now right now I'm using TMPFS in Linux 2.4.7 for a /tmp which could be part of my problem and I'm wond

Re: Again, Modperl running scripts slower than non-modperl!?

2001-08-04 Thread John Buwa
It actually get alot larger than that! Anywho, yes i have installed the latest libpreq, latest modperl, perl 5.6.1, apache 1.3.20 and on linux 2.2.19 Hope that helps. John 200 Megs for a modperl process sounds way off. Are you using an old version of libapreq? There is a big memory leak with

Re: Again, Modperl running scripts slower than non-modperl!?

2001-08-04 Thread Elizabeth Mattijsen
At 01:29 AM 8/5/01 -0500, John Buwa wrote: >91 processes: 89 sleeping, 2 running, 0 zombie, 0 stopped >CPU states: 0.0% user, 0.7% system, 0.0% nice, 99.2% idle >Mem: 257408K av, 228384K used, 29024K free, 13744K shrd,5380K buff >Swap: 265528K av, 184780K used, 80748K free

Again, Modperl running scripts slower than non-modperl!?

2001-08-04 Thread John Buwa
Ok guys,   Here goes again ... To refresh the standing: I am running my scripts on regular apache as the active server to the public. I am porting over my scripts to work properly with the modperl enable apache server. To do this when i am working on scripts and testing them, i start the modp

Re: Help with @ISA

2001-08-04 Thread Ged Haywood
Hi there, On Fri, 3 Aug 2001, Rasoul Hajikhani wrote: > I have declared the following in my httpd.conf: > > SetHandler perl-script > PerlHandler my::foo->cookie_check() > > > However, I get an error message: > Can't locate object method "cookie_check()" via package my::foo Try

server log oddness

2001-08-04 Thread brian moseley
when exactly is the server log (Apache->server->log) shut down? i've registered a server cleanup handler that, among other things, tries to write some debugging messages to the server log. however, it seems that calling $slog->debug somehow silently dies; my code stops executing at the point i c

Re: odd behavior with Cache::Cache

2001-08-04 Thread brian moseley
On Sat, 4 Aug 2001, DeWitt Clinton wrote: > Excellent, this is the right approach. Sounds like I > need to update the documentation to say that "objects > retrieved from the cache are not 'live,' they are > clones. If you want to save modifications, remember to > store them again in the cache."

Re: odd behavior with Cache::Cache

2001-08-04 Thread DeWitt Clinton
On Sat, Aug 04, 2001 at 03:06:37PM -0400, DeWitt Clinton wrote: > To quote Jimi Williams, "manager's decision." Yes, I know it is Jimy Williams. See what happens when a lifelong Red Sox fan relocates down to NYC? We start losing our minds... :) -DeWitt

Re: odd behavior with Cache::Cache

2001-08-04 Thread DeWitt Clinton
On Sat, Aug 04, 2001 at 10:34:34AM -0700, brian moseley wrote: > ps: i've modified my code to 1) only get once per request > and 2) set at the end of each request. the net effect is > that stuff works as expected. i'm reasonably happy with the > current state of affairs, but... Excellent, this i

Re: odd behavior with Cache::Cache

2001-08-04 Thread DeWitt Clinton
On Sat, Aug 04, 2001 at 09:17:21AM -0700, brian moseley wrote: > could this be because i'm only ever doing one set, at > session creation time? since i'm using a memory cache, i > didn't expect to have to call set every time i modify the > cached data. Yup. That would be it. Please see my resp

Re: configuration (or install) problems

2001-08-04 Thread Ken Williams
[EMAIL PROTECTED] (allan) wrote: > > >i am trying to get mod_perl up and running om mac osX. >i am quite sure i have installed correctly, at least according to the >99.23% okay test-report (see below). It's not installed correctly - the "PerlModule" error you're getting indicates that mod_perl is

Re: odd behavior with Cache::Cache

2001-08-04 Thread brian moseley
ps: i've modified my code to 1) only get once per request and 2) set at the end of each request. the net effect is that stuff works as expected. i'm reasonably happy with the current state of affairs, but... i don't like having to explicitly call set to force modifications to be written to the c

configuration (or install) problems

2001-08-04 Thread allan
hello mod_perl i am trying to get mod_perl up and running om mac osX. i am quite sure i have installed correctly, at least according to the 99.23% okay test-report (see below). asuming everything is installed ok (in fact how do i actually know wheter mod_perl is properly installed?) i must so

Re: odd behavior with Cache::Cache

2001-08-04 Thread brian moseley
On Sat, 4 Aug 2001, DeWitt Clinton wrote: > Can you check the actual data contained within the > object? If I understand things right, there is a chance > that the data itself is indeed the same. However, the > instance containing the data (in your case, an instance > of Wombat::Core::Session)

Re: odd behavior with Cache::Cache

2001-08-04 Thread DeWitt Clinton
On Fri, Aug 03, 2001 at 11:33:43PM -0700, brian moseley wrote: > i'm observing some behavior using Cache::Cache that seems > odd, altho it may be due to my faulty understanding of how > the interface works. Can you check the actual data contained within the object? If I understand things right,

RFC: mod_perl 2.0 documentation project

2001-08-04 Thread Stas Bekman
This is a proposal for the mod_perl 2.0 documentation project. The project to consist of 3 parts: mod_perl documentation project: --- A. mod_perl user guide B. mod_perl core developer guide C. mod_perl related guides A is obvious. B is a new thing. If people can "e

Re: [Fwd: Help with @ISA]

2001-08-04 Thread Stas Bekman
I don't understand why have sent your email as an attachement... how do you want us to quote it? Anyway: SetHandler perl-script PerlHandler my::foo->cookie_check() s/my::foo->cookie_check/my::foo::cookie_check/ - since it's not a method, $r is merely passed to the handler. An

Re: help w/ seg fault

2001-08-04 Thread Stas Bekman
On Fri, 3 Aug 2001, Jim Hobbs wrote: > >From perldoc SUPPORT. > WHAT > Always include this information: > > Output of "perl -V" > I did this > > Version of mod_perl > This is in the ouput from error_log > > Version of apache > This is in ou

RE: Apache::DBI in startup.pl generating error

2001-08-04 Thread Geoffrey Young
> -Original Message- > From: Rob Bloodgood [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 2:31 PM > To: Gunther Birznieks > Cc: [EMAIL PROTECTED]; mod_perl > Subject: RE: Apache::DBI in startup.pl generating error [snip] > > Well, it should be documented "somewhere in th