Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!news-dc.gsl.net!gsl-penn-ns.gsl.net!news.gsl.net!gip.net!uwm.edu!news.he.net!nntp.iccom.com!quark.scn.rain.com!news.teleport.com!not-for-mail
From: Joshua Pritikin <
[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ObjStore CGI support for "Perl Embedded HTML"
Followup-To: comp.lang.perl.modules
Date: 7 Sep 1997 15:17:55 GMT
Organization: MindSpring Enterprises
Lines: 52
Sender:
[email protected]
Approved:
[email protected] (comp.lang.perl.announce)
Message-ID: <
[email protected]>
Reply-To:
[email protected]
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:21 comp.lang.perl.modules:729
Name DSLI Description Info
----------- ---- -------------------------------------------- -----
ObjStore Rm+O ObjectStore OODBMS Interface JPRIT
Interface to ObjectStore OODBMS (
http://www.odi.com). Stores scalars,
sets, hashes, and references directly in the database without any
flattening of nested or circular structures. Virtual memory mechanism
used to make read/write access nearly as fast as memory mapped files.
Includes CGI support module for `Perl Embedded HTML'. Databases can
be accessed from Perl, C++, or Java.
Available via
http://www.perl.org/CPAN/modules/by-module/ObjStore
<< This is the relational database killer app! >>
Perl-ObjectStore mailing list:
[email protected] "subscribe perl-objectstore
[email protected]"
see ./INSTALL for installation instructions
see ./TODO for list of things to do
see ./CHANGES for a historical perspective
### RECENT CHANGES ###
** 09-02-97 Released 1.12
- HTML::PHTML and Eval modules added. HTML::PHTML gives you a simple
and powerful "Perl Embedded HTML" page cache for CGI programs.
Includes all the best features of HTML::Embperl and ePerl in about 340
lines of code. HTML::PHTML module does not require ObjStore.
- No other changes.
** 08-16-97 Released 1.11
- Updates refcnts for transient references in update & abort_only
transactions. Persistent memory leaks now impossible.
- ospeek restricted to show only three instances per class.
- Minor fixes (both important and less important).
- No schema changes.