Re: mod_perl-2.0.8 + OWC

2013-04-22 Thread Phil Carmody
> 7. The compiler liked this initialised. > > --- modperl_apr_perlio.c.orig    > 2012-07-22 07:51:04.140625000 +1000 > > +++ modperl_apr_perlio.c    2013-03-25 > 08:58:30.18750 +1100 > > @@ -547,7 +547,7 @@ > >  { > >      MP_IO_TYPE *retval; > >      char *mode; > > -    int fd; > > +    int f

Re: Coupling Plack/PSGI with mod_perl, or an alternate architecture?

2012-10-13 Thread Phil Carmody
--- On Fri, 10/12/12, Fred Moyer wrote: > On Wed, Oct 10, 2012 at 12:39 PM, Perrin Harkins wrote: > >> 2) Do you believe that there are any compelling reasons to pick a mod_perl > >> approach over a plack runner approach that we may be missing? > > > > Advantages of a mod_perl approach: > > - Acce

Re: ANNOUNCE: Mason 2

2011-02-22 Thread Phil Carmody
--- On Tue, 2/22/11, Jonathan Swartz wrote: > I'm pleased to > announce Mason 2, the first major version of Mason in ten > years: > >    http://search.cpan.org/perldoc?Mason > > Mason is a templating framework for generating web pages > and other dynamic content. Mason 2 has been rearchitected >

Re: session module

2010-10-29 Thread Phil Carmody
--- On Fri, 10/29/10, Fayland Lam wrote: > try Dancer. which is very suitable > for small application. just one file. One file containing: """ use Dancer::Config; use Dancer::FileUtils; use Dancer::GetOpt; use Dancer::Error; use Dancer::Helpers; use Dancer::Logger; use Dancer::Plugin; use Dancer:

Re: Why people not using mod_perl

2009-09-16 Thread Phil Carmody
It gets worse: """ Factor any number Find all factors of [305550321722429173] Solution by Factor any number 305550321722429173 is NOT a prime number: 305550321722429173 = 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 3 * 3 * 3 * 3 * 199 * 293 * 252718517 Work Shown 305550321722429173 is divisible by 2: 30555

Re: Why people not using mod_perl

2009-09-16 Thread Phil Carmody
--- On Thu, 9/17/09, Igor Chudov wrote: > My site algebra.com is about 80,000 > lines of mod_perl code. > > I wrote a relatively large framework, with many homegrown > perl modules, about five years ago. > It uses a database, image generation modules, a big > mathematical engine that I wrote (th

Re: dealing with empty field names in query

2009-02-07 Thread Phil Carmody
--- On Sat, 2/7/09, John ORourke wrote: > Phil, can you point me to the part of the spec which > specifies that a field name must begin with an ASCII letter? http://www.w3.org/TR/html401/types.html#type-cdata Phil

Re: dealing with empty field names in query

2009-02-06 Thread Phil Carmody
--- On Fri, 2/6/09, John ORourke wrote: > We're using more and more javascript to do clever > things with forms, Lots of people have said that. Probably a majority were wrong. > and I think we broke the Apache2::Request > parser, but wanted to check before reporting it as a bug. > (and tell m

Re: unsubscribe

2009-01-22 Thread Phil Carmody
--- On Fri, 1/23/09, David Nicol wrote: > the idea was floated on the anti-spam research group mailing list > recently (dec 08) of the possibility of MUA software to offer an > "unsubscribe" button when displaying a message with mailing list > headers, possibly in place of the existing "This is sp

Apache 1.3 -> 2.x portability

2008-11-14 Thread Phil Carmody
I'm currently running only Apache 1.3 (mod_perl 1.22) and am wondering what kinds of issues there might be if I were to want to migrate my server to Apache 2.x and mod_perl 2. Are there any things that I can do (or avoid) to make such a migration as close to trivial as possible. Phil -- ()

Re: live and dev versions of a module on the same server

2008-10-03 Thread Phil Carmody
--- On Fri, 10/3/08, Michael Peters <[EMAIL PROTECTED]> wrote: > Phil Carmody wrote: > > The problem I'm having is that the package > > namespaces for the two handlers, and every module they > > require, clash. I might need different @INCs too. How have > >

live and dev versions of a module on the same server

2008-10-03 Thread Phil Carmody
I'm trying to run both the live and dev versions of my website using virtual hosting in Apache 1.3, and using mod_perl 1.29 (on Debian stable, for reference). The problem I'm having is that the package namespaces for the two handlers, and every module they require, clash. I might need different