distcc
Distcc is a distributed compilation system that accelerates C, C++, Objective-C, and Fortran builds by offloading compile jobs across multiple networked machines. It integrates seamlessly with GCC and Clang toolchains, transparently intercepting compiler calls and redistributing them to remote daemons while preserving optimization flags, include paths, and dependency tracking. Its client-server architecture features a lightweight listener that manages job queues, prioritizes local compilation when needed, and automatically detects available hosts via simple configuration or DNS. Distcc supports cross-compilation environments, SSH tunneling for secure clusters, blacklisting of unreliable servers, and integration with build systems like Make, CMake and Ninja. Monitoring tools provide real-time statistics on job distribution and throughput, and compatibility with compilation databases (compdb) enables granular control over distributed workloads.
Learn more
Tungsten Clustering
Tungsten Clustering is the only complete, fully-integrated, fully-tested MySQL HA, DR and geo-clustering solution running on-premises and in the cloud combined with industry-best and fastest, 24/7 support for business-critical MySQL, MariaDB, & Percona Server applications.
It allows enterprises running business-critical MySQL database applications to cost-effectively achieve continuous global operations with commercial-grade high availability (HA), geographically redundant disaster recovery (DR) and geographically distributed multi-master.
Tungsten Clustering includes four core components for data replication, data connectivity, cluster management and cluster monitoring. Together, they handle all of the messaging and control of your Tungsten MySQL clusters in a seamlessly-orchestrated fashion.
Learn more
Apache Helix
Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration. To understand Helix, you first need to understand cluster management. A distributed system typically runs on multiple nodes for the following reasons: scalability, fault tolerance, load balancing. Each node performs one or more of the primary functions of the cluster, such as storing and serving data, producing and consuming data streams, and so on. Once configured for your system, Helix acts as the global brain for the system. It is designed to make decisions that cannot be made in isolation. While it is possible to integrate these functions into the distributed system, it complicates the code.
Learn more
DRBD
DRBD® (Distributed Replicated Block Device) is an open source, software‑based, shared‑nothing block storage replication solution for Linux, designed primarily to deliver high-performance, high‑availability (HA) data services by mirroring local block devices between nodes in real time, either synchronously or asynchronously. Implemented deep in the Linux kernel as a virtual block‑device driver, DRBD ensures local read performance with efficient write‑through replication to peer(s). User‑space utilities like drbdadm, drbdsetup, and drbdmeta enable declarative configuration, metadata management, and administration across installations. Originally built for two‑node HA clusters, DRBD 9.x extends support to multi‑node replication and integration into software‑defined storage (SDS) systems such as LINSTOR, making it suitable for cloud‑native environments.
Learn more