All Manuals > LispWorks User Guide and Reference Manual > 35 The MP Package

NextPrevUpTopContentsIndex

*initial-processes*

Variable
Summary

A list of the processes the system initializes on startup.

Package

mp

Description

The variable *initial-processes* specifies the processes which the system initializes on startup.

Each element of the *initial-processes* list is a set of arguments for process-run-function.

Example

To create a listener process as well as your own processes, evaluate this form before saving your image:

(push mp::*default-listener-process* 
      mp:*initial-processes*)
See also

process-run-function


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex