On Thursday 08 February 2007 17:42, Jonathan Vanasco wrote:
> Are you using a 2 sever setup, where mp runs on an alternate port and
> something on port 80 (or elsewhere on the LAN) proxies the request
> ? If not, try setting that up. That can squeeze out some
> performance. You could just have a
Thanks for all the advice guys - due to pressure from the customer I'm
going to concentrate on optimising the app and then look into the server
optimisations. It's suffering from inner-platform-effect at the moment
(http://thedailywtf.com/forums/69415/ShowPost.aspx ) so the DB is doing
way too
I've seen these individually in the list here, but haven't found any
answers yet. The main
question I have is: is it safe to ignore these failures and go ahead
with "make install"?
-Ollie
-8<-- Start Bug Report 8<--
1. Problem Description:
Failed Test
I changed the cleanup stuff to a perlcleanup handler, but I want to
check if the temp directory, where the upload should store stuff, does
already exist. and if it's exist quit immediately but since I switched
to modperl it waits until the whole upload has finished before it quit.
Changeing exit()
On Thu, 8 Feb 2007 13:13:47 -0800 (PST)
Jeff Y <[EMAIL PROTECTED]> wrote:
> I installed Apache2::Request by using CPAN and
>
> # perl -MApache2::Request -e 'print "installed!\n"'
>
> returns the good result. Do you have a Perl script that can be used
> to test if Apache2::Request wo
On Fri, 9 Feb 2007, Ollie wrote:
I've seen these individually in the list here, but haven't found any answers
yet. The main
question I have is: is it safe to ignore these failures and go ahead with
"make install"?
I _think_ you should be ok here. Gozer posted a patch [1] a few days ago
that
On Feb 9, 2007, at 12:52 PM, Fred Moyer wrote:
Can you run ./t/TEST -VERBOSE ./t/apache/daemon.t and post the
output along with the t/logs/error_log output?
Thanks for your reply. Here's the information you requested, also
with server_const.t test output.
-Ollie
hostname:/app/ollie/down