software  
home
software
papers
service
fun
potw
contact
credits

C++ ResourcePool

ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The ResourcePool does currently include a convenient way to access MySQL and Oracle databases in the same way, so that changing for MySQL to Oracle or vice-versa does not need big code changes.

Documentation

Download

 
.tar.gz.tar.ZV0.99.23 - 2008-06-09
Introduced getSessionID to identify the current session
Full changelog ]
580 kB1005 kB
 

Download archive

Change Log

Copyright

C++ ResourcePool Copyright (c) 2004-2008 by Markus Winand <mws@fatalmind.com>

C++ ResourcePool is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

C++ ResourcePool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with C++ ResourcePool; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(c) 2007 by mws Last modified: Mon Jun  9 11:29:10 2008