On Thu, 27 Jan 2005, Marc Battyani wrote: > > On the Lisp side I call this: > (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t) Maybe that's the right thing to do. But I use (swank:create-server :port 4005 :dont-close t) with LWL, and it works, so you could give it a try. Andras