perl-5.8.1-RC5: mp1+mp2/linux OK, jhi++

2003-09-22 Thread Stas Bekman
Jarkko Hietaniemi wrote: (or rsync -avz --delete ftp.linux.activestate.com::perl-5.8.x perl-5.8.x) Oh, activestate, that reminds me that I'm teaching mp2 at Vancouver PM tomorrow. I almost forgot, thanks Jarkko. (the rsync will give you RC5 plus few doc tweaks, and the patchlevel.h is back to MA

[mp2] Problem with forking cleanup in high request rate server

2003-09-22 Thread Scot Martin
mp1.99.10-devApache 2.0.47Solaris 8I'm building a single-purpose, high-performance, multi-threaded  application server using the above and have run into problems with forking and cleanup of old httpd instances.  Yes, I have to fork and exec as I have to call some legacy C code and then set up comms

Java -- the SUV of programming languages...

2003-09-22 Thread Jesse Erlbaum
...According to Philip Greenspun's weblog: http://blogs.law.harvard.edu/philg/2003/09/20#a1762 "A project done in Java will cost 5 times as much, take twice as long, and be harder to maintain than a project done in a scripting language such as PHP or Perl..." (What? No TCL?) TTYL, -Jesse-

Re: [Fwd: Registration Opens for ApacheCon 2003]

2003-09-22 Thread Geoffrey Young
it should be noted that this year's ApacheCon has quite a few presentations that are mod_perl or Perl centric, and thus likely to be of interest: o mod_perl 2.0 By Example o Writing Tests with Apache-Test o Why mod_perl 2.0 Sucks, Why mod_perl 2.0 Rocks o Apache Handlers with mod_perl o Deve

[Fwd: Registration Opens for ApacheCon 2003]

2003-09-22 Thread Stas Bekman
FYI Original Message Subject: Registration Opens for ApacheCon 2003 Date: Sat, 20 Sep 2003 20:58:13 -0400 From: Rodent of Unusual Size <[EMAIL PROTECTED]> Organization: The Apache Software Foundation To: [EMAIL PROTECTED] http://www.marketwire.com/mw/release_html_b1?release_id=57

please test perl-5.8.1-RC5

2003-09-22 Thread Stas Bekman
This is probably the last release candidate for perl 5.8.1, it's important that you test it with your applications. If you test with mod_perl 2.0 you need to use the latest cvs, mod_perl 1.99_10 will be released as soon as we resolve several problems on win32. http://perl.apache.org/download/sou

RE: [mp2][QUESTION]: Filter to modify request headers on a proxy server

2003-09-22 Thread Pringle, Chris (HP-PSG)
> > Thanks for this. I had put 'PerlInputFilterHandler > > iPAQApache::ResetBrowser' inside the proxy block, and it > should have > > been outside like you said. > > So it did work this time, right? Perhaps we should issue a > warning if a > connection filter is found insider or alike. Wo