C++ ResourcePool 0.99.19 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News C++ ResourcePool 0.99.19 (Default branch)
# 1  
Old 03-25-2008
C++ ResourcePool 0.99.19 (Default branch)

ImageC++ ResourcePool is a library which can be used to pool resources ofevery kind. It can also be used as an abstraction layer by providing aunique API for different resources of similar resource types; the mostprominent examples are SQL databases. It includes a convenient way toaccess MySQL and Oracle databases in the same way, so that changing fromMySQL to Oracle or vice-versa does not need big code changes.License: GNU General Public License (GPL)Changes:
The library was ported to Solaris 10/SPARC. A buffer alignment issue that caused crashes on SPARC systems was fixed along with a bug that caused fetching of LOB values to fail on MSB architectures (like SPARC). This release was successfully tested on Solaris 10 (SPARC) running an Oracle 11g client in a 32-bit build.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question