Website Information
    Web Site Information :.   Site Info    Whois    Traceroute    RBL Check  

Enter Web Site URL Address:
 

Top / Computers / Programming / Threads / Java /

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.
http://www.javaworld.com/javaworld/jw-11-1998/jw-11-toolbox_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
Programming Java Threads in the Real World, Part 2
Discusses the perils that can arise when you approach multithreading in a naive way.
http://www.javaworld.com/javaworld/jw-10-1998/jw-10-toolbox_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
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.
http://www.javaworld.com/javaworld/jw-09-1998/jw-09-threads_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
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.
http://www.javaworld.com/javaworld/jw-05-2001/jw-0525-double_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
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.
http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html
Umd.edu  ~   Site Info   Whois   Trace Route   RBL Check  
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)
http://devcentral.iticentral.com/articles/Java/thread_sync/code.html
Iticentral.com  ~   Site Info   Whois   Trace Route   RBL Check  
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.
http://www.asingh.net/technical/rwlocks.html
Asingh.net  ~   Site Info   Whois   Trace Route   RBL Check  
Avoid Synchronization Deadlocks
Explains how to apply consistent rules for acquiring multiple locks simultaneously, to reduce the likelihood of synchronization deadlocks.
http://www.javaworld.com/javaworld/jw-10-2001/jw-1012-deadlock_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
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.
http://www.javaworld.com/javaworld/jw-11-2001/jw-1116-dcl_p.html
Javaworld.com  ~   Site Info   Whois   Trace Route   RBL Check  
Thread Synchronization in Java
Producer Consumer, Dining Philosophers, Reader Writer problems. Applet demonstration, design diagram. Source code accessible by e-mail request.
http://www.sws.bfh.ch/~fischli/threads/
Bfh.ch  ~   Site Info   Whois   Trace Route   RBL Check  
 


Page 2/4« Previous1234Next »
  IP Index    TLD Index    Domain Index    Site Index New   Copyright © 2024 Cybernet Quest.