LispWorks User Guide and Reference Manual > 15 Multiprocessing > 15.2 The process programming interface

NextPrevUpTopContentsIndex

15.2.2 Finding out about processes

The system initializes a number of processes on startup. These processes are specified by *initial-processes*.

The current process is specified by *current-process*. A list of all the current processes is returned by list-all-processes. The function ps is analogous to the UNIX command ps , and returns a list of the processes in the system, ordered by priority.

To find a process when you know its name, use get-process. To find the name, when you have the process, use process-name. The variable *process-initial-bindings* specifies the variables that are initially bound in a process.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex