Fri, 09 May 2003 13:02:32 +0000When the .nbintdb does not exist, but .nbintdb~ does, it means, BLD200305110100
mentlicher@netbeans.org [Fri, 09 May 2003 13:02:32 +0000] rev 3402
When the .nbintdb does not exist, but .nbintdb~ does, it means,
that the writing process was killed before it could rename the file.
Thus we try to read the backup in this case.
This is an additional fix to issue #33474.

Fri, 09 May 2003 12:28:10 +0000An adaptive saver schedule time is used. As the size of the database grows
mentlicher@netbeans.org [Fri, 09 May 2003 12:28:10 +0000] rev 3401
An adaptive saver schedule time is used. As the size of the database grows
the saving time grows. It's necessary to increase the schedule time proportionally.
Also the database is saved into .nbintdb~ file which is later renamed to .nbintdb.
This is necessary to minimize the probability of the database corruption.
This is a further fix of issue #33474.

Thu, 08 May 2003 15:26:05 +0000Adding long description.
jglick@netbeans.org [Thu, 08 May 2003 15:26:05 +0000] rev 3400
Adding long description.

Thu, 08 May 2003 15:01:41 +0000Using external/ properly.
jglick@netbeans.org [Thu, 08 May 2003 15:01:41 +0000] rev 3399
Using external/ properly.

Wed, 07 May 2003 18:28:12 +0000The performance improvement of the I/O of the object integrity database. BLD200305080100
mentlicher@netbeans.org [Wed, 07 May 2003 18:28:12 +0000] rev 3398
The performance improvement of the I/O of the object integrity database.
The DefaultAttributes are inefficient for storage of big objects.
Direct Java serialization is used instead. The database file has roughly half size and the I/O process is much faster.
This is a fix of issue #33474.

Tue, 06 May 2003 12:16:48 +0000Do remember the file object in the scheduling action. The file might be deleted in the mean time. BLD200305070100
mentlicher@netbeans.org [Tue, 06 May 2003 12:16:48 +0000] rev 3397
Do remember the file object in the scheduling action. The file might be deleted in the mean time.
This is a fix of issue #32748.

Tue, 06 May 2003 07:39:43 +0000Mnemonic corrected. Fix of issue #33413.
mentlicher@netbeans.org [Tue, 06 May 2003 07:39:43 +0000] rev 3396
Mnemonic corrected. Fix of issue #33413.

Wed, 30 Apr 2003 17:46:11 +0000Tests created. BLD200305050100
dstrupl@netbeans.org [Wed, 30 Apr 2003 17:46:11 +0000] rev 3395
Tests created.

Mon, 28 Apr 2003 17:10:02 +0000committing corrections/changes made on release35 branch back to trunk BLD200304300100
pkeegan@netbeans.org [Mon, 28 Apr 2003 17:10:02 +0000] rev 3394
committing corrections/changes made on release35 branch back to trunk

Sun, 27 Apr 2003 21:18:40 +0000Initial version. Tests and docs will follow (hopefully) soon. BLD200304280100
dstrupl@netbeans.org [Sun, 27 Apr 2003 21:18:40 +0000] rev 3393
Initial version. Tests and docs will follow (hopefully) soon.