bug-hurd
[Top][All Lists]
Advanced

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

Re: Thread model


From: olafBuddenhagen
Subject: Re: Thread model
Date: Sun, 16 Mar 2008 08:25:13 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi,

On Wed, Mar 12, 2008 at 03:56:47PM -0400, Thomas Bushnell BSG wrote:

> The clever way is to identify the particular things in the stack which
> must be saved, and throw the rest away, and then restart the
> continuation with the few things that really matter.  This is what the
> kernel does internally; just look for "continuation" and you can see it.
> You have to identify *each* blocking point, and make a continuation
> structure for it, and so forth.

Indeed. I can't tell how much work it is. (Could you give an estimate?)

But luckily, it doesn't all have to be done in a single sweep. We could
move the servers one by one -- starting with the disk filesystems, as
this is where the issues are manifesting most...

-antrik-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]