Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-unix!husc6!cmcl2!brl-adm!adm!GR2173%SIUCVMB.BITNET@wiscvm.wisc.EDU From: GR2173%SIUCVMB.BITNET@wiscvm.wisc.EDU Newsgroups: comp.lang.c Subject: Fork and Join, Pipe in C Message-ID: <7737@brl-adm.ARPA> Date: Sun, 7-Jun-87 23:51:44 EDT Article-I.D.: brl-adm.7737 Posted: Sun Jun 7 23:51:44 1987 Date-Received: Tue, 9-Jun-87 01:19:08 EDT Sender: news@brl-adm.ARPA Lines: 13 Hi, I am currently working on my research using C concurrent programming technique of fork & join and pipe. I am new to the C language and I have a couple of questions to ask. Are there any other ways of creating more than one child at a time. The method I am using is read in the number of processes and use this variable to determine the number of children to fork using a simple FOR loop in C. Are there any books on these topics. I am using the VAX 4.2 BSD. Any lead will be greatly apprepriated. Thanks in advance. where: gr2173@siucvmb.bitnet name : aloysius lau