This link has been bookmarked by 49 people . It was first bookmarked on 05 Jan 2007, by Celio Marcos.
-
26 Jun 10
-
19 May 10
-
02 May 10
-
22 Mar 10
-
01 Mar 10
-
10 Feb 10
-
04 Feb 10
-
16 Nov 09
-
12 Oct 09
-
12 Sep 09
Kevin JalbertJava Sun's detailed explainable of Java concurrency. These concepts can be generalized to other languages as well.
-
12 Aug 09
-
05 Aug 09
-
22 Jul 09
sourcerebelsEste tutorial muestra como tratar la concurrencia en Java. No apto para web designers :-)
Java Tutorial HowTo Sun-Microsystems Documentation HA Developer-Resources
-
dirtyaffairsEste tutorial muestra como tratar la concurrencia en Java. No apto para web designers :-)
Java Tutorial Coding HowTo Sun-Microsystems Documentation HA
-
12 Jun 09
-
20 Apr 09
-
25 Mar 09
-
02 Dec 08
-
03 Nov 08
-
01 Sep 08
-
04 Jun 08
Benx ShenSince version 5.0, the Java platform has also included high-level concurrency APIs.
-
Since version 5.0, the Java platform has also included high-level concurrency APIs.
-
-
21 May 08
-
10 Apr 08
-
05 Mar 08
jomaymaLesson: Concurrency
Computer users take it for granted that their systems can do more than one thing at a time. They assume that they can continue to work in a word processor, while other applications download files, manage the print queue... -
29 Jan 08
-
25 Jan 08
-
18 Oct 07
-
02 Aug 07
-
07 Apr 07
-
05 Jan 07
-
Computer users take it for granted that their systems can do more than one thing at a time. They assume that they can continue to work in a word processor, while other applications download files, manage the print queue, and stream audio. Even a single application is often expected to do more than one thing at a time. For example, that streaming audio application must simultaneously read the digital audio off the network, decompress it, manage playback, and update its display. Even the word processor should always be ready to respond to keyboard and mouse events, no matter how busy it is reformatting text or updating the display. Software that can do such things is known as concurrent software.
The Java platform is designed from the ground up to support concurrent programming, with basic concurrency support in the Java programming language and the Java class libraries. Since version 5.0, the Java platform has also included high-level concurrency APIs. This lesson introduces the platform's basic concurrency support and summarizes some of the high-level APIs in the
java.util.concurrentpackages.
-
-
20 Dec 06
-
08 Sep 06
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.