lkml.org 
[lkml]   [2009]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: workqueue thing
    On 12/23/2009 8:09, Tejun Heo wrote:
    > Doing several conversions shouldn't be difficult at all. I'll try to
    > convert async and slow work.

    btw for async, it is essential that all the scheduled async functions runs as soon as possible;
    so make sure that no async work is held back for lack of threads.. just make more immediately.
    (the async work is rather latency sensitive, in general it is <poke hardware> <wait a long time> <done>,
    the <poke hardware> step needs to be done as soon as possible to cut down the total time; latencies are often
    cumulative in async due to dependencies)


    \
     
     \ /
      Last update: 2009-12-23 09:27    [W:3.070 / U:0.252 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site