Persistent DB connections

2001-09-17 Thread Datasim
Hi, Im very near to the solution of my problem, but there's still a thing that's not working properly. Before running my perl script (f1.pl) i see five httpd@hostname sessions in Oracle V$session but at the moment in which i run f1.pl there appear a seventh session alone such f1.pl@hostname.

How to disconnect persistent db connections when killing httpd

1999-10-18 Thread Oleg Bartunov
Hi, I keep persistent db connections and would like to explicitly disconnect db when killing httpd. I have custom module where I initialize db connection, prepare sth's ( will use them in Mason components ) once for per children and several methods which have deal with my database. Here I have