Results 1 to 2 of 2

Thread: What is semaphore?

  1. #1

  2. #2
    Registered pxljobs's Avatar
    Join Date
    Jul 2016
    Location
    Bangalore
    Posts
    290
    A semaphore is a synchronization object that controls access by multiple processes to a common resource in a parallel programming environment,semaphores are widely used to control access to files and shared memory,The three basic functionalities present in semaphores are set, check and wait until it clears to set it again.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •