diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-04-01 18:05:34 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-04-01 18:05:34 +0000 |
commit | 8fb34a9937e480f1a4a259d0cfcb30231fd14095 (patch) | |
tree | 68f187164cfb09cbab91395e5376281003940174 /www/p5-Apache-DBI/pkg-descr | |
parent | 1226a3eff8b3c56bee196648fc6e5c1cbc2f9e78 (diff) | |
download | ports-8fb34a9937e480f1a4a259d0cfcb30231fd14095.tar.gz ports-8fb34a9937e480f1a4a259d0cfcb30231fd14095.zip |
Notes
Diffstat (limited to 'www/p5-Apache-DBI/pkg-descr')
-rw-r--r-- | www/p5-Apache-DBI/pkg-descr | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/www/p5-Apache-DBI/pkg-descr b/www/p5-Apache-DBI/pkg-descr index b3a7746db609..0b4692c02722 100644 --- a/www/p5-Apache-DBI/pkg-descr +++ b/www/p5-Apache-DBI/pkg-descr @@ -1,20 +1,18 @@ -From the README file: - -These modules are supposed to be used with the Apache server together with -an embedded perl interpreter like mod_perl. They provide support for basic -authentication and authorization as well as support for persistent database -connections via Perl's Database Independent Interface (DBI). +These modules are supposed to be used with the Apache server together +with an embedded perl interpreter like mod_perl. They provide support +for basic authentication and authorization as well as support for +persistent database connections via Perl's Database Independent +Interface (DBI). o AuthDBI.pm provides authentication and authorization: - - optional shared cache for passwords to minimize database load - - configurable cleanup-handler deletes outdated entries from the cache +- optional shared cache for passwords to minimize database load - +configurable cleanup-handler deletes outdated entries from the cache o DBI.pm provides persistent database connections: - - connections can be established during server-startup - - configurable rollback to ensure data integrity - - configurable verification of the connections to avoid time-outs. +- connections can be established during server-startup - configurable +rollback to ensure data integrity - configurable verification of the +connections to avoid time-outs. --- Igor -igor@zynaps.ru +WWW: http://search.cpan.org/dist/Apache-DBI/ |