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

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 we found

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 disk

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

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

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

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 usage of

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.

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

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

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 circular

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