The Artima Developer Community
Sponsored Link

Java Buzz Forum
java.util.concurrent API backported to Java 1.4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
java.util.concurrent API backported to Java 1.4 Posted: Sep 27, 2004 9:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: java.util.concurrent API backported to Java 1.4
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Very cool. Now you can use the same libraries with 1.4 for multithreading your applications.

Excerpt:
I am happy to announce availability of a backport of java.util.concurrent API to Java 1.4. The backport is based on sources from JSR 166 CVS repository (September 2004), and dl.util.concurrent 1.3.4. The backport is nearly complete; unsupported functionality is limited mostly to the following classes: 1) requiring explicit JVM support (e.g. nanosecond clock), 2) some non-essential functions described as "designed primarily for use in monitoring in system state, not for synchronization control", 3) functionality that would affect performance, or 4) functionality that would require development of substantial amount of new code...

Announcing backport of JSR166 (Concurrency) to Java 1.4

Read: java.util.concurrent API backported to Java 1.4

Topic: Going Mobile with Duke Previous Topic   Next Topic Topic: [Sep 15, 2004 16:58 PDT] 4 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use