- 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.
推薦閱讀
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Mastering C# Concurrency
- Rust Cookbook
- Full-Stack Vue.js 2 and Laravel 5
- Learning ELK Stack
- INSTANT OpenNMS Starter
- 深入分布式緩存:從原理到實踐
- Unity&VR游戲美術設計實戰
- SpringBoot從零開始學(視頻教學版)
- 第五空間戰略:大國間的網絡博弈
- Java語言GUI程序設計
- Mastering High Performance with Kotlin
- Getting Started with SQL Server 2014 Administration
- 自然語言處理NLP從入門到項目實戰:Python語言實現