On Tue, Sep 30, 2003 at 01:20:24PM -0500, David Wesner wrote: > I've installed the DBD::Proxy and RPC::PLServer modules on Windows 2000 > accessing SQL Server 2000 (through an ODBC system DSN). I can interface to > the database from one or more Linux (or Windows) boxes just fine, with the > exception that the server is single threaded (i.e., when submitting a query > from one script on the same or different clients, connection to the server > does not occur until the connection from a different script is closed). How > can I make the DBI proxy server > multi-threaded such that many client connections may be open to my SQL > Server database simultaneously? > > Thanks, > David
Can't you just launch dbiproxy.pl --childs n for n database connections in the pool? I don't think this anything to do with real threading, -- Justin Hopkins [EMAIL PROTECTED]
