Update of /cvsroot/sheets/sheets/jars
In directory usw-pr-cvs1:/tmp/cvs-serv30643/jars
Modified Files:
bootstrap-sheets.jar ox.jar
Log Message:
Improved responsiveness of bytecode completion, and incorporated a new, more stable version of Versionable Store - OX.
Database Improvements:
* Fault Tolerence on database crash - If for any reason, a database sync fails (such as your application or computer crashing), it will recover to the last known good commit on restart.
* Insulation from application errors - The database now traps application errors during load and store, to prevent the database from being corrupted during sync.
* Threadsafe syncing - The database now prevents multiple threads from interfering with each other by synchronizing the sync call.
Index: bootstrap-sheets.jar
===================================================================
RCS file: /cvsroot/sheets/sheets/jars/bootstrap-sheets.jar,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
Binary files /tmp/cvsL4yMCQ and /tmp/cvs6iy8SN differ
Index: ox.jar
===================================================================
RCS file: /cvsroot/sheets/sheets/jars/ox.jar,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsOR2tFf and /tmp/cvsy8vAkm differ
|