From: vogelsan AT i50s20 DOT ira DOT uka DOT de (Holger Vogelsang) Newsgroups: comp.os.msdos.djgpp Subject: Re: Persistence in Djgpp Date: 18 Mar 1997 07:57:17 GMT Organization: IMA Karlsruhe Lines: 32 Message-ID: <5glhst$4pf$1@nz12.rz.uni-karlsruhe.de> References: <332D9714 DOT 693 AT rtp DOT gtegsc DOT com> NNTP-Posting-Host: i50s20.ira.uka.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I've written a very small library for persistent objects, which uses a relational database to store the objects. But I think, the database is not free (I'm not shure, because it was created at our institute). Maybe I'll port it to another database system, which should not be very difficult. Or is anybody else interested to port my library ? I would like to offer the source code under GPL or something like that. Some details: - It has been ported to the following platforms: * DJGPP 1.x and 2.x * LinuX (i386) * Sparc (SUNOS 4.1.3 and SOLARIS) * WIN 3.11, 95, NT (Borland C, Visual C++) * SGI - It is 3 - 4 times faster (loading, writing objects ) than Poet, a commercial persistent object system. - There already exists some documentation. - Using our own runtime type information system, the database is portable between all platforms. - It is used sine 1994 in several projects at our institute and works very stable. Holger ----------------------------------------------------------------- Holger Vogelsang Institut fuer Mikrorechner und Automation, Universitaet Karlsruhe Haid-und-Neu-Strasse 7, D-76131 Karlsruhe Tel.: +49+721 6083170, Fax : +49+721 9663756 WWW: http://www-ima.ira.uka.de/mitarbeiter/vogelsan/