Anyone know of specific problems with the malloc in Sun's libc?

2001-12-31 Thread Steven Lembark
W/ current apache and mod_perl, perl-5.6.1, Solaris-2.8. Been having problems with DBI dropping connections. One suggestion was to override the default of no and use the malloc that comes with perl-5.6.1. Anyone know of problems or any obvious symptoms? thanx. -- Steven Lembark

Re: Fast template system

2001-12-31 Thread Mark Maunder
Ryan Thompson wrote: Mark Maunder wrote to Ryan Thompson: Ryan Thompson wrote: There must be a faster way. I have thought about pre-compiling each HTML file into a Perl module, but there would have to be an automated (and secure) way to suck these in if the original file changes.

DirectoryAccelNoPass in mod_accel

2001-12-31 Thread Philip Mak
Is there a way to specify an AccelNoPass directive (from mod_accel) that only affects a certain directory? For example, consider the following scenario: AccelPass /~user1/ http://127.0.0.1:8001/ AccelNoPass ~*\.gif$ ~*\.jpg$ AccelPass /~user2/ http://127.0.0.1:8002/ AccelNoPass ~*\.gif$

Re: DirectoryAccelNoPass in mod_accel

2001-12-31 Thread Igor Sysoev
On Mon, 31 Dec 2001, Philip Mak wrote: Is there a way to specify an AccelNoPass directive (from mod_accel) that only affects a certain directory? For example, consider the following scenario: AccelPass /~user1/ http://127.0.0.1:8001/ AccelNoPass ~*\.gif$ ~*\.jpg$ AccelPass /~user2/

Re: Fast template system

2001-12-31 Thread Nick Tonkin
Yeah, TT is good, all right, especially with the ability to change the start and end tags to something more compliant, like !-- and --. Uh ... why aren't you syntax-validating the actual HTML output by your application? Also, there are multiple syntax-checkerts that allow you to specify

Re: Anyone know of specific problems with the malloc in Sun's libc?

2001-12-31 Thread Paul Lindner
On Sun, Dec 30, 2001 at 02:12:47PM -0600, Steven Lembark wrote: W/ current apache and mod_perl, perl-5.6.1, Solaris-2.8. Been having problems with DBI dropping connections. One suggestion was to override the default of no and use the malloc that comes with perl-5.6.1. Anyone know of

ANNOUNCE: AxKit 1.5

2001-12-31 Thread Matt Sergeant
AxKit 1.5 is now available for download from both AxKit.org, and soon CPAN mirrors worldwide. This is a major upgrade, so please use caution when upgrading live servers, as major internal parts of AxKit have changed with this release. Most significantly, a large amount of code has been migrated

[ANNOUNCE] Cache::Mmap 0.04

2001-12-31 Thread Peter Haworth
file: $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.04.tar.gz size: 14113 bytes md5: 649bdb9816f4177c0eb81c077fd7614c Much to my dismay and embarrassment, the serious bug fix in version 0.03 introduced a serious bug of it's own. You'll be pleased to hear that I've added a test suite (currently

test, pls ignore

2001-12-31 Thread Rob Bloodgood
un/re subscribed to a different addy, THIS IS JUST A TEST!

Apache::Session getting DESTROYed in wrong order

2001-12-31 Thread Ken Williams
Hey, I'm having problems with Apache::Session, the symptom is that none of my data is getting written to the database. It's not the nested-data problem, since I'm not using any nested data structures. After some investigation, I've discovered that the Apache::Session::Store::MySQL::DESTROY

cvs commit: modperl-2.0/t .cvsignore SMOKE.PL TEST.PL

2001-12-31 Thread stas
stas01/12/31 00:45:13 Modified:.Makefile.PL t.cvsignore Removed: buildbugreport.pl tSMOKE.PL TEST.PL Log: - start using the generate_script functions for auto-generating TEST, REPORT and SMOKE utils Revision

cvs commit: modperl-2.0/xs/maps apr_types.map

2001-12-31 Thread stas
stas01/12/31 04:11:48 Modified:lib/Apache ParseSource.pm xs/maps apr_types.map Log: apr sources adjustment: new enum apr_lockmech_e Revision ChangesPath 1.33 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/xs/APR/Lock APR__Lock.h

2001-12-31 Thread stas
stas01/12/31 04:12:54 Modified:xs/maps apr_functions.map xs/APR/Lock APR__Lock.h Log: apr sources adjustment: new argument 'mech' added to apr_lock_create Revision ChangesPath 1.27 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index:

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-12-31 Thread stas
stas01/12/31 04:16:37 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync to the latest httpd/apr Revision ChangesPath 1.20 +10 -1