What is distcc?

Distcc is a powerful tool specifically crafted for distributed compilation, which accelerates the build process for languages like C, C++, Objective-C, and Fortran by distributing compilation tasks among multiple machines on a network. This system operates effectively with both GCC and Clang toolchains, adeptly intercepting compiler commands and reallocating them to remote daemons while ensuring that optimization settings, include directories, and dependency tracking remain intact. The architecture is based on a client-server model, featuring a lightweight listener that manages job queues, prioritizes local compilation when needed, and easily discovers available hosts through simple configuration or DNS. Furthermore, Distcc supports cross-compilation environments, provides SSH tunneling for secure operations within clusters, enables the option to blacklist unreliable servers, and integrates seamlessly with modern build systems such as Make, CMake, and Ninja. It also comes with monitoring tools that deliver real-time insights into job distribution and performance metrics, and by being compatible with compilation databases (compdb), it allows for meticulous management of distributed workloads. In essence, Distcc stands out as an efficient solution that significantly boosts build performance across various development environments, making it an invaluable asset for developers seeking efficiency and scalability in their compilation processes. With its robust features and flexibility, Distcc continues to be a preferred choice in the realm of distributed compilation tools.

Pricing

Price Starts At:
Free
Free Version:
Free Version available.

Screenshots and Video

distcc Screenshot 1

Company Facts

Company Name:
distcc
Date Founded:
2002
Company Location:
United States
Company Website:
www.distcc.org

Product Details

Deployment
Linux
Training Options
Documentation Hub
Support
Web-Based Support

Product Details

Target Company Sizes
Individual
1-10
11-50
51-200
201-500
501-1000
1001-5000
5001-10000
10001+
Target Organization Types
Mid Size Business
Small Business
Enterprise
Freelance
Nonprofit
Government
Startup
Supported Languages
English

distcc Categories and Features

Build Automation Tool

Automated Testing
Build Cache
Build Management Tools
Build Metrics
Change Only Compiling
Debugging Tools
Dependency Management
IDE Compatibility
Parallel Testing
Plugin Library
Source Code Management
Version Conflict Resolution