Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: process

Operating system core principle -3. Process principle (medium): process schedule

PS: In a multi-process concurrent environment, although conceptually, there are multiple processes executing at the same time, but under a single CPU, at any time Only one process can be in the exe

October 17, 2021By Simo Os Theory Core, Medium, Operating System, principle, process, SchedulingLeave a Comment

What is the difference between the operating system – program, executable programs and processes?

I want to know what is the difference between a program, an executable file and a
processing? in a nutshell –

Program: A program is a set of human-readable formats (HelloWorld.c)

Ex

October 17, 2021By Simo Os Theory between, differentiated, executable, Operating System, process, program, whatLeave a Comment

Operating system – process control

Appendix 1. Process creation #include#includemain(){ int p1, p2; if(p1=fork()) /*The parent process was created successfully*/ putchar(‘b’); else {if(p2=fork()) /*The parent process was created suc

October 17, 2021By Simo Os Theory control, Operating System, processLeave a Comment

How to get a name of a process handle in C?

I am trying to get the process handle, say example.exe, so I can call TerminateProcess for it. How can I do this? Note that it does not have a window, so FindWindow will not work. #include
#inc

October 17, 2021By Simo Os Theory handle, how to get, Name, one, processLeave a Comment

Understand the character device driver development process from Linux kernel LED driver

Contents

@(Understand the development process of character device driver from the Linux kernel LED driver)

Quoted from Song Baohua “Linux Device Driver Development Detailed Explanation-

October 16, 2021By Simo Linux character, Development, driver, equipment, kernel, LED, linux, process, UnderstandingLeave a Comment

Application process monitoring under Linux

Two ideas:

First, execute the monitoring script regularly

Use the crontab that comes with centos to execute the status.sh script regularly as needed.

#!/bin/bash

status=$(ps

October 16, 2021By Simo Linux application, linux, monitoring, processLeave a Comment

Linux Foundation – Process and Service (1)

Process in Linux: an executable running instance that has been started

1, PID: process ID (each new process has a unique PID)

3, any process can create a child process

4, above re

October 16, 2021By Simo Linux foundation, linux, process, serviceLeave a Comment

Linux CentOS Supervisor Guarding .Netcore Process Installation Configuration

Scenario: After deploying the .netcore program, it can run after using dotnet xx.dll, but it will be automatically disconnected after closing the shell or after the interval time. At this time, the

October 16, 2021By Simo Linux centos, configuration, Guardian, installation, linux, Netcore, process, SupervisorLeave a Comment

Process management in Linux

—
title: Process Management in Linux
date: 2019-7-2
categories:
– Linux
—

### View

#### ps

Use ps to view the process running status at a certain point in time. ps auxf -> Li

October 16, 2021By Simo Linux linux, management, Medium, processLeave a Comment

CentOS system startup process

CentOS system startup process Parts of Linux system
Parts of Linux system: kernel + root file system
Kernel: process management, Memory management, network protocol stack, file system, driver, sec

October 15, 2021By Simo Centos centos, process, startup, systemLeave a Comment

Posts navigation

Page 1 Page 2 … Page 5
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress