The function start-up-server starts a new thread which:
When a connection is made, a programmer-supplied function is called with the new socket. Typically this function create a stream of type socket-stream with this socket, and then uses the stream for communication through the socket using standard Common Lisp I/O functions.
LispWorks User Guide and Reference Manual - 21 Dec 2011