|
From: Antti B. <ant...@mi...> - 2002-10-29 17:27:56
|
Steve Harris wrote: > On Tue, Oct 29, 2002 at 02:52:45 +0200, Antti Boman wrote: >>Seems fine. If it's not a Plain Stupid Idea (tm), compiling could be >>made in a different thread. OTOH, if you have the possibility to test > > I think ti would have to be a different process. If you exec() gcc it will > take over the current process. Ah, of course, didn't think of it well enough. fork() or rather not. -a |