Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!news.cs.indiana.edu!ux1.cso.uiuc.edu!pequod.cso.uiuc.edu!dorner From: dorner@pequod.cso.uiuc.edu (Steve Dorner) Newsgroups: comp.sys.mac.programmer Subject: Re: CompactMem with MultiFinder partitions Keywords: Multifinder, Partitions, fragmented memory Message-ID: <1991Jun20.150532.22188@ux1.cso.uiuc.edu> Date: 20 Jun 91 15:05:32 GMT References: <1991Jun20.041856.5918@cec1.wustl.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at U-C Lines: 17 In article <1991Jun20.041856.5918@cec1.wustl.edu> jyp@wucs1.wustl.edu (Jerome Yvon Plun) writes: >little program that would move an entire partition in memory and update >the value of A5 for that partition? >If not and the method I suggested is feasible, I might write a little >application implementing it. It's not feasible. Every handle stored anywhere in the program would be trash (think about it). VM could conceivably be of help, but the Sys 7 implementation has the charming feature of allowing FRAGMENTED virtual memory, a really stunning concept. If you have the MMU and the disk space, you can avoid the problem by allocating a whopping big VM space, and then fragmentation, even if it occurs, won't be a problem. -- Steve Dorner, U of Illinois Computing Services Office Internet: s-dorner@uiuc.edu UUCP: uunet!uiucuxc!uiuc.edu!s-dorner