博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Distributed RPC —— 分布式RPC

Posted on 2015-03-25 21:21  xymaqingxiang  阅读(177)  评论(0编辑  收藏  举报

This tutorial showed how to do basic stream processing on top of Storm. There's lots more things you can do with Storm's primitives. One of the most interesting applications of Storm is Distributed RPC, where you parallelize the computation of intense functions on the fly.

 

 

 

参考链接:

官方文档:Distributed RPC

徐明明博客:

Twitter Storm: DRPC简介

Twitter Storm源代码分析之DRPC架构细节