header header header
the book
the book
projects  Run Time Access
 Event Handler
articles consultants contact downloads

Run Time Access
Run Time Access is a library that lets you access to your program's internal structures, arrays, and linked-lists as tables in a database. It makes it easy to separate your user interface programs from your daemon programs. This separation make building and testing both UI and daemon easier. When using RTA, your UI programs think they are talking to a PostgreSQL database. RTA works with the PostgreSQL bindings for C and PHP work, as does the PostgreSQL command line tool, psql.

Logmuxd: an Appliance Event Handler
Logmuxd is a logging daemon that collects logs from several sources, filters the messages, rewrites the messages, and multiplexes the messages out to several destinations. It is released under the GPL, written in C, and uses RTA for configuration and management.