Query: tm::materialized::mldbm2
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TM::Materialized::MLDBM2(3pm) User Contributed Perl Documentation TM::Materialized::MLDBM2(3pm)NAMETM::Materialized::MLDBM2 - Topic Maps, DBM Storage (synchronous)SYNOPSISNOTE: THIS PACKAGE IS NOW DEPRECATED NOTE: USE TM::ResourceAble::MLDBM INSTEAD use TM::Materialized::MLDBM2; { my $tm = new TM::Materialized::MLDBM2 (file => '/tmp/map.dbm'); # modify the map here..... } # it goes out of scope here, and all changes are written back automagically # later in the game { my $tm = new TM::Materialized::MLDBM2 (file => '/tmp/map.dbm'); # we are back in business, no sync necessary }DESCRIPTIONThis package just implements TM with a BerkeleyDB store. Unlike TM::Materialized::MLDBM this module does not need explicit synchronisation with the external resource (the DBM file here). It ties content-wise with the DBM file at constructor time and unties at DESTROY time. The advantage of this storage form is that there is little memory usage. Only those fractions of the map are loaded which are actually needed. If one has very intense interactions with the map (as a query processor has), then this storage technique is not optimal.INTERFACEConstructor The constructor expects a hash with the following keys: file (no default) This contains the file name of the DBM file to tie to.SEE ALSOTM, TM::Materialized::MLDBMAUTHOR INFORMATIONCopyright 200[68], Robert Barta <drrho@cpan.org>, All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2008-06-25 TM::Materialized::MLDBM2(3pm)
Related Man Pages |
---|
tm::materialized::stream(3pm) - debian |
tm::overview(3pm) - debian |
tm::serializable::jtm(3pm) - debian |
tm::synchronizable(3pm) - debian |
tm::synchronizable::mapsphere(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Unix command in mind map |
tinyTiM 2.0.0 alpha4 (Default branch) |
tinyTiM 2.0.0 alpha4 (Map I/O branch) |
Collaboration Environment for ITIL |
Understanding an example of perl map() function |