Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!brl-adm!adm!dms@hermes.ai.mit.EDU From: dms@hermes.ai.mit.EDU Newsgroups: comp.unix.questions Subject: light-weight processes in Unix Message-ID: <4817@brl-adm.ARPA> Date: Mon, 9-Mar-87 14:26:27 EST Article-I.D.: brl-adm.4817 Posted: Mon Mar 9 14:26:27 1987 Date-Received: Tue, 10-Mar-87 05:42:21 EST Sender: news@brl-adm.ARPA Lines: 12 We'd like to add some kind of light-weight process support to our Sun 3.2 system. What we would like to have is the ability to fork off a procedure (not a fully linked program) that shares the full address space of the parent process. The stack and heap for the child process would be malloc'ed out of the parent's heap. There are, of course, complications that would come up if both child and parent were using shared data structures, such as the io buffers. Ignoring these (for you could write code keeping this in mind), has anyone attempted to do this? Thanks, -Dave