alibaba-archive / xcache

GNU General Public License v3.0
62 stars 14 forks source link

XCACHE

Introduction

xcache is based on ccache. It can store the outputs of compile into remote servers.

It consists of several components:

A new in-memory database which has high efficiency. All the outputs of compile will be stored in it.

It's just the ccache with the capability to communicate with the xcache.

The monitor of the xcache.

How to build

cd server && make -j

cd client && ./autogen.sh && ./configure && make -j

xcache and xcache_monitor under the directory of server

xcache_client under the the directory of server

How to use:

Single Mode

Distributed Cluster Mode