
Hi all, once again, I would like to point to my problem of using a persistent mysql-connection discribed below. Nobody any ideas? -------- Original-Nachricht -------- Datum: Thu, 27 Apr 2006 15:35:19 +0200 Hi, I want to use a persistent mysql-connection to speed up OTRS. I followed README.webserver and set up mod_perl on apache v1.3 which I didn't use before. Additionally, I included Perlrequire /opt/otrs/scripts/apache-perl-startup.pl Finally, I activated #use Apache (); #use Apache::DBI (); #Apache::DBI->connect_on_init('DBI:mysql:otrs', 'otrs', 'some-pass'); with the same user/password like in ~/Kernel/Config.pm Know, the apache startup really takes a long time and OTRS needs only half the time to load a page than on cgi-mode. But the problem is that show processlist e.g. always shows the same proccess-id for my phpMyAdmin-connection, but always flushing and disappearing diffent process-ids for my otrs-connection. So I think OTRS currently doesn't use persistent DB-connections. What's wrong - any advice? Thanks, Alex