Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
ng I read back in 1999 when I started using mod_perl. I eagerly await an update that covers Apache 2.0 and mod_perl 2.0. > > Oh, heck. More advice. > 73, > Ged. All well founded advice is appreciated. Cheers, Dennis -- Dennis G. Allard telephone: 1.310.399.4740 Ocean Park Software http://oceanpark.com

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
SION' 1.9905 Cheers, Dennis -- Dennis G. Allard telephone: 1.310.399.4740 Ocean Park Software http://oceanpark.com

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
On Thu, 2003-06-05 at 13:37, Thomas Klausner wrote: > Hi! > > On Thu, Jun 05, 2003 at 01:37:59PM -0700, Dennis G. Allard wrote: [In reply to Stas] > > Please note, though, one of my goals in life is to rely on my software > > providers to do the work of providing me

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
On Thu, 2003-06-05 at 13:08, Perrin Harkins wrote: > On Thu, 2003-06-05 at 15:55, Dennis G. Allard wrote: > > MySQL ShmySQL. A database that didn't have transactions until last year > > and still has no stored procedures > > Uh, we're talking about session data

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
Hmmm. No one has actually answered the question, although I am getting all kinds of advice... (-; ... On Thu, 2003-06-05 at 01:42, Stas Bekman wrote: > Thomas Klausner wrote: > > Hi! > > > > On Don, Jun 05, 2003 at 12:35:37 -0700, Dennis G. Allard wrote: > > > &

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Dennis G. Allard
On Thu, 2003-06-05 at 11:02, Perrin Harkins wrote: > On Thu, 2003-06-05 at 03:35, Dennis G. Allard wrote: > > (BTW, my more general goal is to have shared memory across multiple > > Apache threads as part of implementing sessions so that I can avoid > > doing a database write

How tell what version of mod_perl is installed?

2003-06-05 Thread Dennis G. Allard
pd/perl/startup.pl #!/usr/bin/perl use Apache::compat (); 1; Thanks for any tips and help anyone might provide. (BTW, my more general goal is to have shared memory across multiple Apache threads as part of implementing sessions so that I can avoid doing a da