Re: Reloading Modules Problem [mod_perl2]

2005-01-04 Thread Philippe M. Chiasson
Stas Bekman wrote: Vincent Moneymaker wrote: Okay, mod_perl 1.99_16 reloading works. So the reloading problem starts with the 1.99_17 version as you suspected. Perfect. So we most likely know the suspect. Possibly a problem with clear_stash() [...] so both modules are located in the same direct

Re: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2005-01-04 Thread Philippe M. Chiasson
Jean-François Nadeau wrote: Thanks for the quick reply. I cleaned up my installation and reinstalled. See attached bug report and BuildConfig.pm. Configured with: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache-2.0.52/ make && make install The leak persist after reinstall. Co

mp2 and Class:DBI

2005-01-04 Thread Sean T Allen
I looked to see and couldnt find any reports of issues with using Class::DBI w/ mod-perl 2 but wanted to check here to see if there are any I should be aware of... Also, if anyone could give me a basic ballpark on how much I could expect to see per process memory usage jump by using Class::DBI, I'd

Re: Reloading Modules Problem [mod_perl2]

2005-01-04 Thread Vincent Moneymaker
Philippe M. Chiasson wrote: >Possibly a problem with clear_stash() >> [...] >> >> so both modules are located in the same directory, right? Can you reduce >> those module to the very minimum while one still reloads and the other >> doesn't and post them here, and I'll try to reproduce it here. Al

Re: Reloading Modules Problem [mod_perl2]

2005-01-04 Thread Stas Bekman
Vincent Moneymaker wrote: Philippe M. Chiasson wrote: Possibly a problem with clear_stash() [...] so both modules are located in the same directory, right? Can you reduce those module to the very minimum while one still reloads and the other doesn't and post them here, and I'll try to reproduce i

Re: mp2 and Class:DBI

2005-01-04 Thread Perrin Harkins
On Tue, 2005-01-04 at 14:18 -0500, Sean T Allen wrote: > I looked to see and couldnt find any reports of issues with > using Class::DBI w/ mod-perl 2 but wanted to check here to > see if there are any I should be aware of... Class::DBI currently breaks the transaction-safety feature of Apache::DBI

ANNOUNCE: Krang 1.100

2005-01-04 Thread Peter Leonard
We're very pleased to announce that Krang v1.100 is now available. Notable changes in this release: * A large series of UI tweaks have been made - based on feedback, button placement and functionality changes have been implemented throughout the UI. * Story/Media/Template search preference

Re: Reloading Modules Problem [mod_perl2]

2005-01-04 Thread Vincent Moneymaker
Stas Bekman wrote: But you also indicated that all versions before 1.99_17 did work w/o the package declaration, so that would be mean a behavior change. First the results. I applied Philippe's patch, but no Reload messages showed up in the error log when changes were made to the Menus.pm module

Re: mp2 and Class:DBI

2005-01-04 Thread Mike Carlton
On Tue, 04 Jan 2005 15:47:50 -0500, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Tue, 2005-01-04 at 14:18 -0500, Sean T Allen wrote: > > I looked to see and couldnt find any reports of issues with > > using Class::DBI w/ mod-perl 2 but wanted to check here to > > see if there are any I should be

Re: mp2 and Class:DBI

2005-01-04 Thread Stas Bekman
Mike Carlton wrote: [...] But isn't there a problem with making db connections from startup.pl? When the processes later fork, you potentially wind up with database connection problems (I saw lots of problems under MP1 when I was doing this). Particularly with Class::DBI::mysql, just loading a cl

Re: mp2 and Class:DBI

2005-01-04 Thread Perrin Harkins
On Tue, 2005-01-04 at 21:42 -0800, Mike Carlton wrote: > But isn't there a problem with making db connections from startup.pl? Only if you don't close them before forking. > Particularly with Class::DBI::mysql, just loading a class makes a > database connection. Right, but Class::DBI doesn't do