All of lore.kernel.org
 help / color / mirror / Atom feed
* Tasklets vs. Task Queues for Deferred Processing
@ 2003-03-28 23:14 J S
  2003-03-29  8:12 ` Juergen Quade
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: J S @ 2003-03-28 23:14 UTC (permalink / raw)
  To: Linux Kernel Mailing List

I'm trying to defer some processing to a later point.  I'm in a softirq,
so in_interrupt() returns true.  I need to schedule some work for later,
in process context.  I have read in the O'Reilly linux device drivers
book that tasklets always run in interrupt time.  Also, I guess the only
task_queue that is in process context is the scheduler task queue.  I've
seen in a few places that task queues are on their way out and tasklets
are being used instead.  Is this completely true?  Should I consider
task queues as a deprecated method of deferred processing?`  What other
deferred processing methods can I use that will run in process context?

Thanks,
	Josh




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-29 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-28 23:14 Tasklets vs. Task Queues for Deferred Processing J S
2003-03-29  8:12 ` Juergen Quade
2003-03-29  8:12 ` Duncan Sands
2003-03-29 21:48 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.