/Distributed_Text_Processing

An orchestrator node distributes work (text to be processed) to other nodes on different machines. Each completes its tasks using a self-made thread-pool and reports the results back to the main node.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Distributed_Text_Processing

An orchestrator node distributes work (text to be processed) to other nodes on different machines. Each completes its tasks using a self-made thread-pool and reports the results back to the main node.

Technologies used: MPI, Pthread