site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Nov 19, 2007, at 7:14 PM, Duane Murphy wrote: I'm trying to understand IOCommandGate, if that is the function that I want to use for my task. -- Shaun Wexler MacFOH http://www.macfoh.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I need to serialize various requests to prevent them from interleaving. Some of the requests may take a long time to complete. Create a subclass of IOCommand, and use IOCommandPool (a gated queue) to control the command flow at one or more synchronization points. smime.p7s