- Mastering Apache Storm
- Ankit Jain
- 87字
- 2021-07-02 20:32:32
Worker process
A Storm topology is executed across multiple supervisor nodes in the Storm cluster. Each of the nodes in the cluster can run one or more JVMs called worker processes, which are responsible for processing a part of the topology.
A worker process is specific to one of the specific topologies and can execute multiple components of that topology. If multiple topologies are being run at the same time, none of them will share any of the workers, thus providing some degree of isolation between topologies.
推薦閱讀
- Node.js 10實戰
- Learning PostgreSQL
- Visual FoxPro程序設計教程
- MySQL 8從入門到精通(視頻教學版)
- Leap Motion Development Essentials
- Java技術手冊(原書第7版)
- 前端架構:從入門到微前端
- iPhone應用開發從入門到精通
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 微課學人工智能Python編程
- Data Science Algorithms in a Week
- Mastering Android Studio 3
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Mastering JavaScript
- 詩意的邊緣