All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.8 More new features

NextPrevUpTopContentsIndex

13.8.3 Terminating a server process

The new function comm:server-terminate terminates a server process (as started by comm:start-up-server ) and frees all the associated resources.

In LispWorks 6.0 and earlier versions, mp:process-kill is the way to terminate servers. This is deprecated, because it may leave some value in an invalid state.


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex