IT Lecture-14 Multithreading Models ,Thread Libraries , Multithreading Issues

Опубликовано: 31 Октябрь 2024
на канале: T Anitha
173
2

Multithreading Models : Many to one relationship , One to one relationship
-Many to one relationship.
Thread Libraries : -Pthreads -Win32 -Java
Multithreading Issues
-Thread Cancellation
 Asynchronous cancellation
Deferred cancellation
-Signal Handling
-fork() System Call
-Security Issues



-