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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo