cl-ipc

Overview

CL-IPC was initially written during a workshop with Dr. Edmund Weitz at B&N Software AG. It provides access to IPC message queues.

Project Page

This project is hosted at http://www.common-lisp.net/project/cl-ipc

Notes

I used this for the better part of one year to develop a server which acted as a backend for several programs. In the end I dropped it and used a much simpler shell script based approach which starts several lisp processes. It just didn't matter that much.