Skip to navigation Skip to content
threads and system calls

GeekyLane

Lane for geeks

  • Internet
  • How To
    • Linux
      • Distributions
      • Servers
    • DevOps
      • Docker
    • Cloud
      • AWS
    • Index
      • Learn Docker
      • Linux Administration
      • Linux Installation
  • Devices
    • Raspberry Pi
threads and system calls
geekylane.com

GeekyLane

Lane for geeks

View

Aurora Read Replica of an RDS Instance
July 27, 20190

Create an Aurora Read Replica for an RDS Instance (Step-by-S...

Read Replica for an RDS Instance
July 26, 20190

Set-up Read Replica for an RDS instance on AWS (Step-by-Step...

Enable Multi-AZ for an RDS instance
July 25, 20190

Enable Multi-AZ for an RDS instance on aws (Step-by-Step)

WordPress with EC2 and Amazon RDS
July 21, 20190

Set-up WordPress on aws with EC2 and Amazon RDS (Step-by-Ste...

  • Internet
  • How To
    • Linux
      • Distributions
      • Servers
    • DevOps
      • Docker
    • Cloud
      • AWS
    • Index
      • Learn Docker
      • Linux Administration
      • Linux Installation
  • Devices
    • Raspberry Pi

Category: How To

  • Home
  • How To
threads and system calls
October 9, 20180

What are threads and system calls in a computer system?

System Calls Before getting into threads, we have to first understand what are system calls. Let us first understand, how memory looks in the computer system and where Operating System code is pre

Read More
deadlock
October 6, 20181

What is a Deadlock and its prevention techniques?

Deadlock We have previously discussed semaphores and other solutions to the critical section problem or producer-consumer problem and during that, if we go deeper, there are such cases which can lead

Read More
Everything about the critical section and semaphores
October 2, 20180

Everything about the critical section and semaphores

Summary of every problem and its solution we have previously discussed At first, we have a problem called producer-consumer problem and we will end up having a robust solution named as semaphores. I

Read More
semaphore
September 29, 20180

What is a semaphore and what problems it helps to solve?

Semaphore A Semaphore is nothing, but an integer variable (say "S") that after initialization; it can only be accessed by two standard atomic operations: wait(S): Its main task is to decrease the val

Read More
process synchronization
September 18, 20180

What is Process Coordination or Process Synchronization?

Process Synchronization The task of process synchronization is achieved in operating systems with the help "Shared Memory". Question: What is Shared Memory? Answer: It is defined as the region in m

Read More
inter process communication
September 18, 20180

What is Inter Process Communication or IPC in OS?

Inter-Process Communication When there are situations when different processes running on a system wants to communicate with each other in order to pass some data or for other means then there needs

Read More
cpu scheduling algorithms
September 16, 20180

CPU Scheduling or Process Scheduling and Scheduling Algorithms

CPU Scheduling It is nothing, but picking up a process from the "Ready State" and then giving it to the CPU for its work completion. Question: Why picking up from the ready state? Answer: Becau

Read More
times related to a process
September 16, 20180

Process times or different times related to a process?

Process Times There are several times related to a process and we are going to cover each of them and going to learn why they exist and why they are important for CPU scheduling. Arrival Time (A

Read More

Posts navigation

1 2 Next

More From Lane

  • Enable Multi-AZ for an RDS instance on aws (Step-by-Step)
    Enable Multi-AZ for an RDS instance on aws (Step-by-Step)
  • Update Gimp 2.8 to latest Gimp 2.10 on Linux Mint 19.x and Ubuntu 18.x
    Update Gimp 2.8 to latest Gimp 2.10 on Linux Mint 19.x and Ubuntu 18.x
  • Set-up WordPress on aws with EC2 and Amazon RDS (Step-by-Step)
    Set-up WordPress on aws with EC2 and Amazon RDS (Step-by-Step)
  • How to create an MYSQL Database on Amazon RDS? (Step-by-Step)
    How to create an MYSQL Database on Amazon RDS? (Step-by-Step)
  • How to prioritize URL over SEARCH in Google Chrome?
    How to prioritize URL over SEARCH in Google Chrome?
WordPress Theme : VMagazine News
  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Sitemap