RE: PerlAuth DB configuration.

2000-11-15 Thread Mark Kirkwood
I end of with 4 DB connections for each web server thread (2 for Authen and 2 for Authz). After a short time of inaction (about 30 secs), the web server makes a new child, and the 4 DB connections just sit there. Useless. And 4 more are created for the new thread. Now this is starting to look a

Out Of Memory While Running Apache_OWA

2000-10-29 Thread Mark Kirkwood
Dear list, I am getting this error "Out of memory during large request for - bytes at OWA.pm line 347" in the Apache error log when attempting to run any Oracle PLSQL procedure. Even trivial procedures like : procedure hello is begin htp.p('hello'); end; give the above error. There

RE: Disable/Enable Persistant Connections On Demand

2000-10-05 Thread Mark Kirkwood
ck to http when redirecting to the continuation page Thanks for your help Mark -Original Message- From: Aaron [SMTP:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 1:55 AM To: Mark Kirkwood Cc: [EMAIL PROTECTED] Subject: Re: Disable/Enable Persistant Connections

Disable/Enable Persistant Connections On Demand

2000-10-04 Thread Mark Kirkwood
Dear List, This may be a stupid question... but anyway... I am using mod_perl with persisent database connections enabled via Apache::DBI. This works great, because most of the web site uses a "generic" user to connect to the database. However I do authentication via the database ( i.e :

RE: Building modperl as a DSO in Apache_1.3.12

2000-08-22 Thread Mark Kirkwood
I have not tried to build mod_perl as a DSO, but encountered these -Wl, +n flags during static module build of mod_perl 1.24 + Apache 1.3.12 on HPUX 11.00 - I edited them out of the Makefile... not terribly elegant but it did work Mark -Original Message- From: Kairam, Raj

Install of mod_perl with perl+static Oracle DBD requires hacking ofApache configure process on HPUX 11

2000-08-01 Thread Mark Kirkwood
Hi, Thought ( or hoped ) this might be useful to any folk building on the HPUX 11 platform : Attempting to do this build causes Apache configure to fail with undefined symbols at sanity compile. This may be specific to the version of Oracle ( 8.1.6 ) that I used, as it seems to have several