Relationship Between Threads and Processes
Each thread of execution is a
unique process with its own
address space and resources.
Most UNIX implementations
A process defines an address
space and dynamic resource
ownership. Multiple threads
may be created and executed
Windows NT, Solaris, Linux,