On Fri, Dec 17, 2010 at 8:01 PM, Ala'a Mohammad amalawi@gmail.com wrote:
I just want to point to another possibility, however, it's specific to CMUCL using the remote package
Now that you mention it, LispWorks has something similar, albeit a bit more simplistic: Just use (comm:start-up-server :service <some-port>) and there you are.
http://www.lispworks.com/documentation/lw60/LW/html/lw-578.htm
I usually use the detachtty approach, though.
Edi.