1.

What Is Execution Environment? What It Contains?

Answer»

An execution environment is the unit of resource MANAGEMENT: a collection of local kernel-managed resources to which its THREADS have access.

An execution environment primarily consists of: 

  • An address space; 
  • THREAD synchronization and COMMUNICATION resources such as semaphores and communication interfaces (for example sockets); 
  • Higher-level resources such as open files and windows.

An execution environment is the unit of resource management: a collection of local kernel-managed resources to which its threads have access.

An execution environment primarily consists of: 



Discussion

No Comment Found