Hello!
After fooling around and falling in love with AxKit I'm starting my first
project which will have a lot of database stuff, I'm using PostgreSQL,
just one Database.
I have one ESQL-Connection in my xsp-file and now I wan't to start some
connections with extern Perl-Libs using TaglibHelper and Apache::DBI, but
I am afraid that this could mean that I'm haveing more the one Connection
to my DB.
My config looks like
PerlModule AxKit
PerlModule XML::LibXML XML::LibXSLT
PerlModule Apache::Status Apache::DBI
and I have an init.pl like
ache::DBI->connect_on_init('dbi:pg:axel', 'username', 'password');
Now my Question:
When I'm writing TagLibs which are using DBI and DBI-connect, does this
mean that I've got two connections to my DB, one for ESQL and one for my
TagLibs using DBI.
Also, im creating the most XML-Stuff with stored procedures from
PostgreSQL and import them with ESQL using <esql:get-xml/>. For
performance-paranoia, ist this OK or is there a better way?
Thanks,
AXEL.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]