Home           Documentation | Support Forums | Customer Portal            Public Forums | News Portal
Welcome News Portal   User Profile   Customize News

Demos: Metasearch - Open Directory - ODP Music Portal - ODP Sports Portal - ODP United Kingdom Portal
Search Demos: Metasearch - ODP Search - Music Search - Sports Search - UK Search
More Demos: Real Estate Directory - Washington DC Directory - Programming Guide - Shopping Guide - Healthcare Guide - Canada Directory - Australian Businesses
 

This Page is generated by Absolute Portal

Programming Guide


Programming Guide: Threads: Java
Popular Categories | Popular Searches | Popular Links
In Association with Amazon.com
Java Threads, Second Edition    Taming Java Threads :    Royal Velvet 275-Thread-Count Pima Cotton Twin Comforter, Java    Concurrency: State Models & Java Programs    Royal Velvet 275-Thread-Count Pima Cotton Queen Flat Sheet, Java   
Categories
Books@ [2]

Web Sites

The "Double-Checked Locking is Broken" Declaration
Details on the reasons - some very subtle - why double-checked locking cannot be relied upon to be safe. Signed by a number of experts, including Sun engineers.
url: www.cs.umd.edu/~pugh/java/memoryModel/DoubleChecke...

Implementing Read-Write Locks in Java
Read-write locks allow multiple threads to acquire a read lock provided no other thread currently has a write lock on the same object. A thread can acquire a write lock if no other thread owns either a read lock or a write lock.
url: www.asingh.net/technical/rwlocks.html

Java Technology, Threads, and Scheduling in Linux
Examines the performance of the Linux kernel when the system is running a heavily threaded Java program using the IBM Java Developer Kit for Linux.
url: www-106.ibm.com/developerworks/library/j-java2/

mdthread
Message Driven Thread API for Java, which enables deadlock safe, multithreaded, concurrent, high level communication between threads.
url: mdthread.org/main/

Multi-Threading -- The Next Level
By Edward Harned. This article takes the multi-threading structures available today to the next level by making professional quality, Open Source code available to all programmers.
url: java.ittoolbox.com/browse.asp?c=JAVAPeerPublishing...

Multi-threading in Java
Article by Neel V. Kumar. A tour in the land of multithreading in Java. Introduces the mechanisms and demonstrates how to use them in limited but very common cases.
url: www-106.ibm.com/developerworks/library/multithread...

A Proposal for Fixing the Java Programming Language's Threading Problems
Java's threading model is entirely inadequate for programs of realistic complexity and isn't in the least bit object oriented.
url: www-106.ibm.com/developerworks/library/j-king.html

Simple Java Thread Management Library (SJT.Mgmt)
An easy to use library for adding thread management in Java applications. The library comes from early experience with JServ's lack of thread management, and recent posts to the java developer forums. [Open source]
url: simplethread.sourceforge.net/

Thread Synchronization in Java
Producer Consumer, Dining Philosophers, Reader Writer problems. Applet demonstration, design diagram. Source code accessable by e-mail request.
url: www.hta-be.bfh.ch/~fischli/kurse/threads/

Thread Synchronization in Java (Sources)
Introduces basic concurrency problems and shows how to solve them by using builtin Java synchronization primitives. (Only sources free accessed without registration)
url: devcentral.iticentral.com/articles/Java/thread_syn...

Threading Lightly: Exploiting ThreadLocal to Enhance Scalability
Examines ThreadLocal and offers tips for exploiting its power.
url: www-106.ibm.com/developerworks/java/library/j-thre...

Threading Lightly: Reducing Contention
Explains why contended synchronization is a problem and then explores several techniques for reducing contention, and hence improving scalability.
url: www-106.ibm.com/developerworks/java/library/j-thre...

Threading Lightly: Synchronization is not the Enemy
Takes a look at the semantics and the performance penalty of Java's synchronized keyword.
url: www-106.ibm.com/developerworks/java/library/j-thre...

Writing Multithreaded Java Applications
Introduces the Java Thread API, outlines issues involved in multithreading, and offers solutions to common problems.
url: www-106.ibm.com/developerworks/library/j-thread.ht...

Hey, where'd my thread go?
If you're not careful, threads can disappear from server applications without a (stack) trace. In this article, threading expert Brian Goetz offers some techniques for both prevention and detection of threads going AWOL.
url: www-106.ibm.com/developerworks/library/j-jtp0924.h...

Achieve Strong Performance With Threads, Part 4
Focuses on thread groups, volatility, thread-local variables, timers, and the ThreadDeath class. Also describes how various thread concepts combine to finalize objects.
url: www.javaworld.com/javaworld/jw-08-2002/jw-0802-jav...

Achieve Strong Performance With Threads, Part 3
Explains how priority relates to thread scheduling and how to use the wait/notify mechanism to coordinate the activities of multiple threads.
url: www.javaworld.com/javaworld/jw-07-2002/jw-0703-jav...

Thread Pools and Work Queues
Explores the motivations for thread pools, some basic implementation and tuning techniques, and some common hazards to avoid.
url: www-106.ibm.com/developerworks/library/j-jtp0730.h...

Achieve Strong Performance With Threads, Part 2
Explains synchronization, Java's synchronization mechanism, and two problems that arise when developers fail to use that mechanism correctly.
url: www.javaworld.com/javaworld/jw-06-2002/jw-0607-jav...

