fork in Lisp? was: Maxima servermode: stability of commands....



On 5/3/06, Raymond Toy <raymond.toy at ericsson.com> wrote:

> CMUCL has unix:unix-fork.  SBCL has something similar, I think.

>From reading the available documentation
(http://www.sbcl.org/manual/Support-For-Unix.html)
it looks like SBCL doesn't have fork.
I don't find fork in the documentation for Clisp or GCL either.

I guess that calling fork via FFI should be possible.

Robert