Genezzo-Contrib-Clustered ========================= Shared data cluster support for Genezzo Genezzo is an extensible database with SQL and DBI. It is written in Perl. Basic routines inside Genezzo are overridden via Havok SysHooks. Override routines provide support for shared data clusters. Routines provide transactions, distributed locking, undo, and recovery. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install To prepare for use of Genezzo::Clustered ./genprepundo.pl gendba.pl >@havok.sql >@syshook.sql >@clustered.sql LIMITATIONS This is pre-alpha software; don't use it to store any data you hope to see again! Transactions, Rollback, etc. are not fully implemented. Process death and necessary cleanup is not detected. DEPENDENCIES This module requires these other modules and libraries: Genezzo FreezeThaw OpenDLM SEE ALSO For more information, please visit the Genezzo homepage at http://www.genezzo.com also http://eric_rollins.home.mindspring.com/genezzo/ClusteredGenezzoDesign.html http://eric_rollins.home.mindspring.com/genezzo/cluster.html http://opendlm.sourceforge.net/ COPYRIGHT AND LICENCE Copyright (C) 2005 by Eric Rollins. All rights reserved. This program 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 any later version. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Address bug reports and comments to rollins@acm.org