lkml.org 
[lkml]   [2002]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Fw: Writeup on AIO design (uploaded) - corrected url
On Wed, Jan 30, 2002 at 10:46:27AM -0500, Jakub Jelinek wrote:
> On Wed, Jan 30, 2002 at 08:51:15PM +0530, Suparna Bhattacharya wrote:
> >
> > Oops, oops, oops, I mispelt the website.
> > It should have been:
> >
> > http://lse.sourceforge.net/io/aionotes.txt
>
> a. User level threads
> - glibc approach (one user thread per operation ?)
> poor scalability, performance
>
> Glibc uses a pool of threads, not one thread per operation.
> All requests against a single file descriptor are served sequentially,
> while for different fds they are served by different threads unless aio
> thread limit has been reached, in which case they are queued too.

Thanks for the clarification.
What is the aio thread limit like ?

>
> b. Pool of threads
> - have a pool of threads servicing an aio request queue for the
> task - tradeof between degree of concurrency/utilization and
> resource consumption.
>
> Jakub
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.036 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site