Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Mod_Perl and LinksSQL

Quote Reply
Re: Mod_Perl and LinksSQL In reply to
Hi,

If you are using mod_perl, you should install Apache::DBI (provides persistent database connections).

Also, you will get better performance if you install Links SQL as described in README.mod_perl rather then using .htaccess. What happens is when you add:

use lib '/full/path/to/admin';
use Links::mod_perl;

in your perl startup file, it will preload all Links SQL modules and scripts into memory, making it much quicker.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Mod_Perl and LinksSQL Clint 1752 Apr 13, 2001, 5:05 PM
Thread Re: Mod_Perl and LinksSQL
Alex 1693 Apr 13, 2001, 6:01 PM
Post Re: Mod_Perl and LinksSQL
Clint 1686 Apr 14, 2001, 2:18 AM