Re: [RDBO] optimizing performance under mod_perl

2006-08-12 Thread Jonathan
On Aug 12, 2006, at 7:28 PM, John Siracusa wrote: > My first impression is that that list is probably too long. > Remember that Mine was too. But it pays to be thorough. > You should really use your classes where possible. Since those > classes "use > base Rose::*", they will load the Ro

Re: [RDBO] optimizing performance under mod_perl

2006-08-12 Thread John Siracusa
On 8/12/06 3:03 PM, Jonathan Vanasco wrote: > I should add- the most memory I've gotten to stay shared is with the > following in startup.pl > > [snip huge list of use statements] My first impression is that that list is probably too long. Remember that modules use other modules. If A uses B, yo

Re: [RDBO] optimizing performance under mod_perl

2006-08-12 Thread Jonathan Vanasco
I should add- the most memory I've gotten to stay shared is with the following in startup.pl note 2 things a- a few things are #commented out, because they're in the current version of rose which is on my production machine, but not my dev b- most of these modules are imported

[RDBO] optimizing performance under mod_perl

2006-08-12 Thread Jonathan Vanasco
does anyone have some tips? as to what to include as use (); in startup.pl to optimize prefork memory caching also as to 'fat' modules/methods to avoid using (if possible) my prefork include list is coming up at 10+mb as is, and I think some memory spiking i'm seeing in my webapp

Re: [RDBO] Test failures in recent Rose::DB's

2006-08-12 Thread John Siracusa
On 8/12/06 12:14 PM, Michael Lackhoff wrote: > I just wanted to be up to date again and noticed that the oracle test > files both have tests => 22 instead of 53, leading to a test failure. > With the numbers corrected all tests pass. Fixed in SVN, thanks. -John

[RDBO] Test failures in recent Rose::DB's

2006-08-12 Thread Michael Lackhoff
Hello, I just wanted to be up to date again and noticed that the oracle test files both have tests => 22 instead of 53, leading to a test failure. With the numbers corrected all tests pass. Cheers, Michael - Using Tomcat