Entering content frame

Background documentation Critical Section Locate the document in its SAP Library structure

A critical sections is a memory area to which only one task has exclusive access. To control access by tasks to critical regions, the database system uses special semaphores, which are called regions. When a task accesses a critical section, the associated region blocks this critical section for all other tasks.

Note

Blocking critical sections has nothing to do with the SQL locks on database objects.

See also:

OLTP Console: Structure linkCritical Sections

liveCache Console: Structure linkCritical Sections

 

 

 

Leaving content frame