dan667 has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone gotten DBI proxy to work for perl 5.8.0 multi-threaded on a w2k box? Everything for perl has compiled ok (perl 5.8.0 multithreaded, winlib, net::daemon, plrpc, dbi_1.32, dbd::odbc), but I cannot tell if it is perl or the perl script that I am using. What happens when I try to connect to dbiproxy in 'threads' mode is that the dbiproxy service crashes. When I connect to it in 'single' mode it runs ok. I need to run the dbiproxy to accept concurrent connections so any help would be most appreciated.
  • Comment on perl 5.8.0 multi-threaded on w2k and DBI proxy