On 7/5/06, Cees Hek <[EMAIL PROTECTED]> wrote:
On 7/5/06, Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Mon, 2006-07-03 at 08:40 -0400, Ricardo SIGNES wrote:
> > This is another good reason to work on making CGI::Application easier to use
> > under mod_perl!
>
> Is there something difficult about using it under mod_perl?

I think he is considering calling 'new' on a CGI::App object once, and
then calling 'run' on it multiple times in a mod_perl environment.
Currently that can lead to problems with leftover info in the object.

However, the cost of creating a new CGI::App object is very minimal,
so I don't think it is really a big problem at the moment.

That's not the problem. The cost isn't in creating the object, it's in
running setup() every time (which is what C::A::P::Apache ends up
doing).

Rob

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to