Re: Memory leak hell...

2000-09-10 Thread Matt Sergeant
On Mon, 11 Sep 2000, Stas Bekman wrote: > I was thinking about going thru the symbol table and dumping all the > variables. And run diff between the dumps of the two requests. Be careful > though that Devel::Peek doesn't show a complete dump for the whole > structure, and I couldn't find the inte

Re: [Mason] Problem: no-Content.

2000-09-10 Thread Ian Kallen
HTML::Mason is your perlhandler in the /mason request space, so what's supposed to handle a root object "/" request? Do a simple setup for one virtualhost and make sure your choices of documentroot, alias settings and component_root settings agree before broadening the solution for multiple virt

Re: Eval block error trapping bug????

2000-09-10 Thread Chuck Goehring
It was the "use CGI::Carp qw(fatalsToBrowser);". Took it out and now all is well. And eval block will work for my purposes - mostly trapping my own sql generation errors. I read up on $SIG{__DIE__} in the "Guide". It may become useful for me in the future. Thanks for the quick info. Chuck -

Re: [ RFC ] A Session Manager module

2000-09-10 Thread Greg Cope
Jules Cisek wrote: > > Sounds interesting. > > Is this module just managing the sessionID or also the session data? i.e. > is the manager capable of storing complex objects (via something like > Storable or Data::Dumper)? Will you provide hooks "caching and DB > abstraction" layers so that the

Re: Memory leak hell...

2000-09-10 Thread Stas Bekman
On Sun, 10 Sep 2000, Matt Sergeant wrote: > On Sun, 10 Sep 2000, Stas Bekman wrote: > > > On Sun, 10 Sep 2000, Matt Sergeant wrote: > > > > > For 2 days solid now I've been trying to track down a very bizarre memory > > > leak in AxKit. > > > > > > I've checked everything I can think of - all

Re: [ RFC ] A Session Manager module

2000-09-10 Thread Jules Cisek
Sounds interesting. Is this module just managing the sessionID or also the session data? i.e. is the manager capable of storing complex objects (via something like Storable or Data::Dumper)? Will you provide hooks "caching and DB abstraction" layers so that the developer can provide the backend

Re: Memory leak hell...

2000-09-10 Thread Matt Sergeant
On Sun, 10 Sep 2000, Stas Bekman wrote: > On Sun, 10 Sep 2000, Matt Sergeant wrote: > > > For 2 days solid now I've been trying to track down a very bizarre memory > > leak in AxKit. > > > > I've checked everything I can think of - all circular references are now > > gone, all closures clean up

[ RFC ] A Session Manager module

2000-09-10 Thread Greg Cope
Dear All As some of you are aware for the past few weeks I have been working on a Session Manager style module. It works (ish ;-), I know of a few issues (that may not be important enough to change), but it works in my developement environment. What do I do with it now ? I think it may fit in

Re: Memory leak hell...

2000-09-10 Thread Frank D. Cringle
Matt Sergeant <[EMAIL PROTECTED]> writes: > Now to the wierd bit. I could track this down if it wasn't for this: > > The memory leak starts after the Nth hit, usually around 35. This is > running under httpd -X. > > So it goes along very happily for 35 hits - memory usage is rock solid > stable.

Re: Memory leak hell...

2000-09-10 Thread Perrin Harkins
Matt Sergeant wrote: > Can anyone give me _any_ help in figuring out where this might be coming > from? When I'm working on problems like this, there are two basic things I try. They're not rocket science, but they usually work. The first is removing sections of code until the leak goes away.

Re: Memory leak hell...

2000-09-10 Thread Stas Bekman
On Sun, 10 Sep 2000, Matt Sergeant wrote: > For 2 days solid now I've been trying to track down a very bizarre memory > leak in AxKit. > > I've checked everything I can think of - all circular references are now > gone, all closures clean up carefully after themselves, and I've reduced > the usa

Memory leak hell...

2000-09-10 Thread Matt Sergeant
For 2 days solid now I've been trying to track down a very bizarre memory leak in AxKit. I've checked everything I can think of - all circular references are now gone, all closures clean up carefully after themselves, and I've reduced the usage of some external modules. But still the processes gr

Mysql+Modperl?

2000-09-10 Thread Antti Linno
Hi. I installed Apache_1.3.12, mod_perl-1.23 flexible way, also PHP4 as module. I am using mysql-3.22.32(from source) and postgresql. Also perl modules DBI-1.14, Msql-Mysql-modules-1.2214 . Some minor problems during first install with php, but second time all ran without any errors. Apache starte

Re: perlyear or perlmonth

2000-09-10 Thread Stas Bekman
> any body know what happened to perl month, it is on release 11 from a > decade back It'll be back to operation soon. Probably in a few days there will be a new issue online. _ Stas Bekman JAm_pH -- Just Anot

Re: SELECT cacheing

2000-09-10 Thread Greg Cope
Brian Cocks wrote: > > I'm wondering how much improvement this caching is over the database caching > the parsed SQL statement and results (disk blocks)? > > In Oracle, if you issue a query that is cached, it doesn't need to be parsed. > If the resulting blocks are also cached, there isn't any d

Re: open(FH,'|qmail-inject') fails

2000-09-10 Thread Greg Cope
Perrin Harkins wrote: > > On Fri, 8 Sep 2000, Stas Bekman wrote: > > > As far as benchmarks are concerned, I'm sending one mail after having > > > displayed the page, so it shoul'dnt matter much ... > > > > Yeah, and everytime you get 1M process fired up... > > Nevertheless, in benchmarks we ran

perlyear or perlmonth

2000-09-10 Thread Issam Alameh
hello,   any body know what happened to perl month, it is on release 11 from a decade back   Issam