Re: Apache::DBI strategy/philosophy

2000-06-17 Thread John M Vinopal
Part of the problem I've had is transitioning a cgi application onto mod_perl and keeping performance up on both platforms until a switch can be made. So I've done some comparisons of the various dbh schemes. Comments and corrections very welcome. I'm wary of connect_cached() under mod_perl but

mod_perl caches compiled quotes?

2000-06-17 Thread Steve Smith
Hi, I'm seeing some very disturbing behavior while running mod_perl. I'm sure there must be a workaround for this. Sorry if this is a FAQ, but I haven't seen anything discussing this. I use mod_perl to generate pages based on a user from cookies and a database (DBI/MySql). Use strict is in

ANNOUNCE: Apache::AuthCookie 2.011

2000-06-17 Thread Ken Williams
Hi, The URL http://mathforum.com/~ken/modules/archive/Apache-AuthCookie-2.011.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Apache-AuthCookie-2.011.tar.gz size: 18530 bytes md5: b4617ac3ed237e2ae5123e9c7756fc82 This release follows right on the heels of 2.010.

Re: IPC::Open2 v5.6.0 failures.

2000-06-17 Thread Barrie Slaymaker
[EMAIL PROTECTED] wrote: Is this a know bug? Is there a bug? Not that I know of, did you check the archives? Is it right in front of my face? Something seems odd to me, see below, but it shouldn't be causing you too much grief. First, to educate me, what's encrypt do differently than

Highly optimized mod_perl ?

2000-06-17 Thread Vladislav Safronov
Hi! Does anyone know the way to highly optimize mod_perl for speed? Any hacks, advices? All standard advices read from help are done... Best regards, Vlad Safronov, mailto: [EMAIL PROTECTED]

Segfault Apache1.3.12/mod_perl1.24/Solaris2.6

2000-06-17 Thread G.W. Haywood
Hi all, Sorry, this is a bit long. I'm working on a bunch of machines running Solaris 2.6 on which I have installed Apache+mod_perl static. The machines are set up for just a couple of virtual hosts at present for testing, eventually they will be load-balanced with mod_perl on separate

RE: Highly optimized mod_perl ?

2000-06-17 Thread pvlad
Hi, There was a discussion on this list about 1.5 weeks ago on how to optimize mod_perl execution when using the database. Stas Bekman basically has done some tests to show that the driver needs to be initialized in startup.pl file. There were also a discussion about the fact that as far as

ANNOUNCE: Apache::Filter 1.010

2000-06-17 Thread Ken Williams
The URL http://forum.swarthmore.edu/~ken/modules/archive/Apache-Filter-1.010.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Apache-Filter-1.010.tar.gz size: 15166 bytes md5: 8d5e5dec3ffc5fce9ff7cab8d25f7d9e Changes since 1.009: Version: 1.010 Date: 2000/06/17

Re: Highly optimized mod_perl ?

2000-06-17 Thread Perrin Harkins
Vladislav Safronov wrote: Does anyone know the way to highly optimize mod_perl for speed? Any hacks, advices? All standard advices read from help are done... The Guide (http://perl.apache.org/guide/) is very comprehensive. If you've followed the perfromance tuning tips there, the main thing

RE: Highly optimized mod_perl ?

2000-06-17 Thread G.W. Haywood
Hi there, On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote: Saved memory means less swaping, You don't want _any_ swapping on a mod_perl host. 73, Ged.

RE: Highly optimized mod_perl ?

2000-06-17 Thread pvlad
Yes, you are right. I should have just said 'saves memory' -- most developers realize the implications of improved memory utilization. Vladislav. On 17-Jun-2000 G.W. Haywood wrote: Hi there, On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote: Saved memory means less swaping, You don't want

Re: IPC::Open2 v5.6.0 failures.

2000-06-17 Thread wendell
On Sat, Jun 17, 2000 at 09:16:25AM -0400, Barrie Slaymaker wrote: [EMAIL PROTECTED] wrote: Is this a know bug? Is there a bug? Not that I know of, did you check the archives? Yes but I didn't find the answer I was looking for. I also checked out the guide's Forking and Executing