Re: How Fiasco reclaim task resources when the task exits (abnormally) ?

Adam Lackorzynski <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <[email protected]>
On Fri Jun 07, 2013 at 00:50:03 -0700, BogDan wrote:
> What happens with a task resources when a task crashes or it leaks
> resources at exit?
> How this resources (e.g. memory, file descriptors, any other
> capabilities) are reclaimed  back by the o.s. ? 

FDs and caps are local to the task, so just memory. Providers need to
check whether there are any further users of their resource and if not
they can free it (the kernel provides support for doing so).



Adam
-- 
Adam                 [email protected]
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.