That's something that modperl users of threaded mpms / mp2 need to be
aware of, the original post is below and followups can be found at:
http://marc.theaimsgroup.com/?t=10971696693&r=1&w=2
And we ought to document that. Any takes to some this thread up?
Original Message
Sub
Arne Skjaerholt wrote:
Hello,
I'm working on a PerlHandler that will potentially handle the root of my webserver. The code works fine if I
set it to handle a sub-directory (), but if I say and try to
get / I get a 500 and an error that seems to indicate that no request object is passed to handle
On Thu, 2004-10-07 at 09:05, Jamsheed wrote:
> When I browse through the pages I dont find any significant difference
> in speed. I checked the environment variable and made sure that mod_perl
> is running.
Usually the speed difference is so large that you can see it clearly
just by hitting re
Hi Sean,
Sean T Allen wrote:
can anyone point me in the direction of good hosting sites for dedicated
mod-perl, mysql apache hosting companies
ours just isnt cutting it anymore...
location of host isnt a thuge issue but us/ca hosts definately prefered.
I just did this search a few months back.
On Thu, 07 Oct 2004 00:05:40 -0700
Jamsheed <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am having 2 instances of my appplication one in non mod_perl and
> other in mod_perl environment, and the mod_perl is configured with
> Apache::Registry .
> When I browse through the pages I dont find any sig
Thanks guys,
Marty
--- Tom Schindl <[EMAIL PROTECTED]> wrote:
> Martin Moss wrote:
> > All,
> >
> > I have an interesting issue. I'm in the process of
> > whitelabeling a website, but part of the process I
> > need to whitepabel is hosted by an outsourced
> company.
> >
> >
> > Rather than
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
First hit per forked server, per script, should be nearly identical to
CGI speed.
Subsequent hits should be MUCH faster.
You'll need to load the server to see the difference, or exercise the
site
extensively before you'll notice the difference.
P.S.
Hi!
On Thu, Oct 07, 2004 at 02:40:02AM -0400, Sean T Allen wrote:
> can anyone point me in the direction of good hosting sites for dedicated
> mod-perl, mysql apache hosting companies
>
> ours just isnt cutting it anymore...
>
> location of host isnt a thuge issue but us/ca hosts definately
Hi,
I am having 2 instances of my appplication one in non mod_perl and
other in mod_perl environment, and the mod_perl is configured with
Apache::Registry .
When I browse through the pages I dont find any significant difference
in speed. I checked the environment variable and made sure that