|
Quick Lists
|
|
Bug ID:
|
6445165
|
|
Votes
|
0
|
|
Synopsis
|
implementation scalability improvements
|
|
Category
|
java:classes_util_concurrent
|
|
Reported Against
|
|
|
Release Fixed
|
|
|
State
|
3-Accepted,
request for enhancement
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
29-JUN-2006
|
|
Description
|
From Doug Lea's TODO list:
6. Implementation overhauls
* LinkedBlockingQueue really ought to use our dual-queue stuff for
the unbounded capacity case. It is just a matter of doing it.
* PriorityBlockingQueue needs to be reinvented. Using an underlying
heap-based PriorityQueue makes iteration non-thread-safe and
limits scalability.
* Maybe also Semaphores and DelayQueues
Posted Date : 2006-06-29 16:51:29.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
N/A
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |