Java multi-thread programming Summary
Http://lavasoft.blog.51cto.com/62575/27069
The following is a cataloguing of the Java thread series blog:
Java thread: Concepts and Principles
Java thread: Creation and startup
Java thread: thread stack model and thread variable
Java thread: thread state conversion
Java thread: synchronization and lock of threads
Java thread: thread Interaction
Java thread: Thread Scheduling-sleep
Java thread: Thread Scheduling-priority
Java thread: Thread Scheduling-concession
Java thread: Thread Scheduling-Merge
Java thread: Thread Scheduling-daemon thread
Java thread: synchronization-synchronization method of threads
Java thread: Synchronous thread-synchronous Block
Java thread: Concurrent collaboration-producer consumer model
Java thread
: Concurrent collaboration-deadlock
Java thread: volatile keyword
Java thread: new feature-Thread Pool
Java thread: New features-threads with returned values
Java thread: new feature-lock (on) Java thread: new feature-lock (lower)Java thread: new feature-semaphore Java thread: new feature-blocking queue Java thread: new feature-stack Blocking Java thread: New feature-condition variable Java thread: new feature-atomic weight Java thread: new feature-Barrier
Java thread: Summary