Re: internal dummy connection

2017-06-05 Thread Holger Kipp
You might simply want to google it (e.g. "mod_perl internal dummy connection") https://knackforge.com/blog/sivaji/mitigating-apache-internal-dummy-connection-issue Best regards, Holger On 5. Jun 2017, at 08:31, Peng Yonghua mailto:p...@vodafonemail.de>> wrote: I saw many items like these in lo

Re: beginning and testing

2014-10-07 Thread Holger Kipp
Dear Billy, > On 07.10.2014, at 15:26, "Patton, Billy" wrote: > > I’m rewriting/moving an app that hasn’t been touched in over 5 years. [..] > At my previous job we had a mantra “design for test” > > So from the very first file I create I want to be able to test each step as I > proceed. > I’

Re: API Docs

2014-05-16 Thread Holger Kipp
Am 15.05.2014 um 01:52 schrieb Worik Stanton : > I am still trying to fathom the API. > > I have struck a snag with the documentation. > > > https://perl.apache.org/docs/2.0/api/Apache2/Connection.html#Synopsis > says > > use Apache2::Connection (); > use Apache2::RequestRec (); > > my $

Re: API Docs

2014-05-16 Thread Holger Kipp
n(); • obj: $r ( Apache2::RequestRec object ) • ret: $c ( Apache2::Connection object ) • since: 2.0.00 — Best regards, Holger ______ Holger Kipp Diplom-Mathematiker Senior Consultant Tel. : +49 30 436 58 114 Fax. : +49 30

Re: Best filesystem type for mod_cache in reverse proxy?

2008-11-24 Thread Holger Kipp
ges to mitigate limited bandwidth (io) of the disks. With ReiserFS I have seen some benchmarks that are not really in favour, like http://linuxgazette.net/122/TWDT.html#piszcz and my experience with UFS2 (albeit on FreeBSD) was much better than with Linux/ReiserFS on the same machine. Neither were tuned, though, so ymmv. Regards, Holger Kipp

Re: Crypt::CBC

2006-04-10 Thread Holger Kipp
); maybe you should try my $cipher = new Crypt::CBC( -key => $ENCRYPTION_KEY, -cipher => 'Blowfish', -salt => 0 ); to not use salt then. Regards, Holger Kipp

Re: due core cpu

2006-02-22 Thread Holger Kipp
a real performance increase at all - depending on application)): dual core: 1.8 pages per second 0.95 seconds for serving one page single core: 1.0 pages per second 1.0 seconds for serving one page Hope this helps. Regards, Holger Kipp

Large SHARE-Values with Apache::SizeLimit under FreeBSD 5.3-STABLE

2005-04-14 Thread Holger Kipp
(proprietary code). Is this typical behaviour for SHARE? Or am I missing something here? Explanations very welcome. I really couldn't sleep very well last night... Regards, Holger Kipp