Home » HTML » Html miscellaneous » Question
  1. Which of the following locking method does not supported by APC?
    1. Dead locks
    2. IPC semaphores
    3. Spin locks
    4. File locks
    5. None of these
Correct Option: A

APC supports four locking methods named File locks, Spin locks, Pthread mutex, IPC semaphores. File locks are the most stable, Spin lock gives the best performance, Pthread mutex is only available in Linux version 2.6, IPC semaphores are faster than file locks.



Your comments will be displayed only after manual approval.