in reply to Database Connection Pools with Perl

There are many (many) CPAN modules that fits your project description, below are a few I would pick to implement the simple client/server:
DatabaseDBI + DBD::mysql, DBD::Sybase, etc.
SOAPSOAP::Lite, SOAP, etc.
XMLXML::Simple, XML::Parser, etc.


  • Comment on Re: Database Connection Pools with Perl