On Wed, 8 Nov 2006, Philip M. Gollucci wrote:
Please download, test, and report back on the following
candidate tarball:
+1 - all tests pass on
- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl
817), mod_perl-2.0.3-rc2
- linux: Apache/2.0.55 (prefork), perl-5.8.7,
mod_perl-2.0.2
--
> No offense, but I've never seen a 350k module that didn't need > to be broken into SEVERAL other modules for > readability/maintainability reasons.Thats the plan. It's easy to visualize: This single file is an old CGI script/application maintained over 4 years with lots of shared subs tha
On Wed, 8 Nov 2006, Philip M. Gollucci wrote:
A release candidate for mod_perl 2.0.3 is now available for testing.
+1 - all tests pass on
- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 817)
- linux: Apache/2.0.55 (prefork), perl-5.8.7
--
best regards,
Randy
On Sat, 11 Nov 2006 23:01:30 -0800
"Will Fould" <[EMAIL PROTECTED]> wrote:
> I've found conflicting information about this.
>
> modperl: Is there a performance impact to breaking up a single 350k
> file (monolithic package) into multiple files (still the same package
> name)?
>
> I guess I'm ask
On Fri, 10 Nov 2006 18:34:18 -0500
Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
>
> On Nov 10, 2006, at 3:01 PM, Hans de Groot wrote:
>
> > Hi,
> >
> > I would like to make my own vhost modules in modperl.
>
> I would not do that at all. because of the way mp handles memory
> and namespaces, vh
On Fri, 10 Nov 2006 21:01:11 +0100
Hans de Groot <[EMAIL PROTECTED]> wrote:
> So my questions are:
> Is it at all posible to do this with mod perl?
> What phase should I use to change these directives?
> Can anyone give me some example how to do this?
Yes it's possible to do with mod_perl, and
On Thu, 09 Nov 2006 15:42:46 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Thu, 2006-11-09 at 12:29 -0800, Philip M. Gollucci wrote:
> > In 2.x its this:
> > http://search.cpan.org/~fwiles/Apache-DB-0.13/DB.pm
> >
> > use APR::Pool ();
> > use Apache::DB ();
> > Apache::DB->init();
>
> Th
On Thu, 9 Nov 2006 11:10:24 -0800 (PST)
Fred Moyer <[EMAIL PROTECTED]> wrote:
> On Wed, 8 Nov 2006, Perrin Harkins wrote:
> > On Mon, 2006-11-06 at 12:28 -0600, Frank Wiles wrote:
> >>What I have always done is package my applications as if they
> >>are CPAN modules using ExtUtils::MakeMak