1
Posix based operating systems (Mac OS X and Linux) and Windows (under the hood) are very different in how they operate.
More specifically, the typical mechanism for running things in parallel in Linux is through threading (more specifically pthreads).