Hi On Mon, May 19, 2008 at 1:08 PM, Lal <[EMAIL PROTECTED]> wrote: > Which one is faster between a tasklet and kernel thread in terms of > scheduling (i.e. who will be scheduled first?)
hard to tell. Better question is, in which context do you want your codes running? process context (thus able to sleep) or atomic/interrupt context ? regards, Mulyadi. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
