Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!emory!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: M68000 and fork() Message-ID: <41720@nigel.ee.udel.edu> Date: 15 Jan 91 09:03:44 GMT Sender: cranor@ee.udel.edu Lines: 9 Your assumption is right. Constant swapping is performed, called SHADOWING in this group. This slows things down for, e.g., a terminal emulator. This is the reason a ST terminal emulator which forks and then exec's the reader and the writer exist. In most cases, a forked-off process does an exec sooner or later, this will stop this swapping. C.v.W.