From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea 'Fyre Wyzard' Bocci To: arijit_paul@lycos.com, gcc@gcc.gnu.org Subject: Re: help with gcc Date: Mon, 26 Nov 2001 13:05:00 -0000 Message-ID: <5.1.0.14.0.20011126220320.00a2f010@popmail.inwind.it> References: X-SW-Source: 2001-11/msg01285.html Message-ID: <20011126130500.ws-aLM_nernUTUgdme8sa46VNAq7o7O-CnRr37OmbW8@z> What platform / OS are you programming under ? Basically, the OS should take care of swapping your host program to virtual memory. Just make sure the system("other program") call is blocking (ie., your host program stops and awaits for the other to finish). fwyzard