[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: possible garbage collector problem...



> From: tribble (Eric Dean Tribble)
> 
> I certainly don't want to guarantee that different processes live in
> separate address spaces.  At the very least, that would peclude
> interaction with Mach.  It would also force to heavy-weight processes
> (like fork)

I assume this is in response to my comment about separate allocation
pools for each thread.  You don't need separate address spaces or
heavyweight tasks to do this.

	michael