All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

start-up-server-and-mp

Function
Package

comm

Signature

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

Arguments

function

A function name.

announce

An output stream, t, nil or a function.

service

An integer, a string or nil.

local-address

An integer, a string or nil.

address

A synonym for local-address.

process-name

A symbol or expression.

Description

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

Notes

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 - 13 Feb 2015

NextPrevUpTopContentsIndex