-
Notifications
You must be signed in to change notification settings - Fork 0
MutliThreading
Vishnu Garg edited this page Aug 3, 2018
·
8 revisions
Here I am going to introduce various concept used in MultiThreading.
- Blocking Queue
- Blocking DQueue
- CountDownLatch
- CyclicBarrier
- ExChanger
- SemaPhore
- ConcurrentNavigableMap
- Better resource utilization.
- Simpler program design in some situations.
- More responsive programs.
- More complex design
- Context Switching Overhead
- Increased Resource Consumption
Refrences http://tutorials.jenkov.com/java-concurrency/costs.html