On Tue, Sep 28, 2010 at 9:32 PM, Michael Ash
<michael.ash@gmail.com> wrote:
On Sep 28, 2010, at 6:37 PM, David Leimbach wrote:
> There's only one concurrent queue in which the "tasks" or blocks/function pointers can be run in simultaneously as far as I can tell. Every other queue is serial, and the queues themselves may run in parallel and with different priorities.
Minor nitpick: there are three concurrent queues: the normal one, plus one for low priority tasks and one for high-priority tasks. All the rest are serial, as you say.
Mike
Actually I'm glad you said that, because I'd not touched this stuff in a bit.
Thanks Mike!
Dave