From: BAUJARD Olivier
Subject: Multi-processing and sockets in Allegro Common Lisp
Date: 
Message-ID: <1994Oct20.144838.26829@news.unige.ch>
Hi,

I'm interested in making socket connections between several processes in
Allegro Common Lisp. Basically, I want to create several processes in a
Lisp image. In each process, I want to open a socket (either Unix or
Inet) and to wait for connections on that socket. Is it possible to
use (with or without modifications) the ipc functions provided with
Allegro Common Lisp ? Did anybody work on the same topics ?

Any pointers are welcomed,

Cheers

Olivier