Jump To:
Leopard Sample Code: Performance
The multiprocessing programming interfaces and techniques are for creating and managing multiple threads that can run on one or more processors and for creating and managing child processes. Threads (also known as tasks in Carbon) can be scheduled cooperatively as well as preemptively (the default). Developers can use multiprocessing to increase the performance and responsiveness of their applications.

Document Descriptions
On Off
Display

Sort by
Title
Sorted by
Date
MPDelayUntilTest (HTML) (DMG) (ZIP)
Tests and demonstrates the MT/MP MPDelayUntil API.
2003-10-27
MPPeriodicalTest (HTML) (DMG) (ZIP)
Tests and demonstrates the MT/MP timers.
2003-10-27
MPFileCopy (HTML) (DMG) (ZIP)
Demonstrates how to copy a folder and its contents using the HFS Plus APIs from an MP task.
2003-01-14