Re: 回复:回复:Real-world Pinning/ReentrantLock deadlock
Alan Bateman
Alan.Bateman at oracle.com
Thu Jun 27 11:53:28 UTC 2024
On 27/06/2024 12:21, 何品(虎鸣) wrote:
> I want to use something like HashWheelTimer as a `unparker`.
Are you running into a scalability issue with timers with the loom EA
builds where the number of times is configurable? Have you done any
experiments in your own repo?
This project has explored a number of directions for timers, including
hashed and hierarchical timing wheels and making using of the OS timer
support, but didn't come to a conclusion. One thing on the list is to
explore integration with ForkJoinPool but still using a heap-based data
structure.
-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/loom-dev/attachments/20240627/7fb140c1/attachment.htm>
More information about the loom-dev
mailing list