You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/26 07:18:39 UTC

[GitHub] [rocketmq] zhongxiongzeng opened a new issue #3539: Replace JDK Timer with Netty HashedWheelTimer

zhongxiongzeng opened a new issue #3539:
URL: https://github.com/apache/rocketmq/issues/3539


   For high-frequency and small-scale timing tasks, it is better to use netty's hashedWheelTimer. The implementation principle can be seen as follows: http://www.cs.columbia.edu/~nahum/w6998/papers/ton97-timing-wheels.pdf ,Using hashedWheelTimer can better reduce the occupation of resources, and it has now been used in netty, dubbo, kafka and other middleware;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] maixiaohai closed issue #3539: Replace JDK Timer with Netty HashedWheelTimer

Posted by GitBox <gi...@apache.org>.
maixiaohai closed issue #3539:
URL: https://github.com/apache/rocketmq/issues/3539


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhongxiongzeng commented on issue #3539: Replace JDK Timer with Netty HashedWheelTimer

Posted by GitBox <gi...@apache.org>.
zhongxiongzeng commented on issue #3539:
URL: https://github.com/apache/rocketmq/issues/3539#issuecomment-979745909


   & link https://github.com/apache/rocketmq/pull/3538


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org