Mostafa Youssefmostafaelsawy.hashnode.dev·Sep 5, 2024Understanding Processes: How Operating Systems Manage Program ExecutionIn this article we will be Exploring definition of a process, Process Creation, State Management, Context Switching, and CPU Virtualization in Modern Operating Systems What is a Process A process, as defined by the operating system, is simply an ab...Discussoperating system
Vandana Panditvandanapandit.hashnode.dev·Jul 19, 2024Day 9: Monitoring Process Script and configuring SMTP Postfix to send mail from ubuntu machine using Gmail accountTask of Monitoring script: Process Selection: The script should accept a command-line argument to specify the target process to monitor. For example: ./monitor_process.sh <process_name>. Process Existence Check: Implement a function that checks if th...Discuss#90daysofdevops chanllenge
HelloSeaNationwomenwholovecode.hashnode.dev·Jul 16, 2024Day 1 Minimalist Mobile app processFirst things first, I set up Flutter and updated Android Studio since it's been a while since I last used it. My skills with Android Studio are a bit rusty. After setting up the application, I attempted to remove the mobile status bar. The result is...DiscussFlutter
Ayomide Fowokantouchfk.hashnode.dev·Jun 30, 2024Discovering Backend Development Through HNG: My Experience and InsightsHey everyone, I'm new to backend and excited to share a personal challenge and how I'm overcoming it. But first, let me introduce myself. I'm Ayomide Fowokan, and like many of you, I'm passionate about backend development and coding in general and I'...Discussbackend
Chetan Dattachetan77.hashnode.dev·Jun 22, 202424 Java - Multithreading 1Introduction Before we understand what is multithreading, lets first understand Thread and Process. Process Process is an instance of a program that is getting executed. It has its own resource like memory, thread etc. OS allocate these resource...Discuss·45 readsJavamultithreading
Jasai Hansdajasaiblogs.hashnode.dev·May 9, 2024Demystifying the Kitchen: A Guide to Operating System LingoUnderstand from simple restaurant analogy some important terms of Operating System like kernel, shell, terminal, shell script, process, thread etc. Let's start with imagining your computer system as a restaurant. Here's how these terms would fit in: ...Discuss·10 likesoperating system
Gourav KumarforKeploy Tech Blogkeploy-blog.hashnode.dev·Apr 19, 2024Managing Go ProcessesIntroduction: The Challenge of Managing Blocking Processes While working on an application that required executing a command to run a blocking program, such as a TCP/HTTP server, I encountered an interesting challenge. I needed a way to stop the appl...Discuss·80 likes·138 readsGo Language
Cloud Tunedcloudtuned.hashnode.dev·Apr 4, 2024Exploring the Differences Between a Program, a Process, and a ThreadExploring the Differences Between a Program, a Process, and a Thread In the realm of computer science and operating systems, the terms "program," "process," and "thread" are frequently used but often misunderstood. While they are all integral parts o...Discussprocess
Raineraineyang.hashnode.dev·Mar 18, 2024Learning Note: Process Scheduling AlgorithmThis article is a summary of Chapter 1, section 4-6 of: Arpaci-Dusseau, R. H., & Arpaci-Dusseau, A. C. (2023). Operating Systems: Three Easy Pieces (1.10th ed.). Arpaci-Dusseau Books. The scheduling algorithm is used to manage the CPU resources among...DiscussMLFQ
Raineraineyang.hashnode.dev·Feb 28, 2024Learning Note: Process and MultitaskingThis article is a summary of Chapter 1, section 4-6 of: Arpaci-Dusseau, R. H., & Arpaci-Dusseau, A. C. (2023). Operating Systems: Three Easy Pieces (1.10th ed.). Arpaci-Dusseau Books. Process: the Abstraction One key function of an operating system i...Discussoperating system