We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于Dubbo处理异步请求的方式提个问题 1)Dubbo目前使用一个单一线程处理FutureCallback 见source ,是否可以考虑使用ExecuterService来处理Future Callback。即使是ExecuterService 使用一个线程做Busy waiting 也不是很好的解决方案。
The text was updated successfully, but these errors were encountered:
@wpc009 We provide a new async invoke implementation in 2.7.x.
Check #1957 for more infos.
Feel free to reopen it. &READY-TO-CLOSE&
Sorry, something went wrong.
Fix AceEditor width/height config 'px' suffix (apache#122)
59dde6b
chickenlj
No branches or pull requests
关于Dubbo处理异步请求的方式提个问题
1)Dubbo目前使用一个单一线程处理FutureCallback 见source ,是否可以考虑使用ExecuterService来处理Future Callback。即使是ExecuterService 使用一个线程做Busy waiting 也不是很好的解决方案。
The text was updated successfully, but these errors were encountered: