Geoffrey Young <[EMAIL PROTECTED]> writes:

[...]

> now, CGI.pm can try to decide whether it is running under mp1 or mp2,
> but unless I'm missing something it's not all that easy.

How about having it dispatch on the *value* of $ENV{MOD_PERL} (not
just its mere existence), since the modperl runtime can control 
that?

> or CGI.pm can decide to eval the mp1 or mp2 API first, but I think
> that's the heart of the problem - nobody should have to make a choice
> like that at runtime.

Agreed; it needs to just work.  Even with both mp1 and mp2 installed
in the same tree and running simultaneously.

-- 
Joe Schaefer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to