This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: changing directory


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> However, the Scheme level `system' actually calls OS system.  That is,
> it is synchronous, and does not fork.

On UNIX-like systems, the libc function system() certainly does use
the fork() system call, although this is (mostly) hidden from the
caller, and the effect is synchronous.

Carl Witty

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]