Bodo wrote: > With release 631 in my amateurish hands, DBD::ProxyServer seems to > work fine with --mode=single (as has been stated earlier in this > thread). It also works with --mode=fork until you try to access it > with another client ;). It won't start up with --mode=threads. I > usually do not use DBD::ProxyServer and have tested this with some > minimalistic scripts locally on win2k.
That was exactly my experience with DBI::ProxyServer In fact, my experience was originally not DBI related - I had wrote a Net::Daemon based module and discovered the problem when I tried to run it on Win32. I then realised that this would affect DBI::ProxyServer under Win32 too and used DBI::ProxyServer as my example in my bug report to ActiveState. -- Simon Oliver
