
|
If you were logged in you would be able to see more operations.
|
|
|
|
The current event queue impementation uses a LinkedList and home-grown synchronisation/timeout behaviour. Sinnce we now have 'proper' Queues via (backport)util.concurrent we should probably use those. They are likely to be a good deal faster (especially on 1.5 native) and better tested for obscure timeout/sync problems etc.
|
|
Description
|
The current event queue impementation uses a LinkedList and home-grown synchronisation/timeout behaviour. Sinnce we now have 'proper' Queues via (backport)util.concurrent we should probably use those. They are likely to be a good deal faster (especially on 1.5 native) and better tested for obscure timeout/sync problems etc. |
Show » |
|