cl-ipc

Last edit

Summary: == Overview == CL-IPC . . .

Added: 4a5,6

> == 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.


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.