On Thu, Feb 05, 2015 at 12:28:02PM -0500, Paul Davis wrote:
> threads can use all the same mechanisms as processes, but don't have to use
> OS provided APIs to share address spaces. that's really the only
> difference.
This is false. Threads within one process share much more properties
and state.