On Wed, 12 Jan 2000, Sean Chittenden wrote:
> Mind if I ask a nit-pick of a performance question? Currently
> speed and performance are of upmost importance (I'm currently involved in
> a mod_perl vs JServ development race). That being said, isn't pushing a
> handler onto the request stac
Perrin Harkins wrote:
>
> Sean Chittenden wrote:
> >
> > Mind if I ask a nit-pick of a performance question? Currently
> > speed and performance are of upmost importance (I'm currently involved in
> > a mod_perl vs JServ development race).
>
> If you're on Linux, I can tell you right no
Sean Chittenden wrote:
>
> Mind if I ask a nit-pick of a performance question? Currently
> speed and performance are of upmost importance (I'm currently involved in
> a mod_perl vs JServ development race).
If you're on Linux, I can tell you right now that mod_perl is
significantly faste
> "Randal" == Randal L Schwartz <[EMAIL PROTECTED]> writes:
Randal> Or a variation of that, that I like... set up a TransHandler like this:
Randal> sub handler { # PerlTransHandler
Randal> return DECLINED unless $r->uri eq "/";
Randal> $r->set_handler("perl-script");
That sh
> "Sean" == Sean Chittenden <[EMAIL PROTECTED]> writes:
Sean> Mind if I ask a nit-pick of a performance question? Currently
Sean> speed and performance are of upmost importance (I'm currently involved in
Sean> a mod_perl vs JServ development race). That being said, isn't pushing a
Sean> h
> Date: 12 Jan 2000 07:33:36 -0800
> From: Randal L. Schwartz <[EMAIL PROTECTED]>
> To: Sean Chittenden <[EMAIL PROTECTED]>
> Cc: Etienne Pelaprat <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: problems with module at root of web site
>
> >>>>
> "Sean" == Sean Chittenden <[EMAIL PROTECTED]> writes:
Sean> There are a few ways to go about this one, but here's the solution
Sean> that I'd use.
Sean> 1) Install a PerlTransHandler that sets the URI to / or whatever
Sean> you want to have your PerlHandler work with. Have the transh
> I have written a perl module that is meant to run at the root of a web
> site (blah.com/, let's say), but there are errors whenever it tries to
> access an image with an absolute URL. For instance, this tag returns a
> broken image:
>
>
>
> this, I'm guessing, is because it's using in som
AIL PROTECTED]
> Subject: problems with module at root of web site
>
> Hi,
>
> I have written a perl module that is meant to run at the root of a web
> site (blah.com/, let's say), but there are errors whenever it tries to
> access an image with an absolute URL. For i
Hi,
I have written a perl module that is meant to run at the root of a web
site (blah.com/, let's say), but there are errors whenever it tries to
access an image with an absolute URL. For instance, this tag returns a
broken image:
this, I'm guessing, is because it's using in some way or an
10 matches
Mail list logo