[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-
- Re: Ext2 superblock fault, (continued)
- Re: Ext2 superblock fault, Samuel Thibault, 2008/03/10
- Thread model (was: Ext2 superblock fault), olafBuddenhagen, 2008/03/11
- Re: Thread model, Neal H. Walfield, 2008/03/11
- Re: Thread model, Marcus Brinkmann, 2008/03/12
- Re: Thread model, olafBuddenhagen, 2008/03/17
- Re: Thread model, Neal H. Walfield, 2008/03/17
- Re: Thread model, olafBuddenhagen, 2008/03/18
- Re: Thread model, Thomas Bushnell BSG, 2008/03/12
- Re: Thread model, Neal H. Walfield, 2008/03/12
- Re: Thread model, Thomas Bushnell BSG, 2008/03/12
- Re: Thread model,
olafBuddenhagen <=
- Re: Thread model, Thomas Bushnell BSG, 2008/03/17
- Re: Thread model, olafBuddenhagen, 2008/03/18
- Re: Thread model, Thomas Bushnell BSG, 2008/03/19
- Re: Thread model, Neal H. Walfield, 2008/03/19
- Re: Thread model, Thomas Bushnell BSG, 2008/03/19
- Re: Thread model, Neal H. Walfield, 2008/03/20
- Re: Thread model, olafBuddenhagen, 2008/03/19
- Re: Thread model, Thomas Bushnell BSG, 2008/03/20
- Re: Thread model, olafBuddenhagen, 2008/03/17
- Re: Thread model, Neal H. Walfield, 2008/03/17