gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] (no subject)


From: Benja Fallenstein <address@hidden>
Subject: [Gzz-commits] (no subject)
Date: Thu, 23 May 2002 10:20:17 -0400

Update of /cvsroot/gzz/gzz/lava/gzz/impl
In directory subversions:/tmp/cvs-serv14717/lava/gzz/impl

Modified Files:
        Leo4Impl.java Slice.java TestJythons.java 
Log Message:
Use a secure random number generator for the first part of cell IDs
(e.g. in FOO-17, FOO would be generated through a SecureRandom).
Only one random number is generated per Gzz session (actually,
per Leo4 created). This means we don't have to do any magic while
saving & loading (VERY annoying and difficult in old impl/).

Unfortunately, SecureRandoms are really slow to initialize.
Of course, we need one anyway for Mediaserver saving, so it's not
an additional hit. But I think we really want to consider
using a native implementation of SecureRandom...
gzz/lava/gzz/impl Leo4Impl.java,1.10,1.11 Slice.java,1.7,1.8 
TestJythons.java,1.2,1.3
Thu May 23 10:20:17 EDT 2002



reply via email to

[Prev in Thread] Current Thread [Next in Thread]