LispWorks User Guide and Reference Manual > 26 The COMM Package

NextPrevUpTopContentsIndex

start-up-server-and-mp

Function
Package

comm

Signature

start-up-server-and-mp &key function announce service address process-name

Arguments

function

A function name.

announce

An output stream, t , nil or a function.

service

An integer, a string or nil .

address

An integer, a string or nil .

process-name

A symbol or expression.

Description

The start-up-server-and-mp function starts multiprocessing if it has not already been started and then calls start-up-server with the supplied function , announce , service , address and process-name arguments.

Note: start-up-server-and-mp is implemented only on Unix/Linux/Mac OS X platforms.

See also

start-up-server


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex