Download List

專案描述

CExpert (Connection Expert) is a simple library that allow high-availability projects to check their mysql base's health. It consists of two parts a daemon and a client library. The CExpert daemon is a light process that periodically checks MySQL's health and reports it to all clients interested. Communication between processes is implemented using POSIX shared memory, so reading health status is simply a matter of checking one memory byte.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-04 08:52
0.8.4

This release can start/stop/check daemons from client code (with a dynamically built connection string). Some compiler incompatibilities have been fixed.

2009-04-29 23:36
0.8.1

The ability to fetch the last check time was added. This allows client code to take special actions on the daemon's death.

2009-04-22 00:43
0.8

Proper restarting and Debian packaging were added.

2009-04-20 23:50
0.1

This version is ready to use with C, C++, and Python bindings.

Project Resources