Subject: Re: timer in lisp
From: rpw3@rpw3.org (Rob Warnock)
Date: Thu, 03 Feb 2005 04:51:56 -0600
Newsgroups: comp.lang.lisp
Message-ID: <QcmdnThflfHRn5_fRVn-iw@speakeasy.net>
Fred Gilham <gilham@snapdragon.csl.sri.com> wrote: +--------------- | But in the X86 implementations of CMUCL (which have multiprocessing) +--------------- Well, they *call* is "multiprocessing", but it's actually just multiprogramming, a.k.a. "green threads", all inside a single Unix process. [Still, quite useful, since it's semi-transparently integrated with non-blocking I/O...] -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607