[Info-vax] Looking into C-include files on VMS
Joerg Schilling
js at cs.tu-berlin.de
Wed Oct 28 17:29:51 EDT 2009
In article <7kpigjF3af5v3U3 at mid.individual.net>,
Bob Eager <rde42 at spamcop.net> wrote:
>On Tue, 27 Oct 2009 20:26:50 -0400, Richard B. Gilbert wrote:
>
>> VMS did not have a fork command. It's a "Unixism". SPAWN will create a
>> subprocess. See HELP SPAWN. It's a whole different programming
>> paradigm. We have managed to get along without fork() for about thirty
>> years.
>
>But with some loss of functionality... (ducks)
fork()/exec() are in the POSIX standard for a long time.
As there is no unique spawn() interface but many different and incompatible
implementations, there was posix_spawn() added very recently and it still
has a cruical interface in case you like to redirect stdin/stdout/stderr.
BTW: spawn() is similar to vfork()+exec()
--
EMail:joerg at schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js at cs.tu-berlin.de (uni)
joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
More information about the Info-vax
mailing list