Wednesday, August 5, 2009

Thread





In computer science, a thread of execution results from a fork of a computer program into two or more concurrently running tasks. The implementation of threads and processes differs from one operating systemto another, but in most cases, a thread is contained inside a process. Multiple threads can exist within the same process and share resources such as memorywhile different processes do not share these resources.

No comments: