OS — ThreadsCreating a separate process for each of potentially many short-lived activities is too inefficient. A thread is an instance of executing a…Dec 11, 2024Dec 11, 2024
OS — ResourcesWelcome back!! In this article, we going to see about resources in OS.Sep 24, 2024Sep 24, 2024
OS — ProcessA Process is an instance of a program being executed by an OS. Ex: when a user opens a new application like a browser, the OS creates a…Sep 19, 2024Sep 19, 2024
The evolution and scope of OSsOSs can be classified along two major dimensions.Sep 10, 2024Sep 10, 2024
Role of an Operating SystemTo know the role of an operating system (OS) we need to know the basic hardware of a computer system. A computer system consist of a…Sep 3, 2024Sep 3, 2024
Nginx — use casesNginx is a web server that can also be used as a reverse proxy, load balancer, and HTTP cache.Aug 26, 2024Aug 26, 2024
Concurrency vs. ParallelismConcurrency refers to the ability of a system or processor or core to handle multiple tasks at the same time, but not necessarily executing…Aug 22, 2024Aug 22, 2024
Understanding the ACID Properties of Database TransactionsBefore we get into ACID properties of database transactions, let's look into transactions first.Apr 4, 2023Apr 4, 2023
Types of databasesA database is a collection of organized data that is stored and accessed electronically. It is designed to efficiently manage, store…Apr 3, 2023Apr 3, 2023