You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Marek W <ma...@altavista.net> on 2000/09/04 07:46:16 UTC

Executing slower and slower

Hi
My perl_mod script that uses SQL Postgres Database works slower by 5% each
time it is executed. After 20th invocation of the script it works 2 times
slower. It is very simple script that uses Apache::DBI, it connects to the
database, retrieves some data and disconnects.
Could you explain it to me? I looked for the solution to my problem but I
couldn't find the answer.
Mark