Computer Science, asked by mannikalanah2386, 1 year ago

Role of threads in distributed systems distributed computing notes

Answers

Answered by HacieanaMorgano
0
The implementation of threads and processes differs between operatingsystems, but in most cases a thread is a component of a process. Multiplethreads can exist within one process, executing concurrently and sharing resources such as memory, while different processes do not share these resources.
Similar questions