Hello All,
I have a problem with dbi:Proxy that the connection with the proxy is not
closed until the perl script exits.
When I call "$dbh->disconnect" the following appears in the proxy's debug
window:
Wed Sep 25 15:35:51 2002 debug, Client executes method
DestroyHandle
Wed Sep 25 15:35:51 2002 debug, Client executes method
DestroyHandle
and then when i close the script I receive this:
Wed Sep 25 15:39:51 2002 debug, Child terminating.
Would it were that I was using something other than winnt this would not be
a problem because I could launch the proxy in forking or threading mode, but
with WinNT I am only able to run it in single process mode. Therefore until
the script exits it ties up the proxy's single process blocking other users
from accessing it...
Anyone know a work around or a fix for this?
Using ActiveState Perl 5.6.1, DBI 1.27, and Net-Daemon 0.31,
thanks!
-andrew