FunctionPackage: mpToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

start-scheduler

Arguments: nil

Multiprocessing is not automatically started in the default Allegro CL environment.

On :os-threads implementations (only Windows in 5.0/5.0.1/6.0), this function will start multiprocessing, which is also started automatically the first time a process is started by process-reset, directly or indirectly (as by process-run-function). Note that scheduling in :os-threads implementations is done by the operating system so there is no scheduler process.

On non :os-threads implementations, there is a scheduler process and this function starts it. The scheduler is also started by calls to process-reset and process-run-function.

See multiprocessing.htm for general information on multiprocessing in Allegro CL.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1