In 6 or 12 months less people will be using JDK 1.3, but that's not really the point. The current JCS seems stable enough, so there will always be a usable JDK 1.3 version.
But from a performance point of view, I was wondering if a JDK 1.5 version would become the main version, and then the existing version would be "maintained" as a branch. I'm not in a big hurry for this, but it's probably inevitable that this will happen. Al On 3/7/06, Hanson Char <[EMAIL PROTECTED]> wrote: > > > JCS is still 1.3 compliant! For years JCS has used the util concurrent > > library that was incorporated into the JDK1.5. . . . > > The concurrent library implemented in Java 5 is quite different from > the concurrent util library or concurrent backport library in pre Java > 5, taking advantage of the Java 5 JVM native impl. The API are > similar (for that's the whole point) but the performance difference > can be significant in massive parallel environment. > > My 2 cents. > > Hanson > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >