<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>VOSS 3.1</title>
	<atom:link href="http://voss.logicarts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://voss.logicarts.com</link>
	<description>Database Management for Smalltalk</description>
	<pubDate>Fri, 05 Mar 2010 16:29:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title></title>
		<link>http://voss.logicarts.com/2008/01/09/home/%</link>
		<comments>http://voss.logicarts.com/2008/01/09/home/%#comments</comments>
		<pubDate>Wed, 09 Jan 2008 00:19:07 +0000</pubDate>
		<dc:creator>John Clapperton</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://voss.logicarts.com/2008/01/09/home/</guid>
		<description><![CDATA[Transparent Persistence
+ Transaction Processing&#8230;
 
Smalltalk is pure object-oriented programming for complex business and technical applications, but the benefits of this can be lost in the well-known &#8216;impedance mismatch&#8217; with relational databases.
The VOSS open source virtual object storage system extends Smalltalk with integrated database management, providing transparent multi-user access and transaction processing of persistent, versioned, Smalltalk objects [...]]]></description>
			<content:encoded><![CDATA[<h2>Transparent Persistence</h2>
<h2><span style="color: #ff0000;">+</span> Transaction Processing&#8230;</h2>
<p> </p>
<p>Smalltalk is pure object-oriented programming for complex business and technical applications, but the benefits of this can be lost in the well-known &#8216;impedance mismatch&#8217; with relational databases.</p>
<p>The VOSS open source virtual object storage system extends Smalltalk with integrated database management, providing transparent multi-user access and transaction processing of persistent, versioned, Smalltalk objects directly accessible by normal programming, with efficient persistent Btree collection classes, including the multi-key/multi-value/key-set VirtualDictionarySet for aggregation and query-building.</p>
<ul>
<li>Multi-process, multi-machine transactional access to distributed objects</li>
<li>ACID transactions with two-phase commit, logging and rollforward crash recovery</li>
<li>Persist clustered complexes of any Smalltalk classes except block closures</li>
<li>Historical object versioning, MVRC repeatable read, MVCC concurrency control</li>
<li>Automatic object locking with transaction rollback &amp; retry on deadlock time-out</li>
<li>Automatic change detection, no lock conflicts with sub-transactions, short read-locks</li>
<li>Multi-key/multi-value/key-set Btree VirtualDictionarySet with query-building methods</li>
<li>Continuation Transactions manage alternative futures for design or what-if</li>
<li>Long Continuation Transactions may be persisted prior to ultimate commit/rollback</li>
<li>Web server / application process rendezvous</li>
<li>Distributed copying, parented copying, identity-exchange, checkout, read-only etc</li>
<li>24&#215;7 operation, with concurrent variable-rate incremental foreground &amp; background garbage collection and snapshot backup of the set of distributed virtual spaces.</li>
<li>Up to 150 logged &amp; flushed transactions per second on desktop hardware</li>
<li>Terabyte 64-bit object id and addressing default, configurable up to 128-bit</li>
<li>Dual Licensing - Open Source <a href="http://www.fsf.org/licensing/licenses/gpl.html" target="_blank">GPLv3</a> and/or Supported Commercial Licence</li>
</ul>
<h2 style="text-align: right;">&#8230;Seamless Smalltalk Solutions <a title="Download VOSS" href="http://voss.logicarts.com/downloads/" target="_self"><img style="vertical-align: middle; border: 0;" src="http://voss.logicarts.com/wp-content/themes/theme229/images/go.gif" alt="Download VOSS" width="39" height="21" /></a></h2>
<p><!-- Start of StatCounter Code --><br />
<script type="text/javascript"><!--
          var sc_project=3268061;   var sc_invisible=0;   var sc_partition=35;   var sc_security="fedb23ab";
// --></script></p>
<p><script src="http://www.statcounter.com/counter/counter_xhtml.js" type="text/javascript"></script><noscript></noscript><br />
<!-- End of StatCounter Code --></p>
<p style="text-align: right;">(C) Logic Arts Ltd 2009</p>
]]></content:encoded>
			<wfw:commentRss>http://voss.logicarts.com/2008/01/09/home/%/feed</wfw:commentRss>
		</item>
		<item>
		<title>VOSS 3.150.04 - Hot Backup</title>
		<link>http://voss.logicarts.com/2009/10/19/voss-315004-hot-backup/%</link>
		<comments>http://voss.logicarts.com/2009/10/19/voss-315004-hot-backup/%#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:42:12 +0000</pubDate>
		<dc:creator>John Clapperton</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[24x7]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[continuous]]></category>

		<category><![CDATA[hot]]></category>

		<category><![CDATA[shadow]]></category>

		<category><![CDATA[snapshot]]></category>

		<guid isPermaLink="false">http://voss.logicarts.com/?p=112</guid>
		<description><![CDATA[New in this release, 3.150.04 allows snapshot shadow hot backup of all connected virtual spaces without the need to take an application offline. On menu click from the control panel, or by program message send, the flow of transaction commits pauses for just a few seconds whilst the snapshot shadows are created, and then continues normal service whilst [...]]]></description>
			<content:encoded><![CDATA[<p>New in this release, 3.150.04 allows snapshot shadow hot backup of all connected virtual spaces without the need to take an application offline. On menu click from the control panel, or by program message send, the flow of transaction commits pauses for just a few seconds whilst the snapshot shadows are created, and then continues normal service whilst the shadow copies are backed up to a specified location.</p>
<p>Together with concurrent background garbage collection, this allows 24&#215;7 operation of applications managing multi-gigabyte databases of objects in virtual spaces distributed over a Microsoft Windows Network Filesystem.</p>
<p><a title="Download VOSS 3.150.04" href="http://voss.logicarts.com/downloads" target="_blank">Download VOSS 3.150.04 here</a></p>
<p>John</p>
<br /><span class="sfforumlink"><a href="http://voss.logicarts.com/forum?forum=1&amp;topic=24">Join the forum discussion <img src="http://voss.logicarts.com/wp-content/plugins/simple-forum/icons/default/bloglink.png" alt="" /> on this post</a></span>]]></content:encoded>
			<wfw:commentRss>http://voss.logicarts.com/2009/10/19/voss-315004-hot-backup/%/feed</wfw:commentRss>
		</item>
		<item>
		<title>VOSS 3.150.03 - Initialization bug fix</title>
		<link>http://voss.logicarts.com/2009/09/28/voss-315003-initialization-bug-fix/%</link>
		<comments>http://voss.logicarts.com/2009/09/28/voss-315003-initialization-bug-fix/%#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:34:51 +0000</pubDate>
		<dc:creator>John Clapperton</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://voss.logicarts.com/?p=110</guid>
		<description><![CDATA[Version 3.150.03 fixes an initialization fault in 3.150.02.
Download 3.150.03 here.
John
]]></description>
			<content:encoded><![CDATA[<p>Version 3.150.03 fixes an initialization fault in 3.150.02.</p>
<p><a href="http://voss.logicarts.com/downloads">Download 3.150.03 here</a>.</p>
<p>John</p>
]]></content:encoded>
			<wfw:commentRss>http://voss.logicarts.com/2009/09/28/voss-315003-initialization-bug-fix/%/feed</wfw:commentRss>
		</item>
		<item>
		<title>VOSS 3.150.02 - New in this release</title>
		<link>http://voss.logicarts.com/2009/09/03/voss-315002-new-in-this-release/%</link>
		<comments>http://voss.logicarts.com/2009/09/03/voss-315002-new-in-this-release/%#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:01:23 +0000</pubDate>
		<dc:creator>John Clapperton</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://voss.logicarts.com/?p=108</guid>
		<description><![CDATA[Version 3.150 improves administrative integrity safeguards; in particular, each most recent transaction commit timestamp is now stored in new header records in each of the files which comprise a virtual space (.vs1, .vs2, .tsq, .tlb), in addition to the existing .vot header record. Log-on is blocked if these do not match, safeguarding the virtual space against [...]]]></description>
			<content:encoded><![CDATA[<p>Version 3.150 improves administrative integrity safeguards; in particular, each most recent transaction commit timestamp is now stored in new header records in each of the files which comprise a virtual space (.vs1, .vs2, .tsq, .tlb), in addition to the existing .vot header record. Log-on is blocked if these do not match, safeguarding the virtual space against accidental mixups with the files.</p>
<p>The new header records are automatically added to existing virtual space files, (.vs1 or .vs2) and .tsq on the first garbage collector flip, (.vs2 or .vs1) on the second flip. The transaction log archive (which never needs garbage-collection, as nothing is ever deleted from it) is &#8216;converted&#8217; when it is next replaced by a new empty one prior to routine backup (the transaction log must know the timestamp of the backup which it may be called upon to roll forward in crash recovery).</p>
<p>Note that virtual spaces which have been flipped at least once by version 3.150 cannot thereafter be used with any earlier version of VOSS, as earlier versions do not expect the header records to be there. Similarly, virtual spaces created by version 3.150 cannot be used with any earlier release of VOSS for the same reason.</p>
<p>There is a bug fix in VOSortedDictionary&gt;&gt;forKeyMatches: (which matches String keys with wild * and # characters) replacing the erroneous case-sensitive #= comparison by #voEQ: which looks at the VOSSRoot&gt;&gt;caseSensitiveKeys global variable to decide what to do.</p>
<p>In this area, it has been suggested that it would be useful to give each instance of VOSortedDictionary (and therefore its subclass VirtualDictionary, and by extension, the VOAutoDictionary components of VirtualDictionarySet etc) its own #caseSensitiveKeys attribute. If you have views on this please let me know.</p>
<p>VOSS 3.150.02 is available for download <a title="Download VOSS 3.150.02" href="http://voss.logicarts.com/downloads" target="_blank">here</a>.</p>
<p>John<br />
<!-- Start of StatCounter Code --><br />
<script type="text/javascript"><!--
&nbsp;&nbsp;&nbsp;       var sc_project=3268061;   var sc_invisible=0;   var sc_partition=35;   var sc_security="fedb23ab";
// --></script></p>
<p><script src="http://www.statcounter.com/counter/counter_xhtml.js" type="text/javascript"></script><noscript></noscript><br />
<!-- End of StatCounter Code --><br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://voss.logicarts.com/2009/09/03/voss-315002-new-in-this-release/%/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
