bert82503 commented on issue #13291:
URL: https://github.com/apache/dubbo/issues/13291#issuecomment-2235154496

   > > Triple协议,能否彻底地解决dubbo协议中的"Thread pool is EXHAUSTED!"问题? 
Triple协议,线程池参数,还需要和dubbo协议这样,怎么配置合理?官方有推荐的最佳实践吗? 
我得理解,triple协议是基于HTTP/2协议,使用多路复用和事件监听机制,不需要通过线程数量来抗请求数吧。
   > 
   > HTTP/2 层面的反压对于上层业务的效果本身是不好的,对于实时业务的请求我们更期望的是“尽力”处理。所以,最佳的方案是走协程,在 3.3 的 
beta 中我们已经支持配置 loom 协程作为线程池。
   
   dubbo-3.3引入Java Loom协程,非常棒的特性。请问什么时候发布正式版本?
   
   2018年,李鼎做的《Reactive 架构升级实践——淘宝全站业务的全异步流式架构升级》,实际真实效果咋样?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to