Concurrent C

mark%umcp-cs at udel-relay mark%umcp-cs at udel-relay
Sun Aug 7 08:34:51 AEST 1983


From:  Mark Weiser <mark%umcp-cs at udel-relay>

	From: Dave Mankins <dm at bbn-unix>
	What I really need are concurrent programming techniques in C.
	Has anyone out there designed, implemented, thought about, or
	read about doing concurrent programming in C?  Anyone ever
	implemented co-routines in C? 

Multiplexed files do what you want, but they do not supply true
co-routines because some process must be the master.  4.2bsd with
sockets and stuff can (probably) do the same thing.  

Icon, which has great stuff for co-routining (I have just been
reading the manual), is available free for a tape from
icon-request at arizona.



More information about the Comp.unix.wizards mailing list