[Fwd: Bug: Apache hangs if script invokes fork/waitpid]

2004-10-07 Thread Stas Bekman
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

Re: PerlHandler serving / ?

2004-10-07 Thread Stas Bekman
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

Re: Help!! Mod_perl performance

2004-10-07 Thread Perrin Harkins
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

Re: mod perl hosting

2004-10-07 Thread Kurt Hansen
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.

Re: Help!! Mod_perl performance

2004-10-07 Thread Frank Wiles
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

Re: Embedding another webpage within a web page

2004-10-07 Thread Martin Moss
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

Re: Help!! Mod_perl performance

2004-10-07 Thread Tom Mornini
-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.

Re: mod perl hosting

2004-10-07 Thread Thomas Klausner
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

Help!! Mod_perl performance

2004-10-07 Thread Jamsheed
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