Skip to content
#

master-slave-architecture

Here are 17 public repositories matching this topic...

☕ A Distributed Task Scheduling System is a software infrastructure that allows for the distribution and execution of tasks across multiple nodes in a network. It enhances the efficiency and scalability of large-scale computation and data processing tasks by dividing complex tasks into smaller sub-tasks and distributing them.

  • Updated Apr 8, 2024
  • Java

basic implementation of distributed computing using Python's socket programming. It showcases how a master node can distribute tasks to multiple slave nodes and aggregate the computed results. This example is intended for educational purposes to understand the fundamentals of network programming and distributed computing architectures.

  • Updated Mar 16, 2024
  • Python

Improve this page

Add a description, image, and links to the master-slave-architecture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the master-slave-architecture topic, visit your repo's landing page and select "manage topics."

Learn more