Safe construction techniques
Concurrent programming in Java applications is more complicated than it looks: there are several subtle (and not so subtle) ways to create data races and other concurrency hazards in Java programs. In this installment of Java theory and practice, Brian Goetz looks at a common threading hazard: allowing the this reference to escape during construction. This harmless-looking practice can cause unpredictable and undesirable results in your Java programs.
url: www-106.ibm.com/developerworks/library/j-jtp0618.h...

Achieve Strong Performance With Threads, Part 1
Gives an introduction to threads and explores the Thread class and runnables.
url: www.javaworld.com/javaworld/jw-05-2002/jw-0503-jav...

Double-checked Locking and the Singleton Pattern
Examines the roots of the double-checked locking idiom, why it was developed, and why it doesn't work.
url: www-106.ibm.com/developerworks/java/library/j-dcl....

Ease Your Multithreaded Application Programming
Takes a look at one of the most-used constructs in multithreaded programming: the producer-consumer scenario. Also shows a Consumer class which facilitates code reuse and simplifies debugging and maintenance in some multithreaded applications.
url: www-106.ibm.com/developerworks/java/library/j-prod...

Singletons with Needles and Thread
Presents two approaches to creating thread-safe singletons.
url: www.javaworld.com/javaqa/2002-01/02-qa-0125-single...

Can ThreadLocal Solve the Double-checked Locking Problem?
Explains how to fix the double-checked locking idiom by using thread-local variables and takes a look at its performance.
url: www.javaworld.com/javaworld/jw-11-2001/jw-1116-dcl...

Avoid Synchronization Deadlocks
Explains how to apply consistent rules for acquiring multiple locks simultaneously, to reduce the likelihood of synchronization deadlocks.
url: www.javaworld.com/javaworld/jw-10-2001/jw-1012-dea...

Threads 101
Explains from the ground up how to get threads work correctly. (Chuck Allison)
url: www.cuj.com/java/allison/jun2001.htm

Can Double-Checked Locking be Fixed?
In this article, Brian Goetz looks at some of the commonly proposed fixes and shows how each of them fails to render the DCL idiom thread-safe under the Java Memory Model.
url: www.javaworld.com/javaworld/jw-05-2001/jw-0525-dou...

Double-Checked Locking: Clever, but Broken
Though many Java books and articles recommend double-checked locking, unfortunately, it is not guaranteed to work in Java.
url: www.javaworld.com/javaworld/jw-02-2001/jw-0209-dou...

Warning! Threading in a Multiprocessor World
Many authors advocate the double-checked locking idiom to access a Singleton object in an intuitively thread-safe way. Unfortunately, for counterintuitive reasons, double-checked locking doesn't work in Java.
url: www.javaworld.com/javaworld/jw-02-2001/jw-0209-too...

Why Thread Pools are Important in Java
Explains the use of thread pools to create better performing applications.
url: www.devx.com/upload/free/features/javapro/2000/10o...

Programming Java Threads in the Real World, Part 9
Discussion of two more architectural solutions to threading problems: a synchronous dispatcher (or 'reactor') and an asynchronous dispatcher (or 'active object').
url: www.javaworld.com/javaworld/jw-06-1999/jw-06-toolb...

Programming Java Threads in the Real World, Part 8
Discusses architectural solutions to threading problems. Takes a look at threads from the perspective of an object-oriented designer, and at how to implement threads in an object-oriented environment, focusing on the implementation of asynchronous methods.
url: www.javaworld.com/javaworld/jw-05-1999/jw-05-toolb...

Programming Java Threads in the Real World, Part 7
Reader/writer locks let multiple threads safely access a shared resource in an efficient way.
url: www.javaworld.com/javaworld/jw-04-1999/jw-04-toolb...

Programming Java Threads in the Real World, Part 6
How to implement the Observer pattern (used by AWT/Swing for its event model) in a multithreaded environment.
url: www.javaworld.com/javaworld/jw-03-1999/jw-03-toolb...

Programming Java Threads in the Real World, Part 5
Timers let you perform fixed-interval operations, such as animation refreshes.
url: www.javaworld.com/javaworld/jw-02-1999/jw-02-toolb...

Programming Java Threads in the Real world, Part 4
A condition variable adds to wait the ability to not wait when the condition you're waiting for has already taken place; and a counting semaphore lets you control a pool of resources without sucking up machine cycles in polling loops.
url: www.javaworld.com/javaworld/jw-12-1998/jw-12-toolb...

Programming Java Threads in the Real World, Part 3
Looks at how and why you might want to roll your own exclusion semaphores, and presents a lock manager that will help you safely acquire multiple semaphores.
url: www.javaworld.com/javaworld/jw-11-1998/jw-11-toolb...

Programming Java Threads in the Real World, Part 2
Discusses the perils that can arise when you approach multithreading in a naive way.
url: www.javaworld.com/javaworld/jw-10-1998/jw-10-toolb...

Programming Java Threads in the Real World, Part 1
Discusses the things you need to know to program threads in the real world. This article assumes you understand the language-level support for threads and focuses on the legion of problems that arise when you try to use these language features.
url: www.javaworld.com/javaworld/jw-09-1998/jw-09-threa...


More Search
All the Web - AltaVista - Gigablast - Google USENET - Google - Teoma - Yahoo

From Amazon

Popular Searches

ecg programming
ecg program
c programming
mail client
tree
semantic rules for c
tapi
sharp develop
edge detection
freelancer programming
reverse engineering fortran
linear regression
artificial intelligence programs
metafile
artificial intelligence

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor