Re: looking for System APIs for load monitoring

2009-08-17 Thread Mike Abdullah
If you can design to its paradigm, NSOperationQueue is almost exactly what you want. By default it will dynamically adjust the number of running operations to match the system load. Also, read up on Grand Central Dispatch which is coming in Snow Leopard. Mike. On 17 Aug 2009, at 12:13, Mar

Re: looking for System APIs for load monitoring

2009-08-17 Thread Dave Keck
> P.S.: My apologies if this question is not exactly Cocoa-related... You're probably better off taking this to darwin-dev. There was also a discussion related to this a few weeks ago on darwin-kernel: http://lists.apple.com/archives/darwin-kernel/2009/Jul/msg00080.html __