server (development
machine)
Thomas den Braber
Delos Software Solutions
m within this 'main' module with 'use'. All modules are also
> preloaded in a startup.pl file.
>
> I run with Apache 2.0.52, libreq2-2.04 on a windows 2000 server
> (development
> machine)
>
> Thomas den Braber
> Delos Software Solutions
>
Menu2 from Menu2.pm
I hope this can help to locate the problem.
Regards,
Thomas den Braber
> -Oorspronkelijk bericht-
> Van: Thomas den Braber [mailto:[EMAIL PROTECTED]
> Verzonden: maandag 24 januari 2005 10:47
> Aan: 'Thomas den Braber'; modperl@perl.apache.org
# get site preferenses
#$prefs = &sitePrefs();
my $menu = new menuNav();
..
Return (\$output)
}
.
-Oorspronkelijk bericht-
Van: Philippe M. Chiasson [mailto:[EMAIL PROTECTED]
Verzonden: maandag 24 januari 2005 23:51
Aan: Thomas den Braber
formation error
If I don't set:
print $req->read_limit(); gives 67108864
Is there some hardcoded limit in libapreq2 ?
Width 2.06dev there was no problem.
Thanks,
Thomas den Braber
e and size are OK so copy to thumb cache
} else {
copy($sourcefile,$cachedfile) or $status = "Copy failed: $!";
}
$self->cleanuplockfile();
return
}
Thomas den Braber
he service stopped, a 'start' that
works most of the time.
-
Thomas den Braber
-Original Message-
From: Octavian Rasnita <[EMAIL PROTECTED]>
To: Raymond Wan <[EMAIL PROTECTED]>, Foo JH
Cc: modperl@perl.apache.org
Date: Fri, 15 Jun 2007 13:09:43 +0200
Subject: Re
more deeper in to this to
sea what the balance extra overhead vs. fewer DB connection is.
--
Thomas den Braber
-Original Message-
From: Jonathan Vanasco <[EMAIL PROTECTED]>
>
> On Jun 16, 2007, at 11:13 AM, Perrin Harkins wrote:
>
> > 300 is nothing for MySQL. You should be able to handle a few
> thousand
> > on a machine with enough RAM.
>
> agreed. MySQL connections are cheap. Postgres o
o rewrite local header : Invalid argument'
If I use desiredCompressionLevel(0) then there is no problem but no
compression is done.
The error is only related to Mod_perl. As a console script it runs fine.
Problem is on both Windows and Linux (perl 5.10).
Has anyone any idea what might be the problem? or have an alternative
solution?
Thanks,
Thomas den Braber
ipt > file
Worked in both versions.
There is something wrong in the new Archive::Zip module
I send a message to the CPAN forum hope they pick it up.
Thank,
Thomas den Braber
-Original Message-
From: Ronald J Kimball
To: Scott Gifford
Cc: Thomas den Braber , modperl@perl.apache.or
big modperl application it uses much more memory than with the Prefork MPM
on Linux. Also restarting Apache Worker takes more time then with Prefork
MPM on Linux.
But stability and performance are very good.
--
Thomas den Braber
-Original Message-
From: Michael Ludwig
To: modperl
Tested on Ubuntu 9.10 64bit. All test pass ok.
Running in live environment for 2 days now without any problems.
--
Thomas
lock secs ( 0.92 usr + 0.28 sys = 1.20
CPU)
Result: FAIL
Failed 2/242 test programs. 7/2429 subtests failed.
Real live test show no problems but I will do some more test to make sure.
--
Thomas den Braber
tart and
stop of apache is much faster then on the old 32 bit systems (Win2003, XP)
---
Thomas den Braber
on
servers. So it is only some extra trouble in development and restarting
your development server every now and then is not a problem.
--
Thomas den Braber
gick, etc.).
That causes less overhead (only about 10 ms per request for my ~60
modules) and maybe prevent other strange behaviour.
--
Thomas den Braber
reload problem and the Worker MPM?
---
Thomas den Braber
not work ?
Can anyone help me with this ?
--
Thomas den Braber
> We were getting this behavior in our web application. It appears that
> we've fixed it (we're still testing it) by checking the return value
> from each print statement (usually we call the Apache request object's
> print method) and aborting (by calling die() in our application - we
> have an
ave not tried Steve's patch yet, will do that asap.
Will be continued ..
--
Thomas den Braber
Hans,
> ModPerl::Util::exit: (12) exit was called at
> D:/InterfaceServer/Perl/lib/CGI/Carp.pm line 561
> Parent: child process exited with status 255 -- Restarting.
I have done a lot of testing on windows with the 2.05 release and have not
seen this error before. It must be something specifi
Does anyone know where I can find the latest 2.0.9 development version ?
I can't find it anywhere in https://svn.apache.org/repos/asf/perl/modperl/
--
Thomas den Braber
, everything seemed to work well ( but not sure what aplog
checks ?).
--
Thomas den Braber
t working with the .dll or .lib
files from Apache ?
Is my environment not correct, do I need to use the MSYS2 shell ?
Sorry many question, any help is welcome.
--
Thomas den Braber
y self.
@Steve Hay: Can you explain how you setup your build environment ?
--
Thomas den Braber
Thomas
-Original Message-
From: Steve Hay
To: Thomas den Braber
Cc: "A. Warnier" , "modperl@perl.apache.org"
Date: Wed, 28 Oct 2015 13:09:44 +
Subject: Re: Compiling 2.0.9 with Strawberry Perl 5.20 on windows (64Bit)
On 28 September 2015 at 09:44, Thomas den Braber mailto
##
sub getBasicAuth {
my $authheader = shift;
return unless $authheader;
my ($cram) = $authheader =~ /^Basic (.*)/;
return unless $cram;
$cram = MIME::Base64::decode_base64 ($cram);
return split (/:/, $cram, 2);
}
---
Thomas den Braber
my authentication handles
and could not load modules in a section any more but that was not a
problem to fix.
Perfect !
Thanks,
Thomas den Braber
-Original Message-
From: Steve Hay
To: "modperl@perl.apache.org" , d...@perl.apache.org
Cc: Steffen
Date: Wed, 6 Sep 2017 0
alias DavLockDB
alias /srv2/sites/sol/index/DavLock
Strange ?
I solved it temporarily by using wild cart domains to stay below 179
characters.
Any ideas ?
--
Thomas den Braber
Hi Joe,
>
> Am I beating a dead horse with mod_perl + mpm_event in 2022?
>
If you are beating a dead horse it at least is one that can still outperform
most others.
I am still using mpm_winnt in 2023.
Are there any 'Sealed' advantages for mpm_prefork or mpm_winnt
31 matches
Mail list logo