CN111158920A - Process data read-write optimization method and system for mobile system - Google Patents

Process data read-write optimization method and system for mobile system Download PDF

Info

Publication number
CN111158920A
CN111158920A CN201911242687.9A CN201911242687A CN111158920A CN 111158920 A CN111158920 A CN 111158920A CN 201911242687 A CN201911242687 A CN 201911242687A CN 111158920 A CN111158920 A CN 111158920A
Authority
CN
China
Prior art keywords
read
write
checking
queue
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911242687.9A
Other languages
Chinese (zh)
Other versions
CN111158920B (en
Inventor
卢仕辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhang Jiehui
Original Assignee
Zhongshan Aopo Metal Manufactory Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhongshan Aopo Metal Manufactory Co ltd filed Critical Zhongshan Aopo Metal Manufactory Co ltd
Priority to CN201911242687.9A priority Critical patent/CN111158920B/en
Publication of CN111158920A publication Critical patent/CN111158920A/en
Application granted granted Critical
Publication of CN111158920B publication Critical patent/CN111158920B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • G06F9/524Deadlock detection or avoidance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses a process data read-write optimization method and a system of a mobile system, through the conversion of an inspection process, a recovery process and three processes, when a main socket receives read-write requests of each read-write process, reads and writes data of a server end according to the read-write requests, sequentially puts each read-write process into a data access queue according to the sequence of the occurrence of the read-write requests, the inspection process writes unfinished read-write requests into a process record queue, and when the number of the read-write requests in the process record queue is greater than a record threshold value, the inspection process is converted into a blocking state; the normal operation of the application of the terminal equipment can be ensured under the condition that the process is disconnected with an online database or other data sources; a recovery mechanism is provided to prevent deadlock of processes of the terminal device. The data reading and writing process of the process cannot be influenced in the area switching of the network communication base station; the phenomena of blocking and false death of the terminal equipment program are reduced.

Description

Process data read-write optimization method and system for mobile system
Technical Field
The disclosure relates to the field of mobile devices and the field of process scheduling, in particular to a process data read-write optimization method and system of a mobile system.
Background
In a mobile system and Internet of things equipment, data reading, writing and uploading are more complicated than the traditional data reading and writing, so that the phenomena of blockage of the mobile equipment, overtime I/O reading and writing and the like are often caused; the processes for reading and writing data are entities, each process has its own address space, and the address space generally corresponds to a file, and generally includes a text region, a data region, and a stack. The text area stores code executed by the processor; a data area stores variables and dynamically allocated memory used during process execution; the stack area stores the instructions and local variables of the active procedure call.
When a process reads and writes data, the following problems are often encountered: 1. the process system is often disconnected from the online database or other data sources, and in the case of disconnection, data cannot be sent or received, and a protocol requiring data exchange cannot work normally. Therefore, the protocol for data exchange should provide a recovery mechanism for the mobile end so that the process is not deadlocked. 2. The connection area of the network communication base station is switched at any time, and the data reading and writing process of the process can be influenced by the area switching; 3. unreliable connection of the network: the network is unreliable due to objective reasons such as signal blind areas and weak signal areas, so that the process of a mobile device terminal or an internet of things terminal is deadlocked, and the phenomena of blockage, false death and the like of a program are difficult to overcome by the conventional technical means.
Disclosure of Invention
The invention provides a process data read-write optimization method and a system of a mobile system, wherein, each read-write process is scanned through the conversion of an inspection process, a recovery process and three processes, when a main socket receives the read-write request of each read-write process, the data of a server end is read and written according to the read-write request, a data access queue is established, each read-write process is sequentially put into the data access queue according to the sequence of the read-write request, the inspection process writes the unfinished read-write request into a process record queue, and when the number of the read-write requests in the process record queue is greater than a record threshold value, the inspection process is converted into a blocking state, thereby providing a recovery mechanism to prevent the processes of terminal equipment from deadlock.
The purpose of the present disclosure is to provide a process data read-write optimization method and system for a mobile system, which specifically includes the following steps:
creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the main socket receives the read-write requests of all the read-write processes, reads and writes data of the server side according to the read-write requests, constructs a data access queue, and sequentially puts all the read-write processes into the data access queue according to the sequence of the read-write requests;
awakening the checking process from a blocking state to a running state at regular intervals of a preset time period, starting checking whether a read-write process is performing reading and writing at the kernel, and enabling the checking process to enter a blocking state to sleep if the read-write process is not performing reading and writing;
when the checking process is awakened to be a running state, each read-write process is scanned, if the read-write process is updating data into a file, nothing is done, because the read-write request is terminated, the influence of the read-write request on the terminal is eliminated, no operation is needed, and the checking process is converted into a blocking state;
if the checking process scans that a read-write process is waiting for a file, the read-write process has an unfinished read-write request, and the checking process cancels all operations of the read-write process in the terminal and refreshes the process;
checking a process access data access queue, and canceling the read-write request of the read-write process in the data access queue;
the checking process writes the unfinished read-write requests into a process record queue, and when the number of the read-write requests in the process record queue is larger than a record threshold value, the checking process is converted into a blocking state;
when the elements in the process record queue are larger than 1, the recovery process is awakened from a blocking state to a running state, and the recovery process starts to initiate read-write requests to the server again from the tail of the process record queue in sequence;
and when the element in the process record queue is 0, the element in the process record queue is still 0 after waiting for a preset time period, and the recovery process enters a blocking state to sleep.
Furthermore, the read-write process, the check process and the recovery process are processes divided into three basic states, namely a running state, a ready state and a blocking state;
furthermore, the master socket is an interface for message transmission across a network, and the read-write process accesses a remote server through the master socket.
Furthermore, the terminal is a mobile device, an internet of things terminal, such as a mobile phone, a tablet computer, and an industrial PAD, and is connected with a remote server through a wireless network.
Further, the data access queue is a queue data structure, and is a linear table for temporarily storing the read-write request.
Further, the predetermined time period is 500 milliseconds and can be manually adjusted.
Further, the process record queue is a queue data structure, and is a linear table for temporarily storing the read-write request.
Further, the recording threshold value is default to 10, and can be set manually.
The invention also provides a process data read-write optimization system of the mobile system, which comprises the following steps: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to run in the units of the following system:
the process creation unit is used for creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the read-write request queue unit is used for receiving the read-write requests of all the read-write processes by the main socket, reading and writing data of the server side according to the read-write requests, constructing a data access queue and sequentially putting all the read-write processes into the data access queue according to the sequence of the read-write requests;
the timing check awakening unit is used for awakening the check process from a blocking state to a running state at regular intervals of a preset time period, checking whether a read-write process is performing reading and writing at the kernel, and enabling the check process to enter the blocking state to sleep if the read-write process is not performing the reading and writing;
the checking finishing unit is used for starting to scan each read-write process when the checking process is awakened to be in a running state, and converting the checking process into a blocking state if the read-write process does not do anything when updating data into a file;
the system comprises a checking and scanning unit, a reading and writing process and a refreshing unit, wherein the checking and scanning unit is used for refreshing a process after the process cancels all operations of the reading and writing process in a terminal if the checking process scans that the reading and writing process is waiting for a file;
a read-write request canceling unit, configured to check a process access data access queue, and cancel a read-write request of the read-write process in the data access queue;
the process recording unit is used for checking the process to write the unfinished read-write request into a process recording queue, and converting the checking process into a blocking state when the number of the read-write requests in the process recording queue is greater than a recording threshold value;
the recovery process awakening unit is used for awakening the recovery process from a blocking state to a running state when the element in the process record queue is larger than 1, and the recovery process starts to send read-write requests to the server end again in sequence from the tail of the process record queue;
and the process resuming dormancy unit is used for enabling the resuming process to enter a blocking state for dormancy if the element in the process recording queue is 0 after waiting for a preset time period.
The beneficial effect of this disclosure does: the invention discloses a process data read-write optimization method of a mobile system, which can ensure the normal operation of the application of terminal equipment under the condition that the process is disconnected with an online database or other data sources; a recovery mechanism is provided to prevent deadlock of processes of the terminal device. The data reading and writing process of the process cannot be influenced in the area switching of the network communication base station; the phenomena of blocking and false death of the terminal equipment program are reduced.
Drawings
The foregoing and other features of the present disclosure will become more apparent from the detailed description of the embodiments shown in conjunction with the drawings in which like reference characters designate the same or similar elements throughout the several views, and it is apparent that the drawings in the following description are merely some examples of the present disclosure and that other drawings may be derived therefrom by those skilled in the art without the benefit of any inventive faculty, and in which:
fig. 1 is a flowchart illustrating a process data read-write optimization method of a mobile system according to the present disclosure;
fig. 2 illustrates a process data read-write optimization system of a mobile system according to an embodiment of the present disclosure.
Detailed Description
The conception, specific structure and technical effects of the present disclosure will be clearly and completely described below in conjunction with the embodiments and the accompanying drawings to fully understand the objects, aspects and effects of the present disclosure. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
Referring to fig. 1, a flow chart of a process data read-write optimization method of a mobile system according to the present disclosure is shown, and the method according to the embodiment of the present disclosure is described below with reference to fig. 1.
The present disclosure provides a process data read-write optimization method for a mobile system, which specifically includes the following steps:
creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the main socket receives the read-write requests of all the read-write processes, reads and writes data of the server side according to the read-write requests, constructs a data access queue, and sequentially puts all the read-write processes into the data access queue according to the sequence of the read-write requests;
awakening the checking process from a blocking state to a running state at regular intervals of a preset time period, starting checking whether a read-write process is performing reading and writing at the kernel, and enabling the checking process to enter a blocking state to sleep if the read-write process is not performing reading and writing;
when the checking process is awakened to be a running state, each read-write process is scanned, if the read-write process is updating data into a file, nothing is done, because the read-write request is terminated, the influence of the read-write request on the terminal is eliminated, no operation is needed, and the checking process is converted into a blocking state;
if the checking process scans that a read-write process is waiting for a file, the read-write process has an unfinished read-write request, and the checking process cancels all operations of the read-write process in the terminal and refreshes the process;
checking a process access data access queue, and canceling the read-write request of the read-write process in the data access queue;
the checking process writes the unfinished read-write requests into a process record queue, and when the number of the read-write requests in the process record queue is larger than a record threshold value, the checking process is converted into a blocking state;
when the elements in the process record queue are larger than 1, the recovery process is awakened from a blocking state to a running state, and the recovery process starts to initiate read-write requests to the server again from the tail of the process record queue in sequence;
and when the element in the process record queue is 0, the element in the process record queue is still 0 after waiting for a preset time period, and the recovery process enters a blocking state to sleep.
Furthermore, the read-write process, the check process and the recovery process are processes divided into three basic states, namely a running state, a ready state and a blocking state;
furthermore, the master socket is an interface for message transmission across a network, and the read-write process accesses a remote server through the master socket.
Furthermore, the terminal is a mobile device, an internet of things terminal, such as a mobile phone, a tablet computer, and an industrial PAD, and is connected with a remote server through a wireless network.
Further, the data access queue is a queue data structure, and is a linear table for temporarily storing the read-write request.
Further, the predetermined time period is 500 milliseconds and can be manually adjusted.
Further, the process record queue is a queue data structure, and is a linear table for temporarily storing the read-write request.
Further, the recording threshold value is default to 10, and can be set manually.
Fig. 2 is a diagram of a process data read-write optimization system structure of a mobile system according to an embodiment of the present disclosure, where the process data read-write optimization system of the mobile system according to the embodiment includes: the mobile system comprises a processor, a memory and a computer program which is stored in the memory and can run on the processor, wherein the processor executes the computer program to realize the steps in the embodiment of the process data read-write optimization system of the mobile system.
The system comprises: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to run in the units of the following system:
the process creation unit is used for creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the read-write request queue unit is used for receiving the read-write requests of all the read-write processes by the main socket, reading and writing data of the server side according to the read-write requests, constructing a data access queue and sequentially putting all the read-write processes into the data access queue according to the sequence of the read-write requests;
the timing check awakening unit is used for awakening the check process from a blocking state to a running state at regular intervals of a preset time period, checking whether a read-write process is performing reading and writing at the kernel, and enabling the check process to enter the blocking state to sleep if the read-write process is not performing the reading and writing;
the checking finishing unit is used for starting to scan each read-write process when the checking process is awakened to be in a running state, and converting the checking process into a blocking state if the read-write process does not do anything when updating data into a file;
the system comprises a checking and scanning unit, a reading and writing process and a refreshing unit, wherein the checking and scanning unit is used for refreshing a process after the process cancels all operations of the reading and writing process in a terminal if the checking process scans that the reading and writing process is waiting for a file;
a read-write request canceling unit, configured to check a process access data access queue, and cancel a read-write request of the read-write process in the data access queue;
the process recording unit is used for checking the process to write the unfinished read-write request into a process recording queue, and converting the checking process into a blocking state when the number of the read-write requests in the process recording queue is greater than a recording threshold value;
the recovery process awakening unit is used for awakening the recovery process from a blocking state to a running state when the element in the process record queue is larger than 1, and the recovery process starts to send read-write requests to the server end again in sequence from the tail of the process record queue;
and the process resuming dormancy unit is used for enabling the resuming process to enter a blocking state for dormancy if the element in the process recording queue is 0 after waiting for a preset time period.
The process data read-write optimization system of the mobile system can be operated in computing equipment such as desktop computers, notebooks, palm computers and cloud servers. The system which can be operated by the process data read-write optimization system of the mobile system can comprise a processor and a memory. It will be understood by those skilled in the art that the example is only an example of the process data read-write optimization system of a mobile system, and does not constitute a limitation to the process data read-write optimization system of a mobile system, and may include more or less components than the mobile system, or some components in combination, or different components, for example, the process data read-write optimization system of a mobile system may further include an input-output device, a network access device, a bus, and the like. The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or the like. The general processor may be a microprocessor or the processor may be any conventional processor, and the processor is a control center of the process data read/write optimization system operating system of the mobile system, and various interfaces and lines are used to connect various parts of the process data read/write optimization system operable system of the whole mobile system.
The memory can be used for storing the computer program and/or the module, and the processor can realize various functions of the process data read-write optimization system of the mobile system by running or executing the computer program and/or the module stored in the memory and calling the data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
While the present disclosure has been described in considerable detail and with particular reference to a few illustrative embodiments thereof, it is not intended to be limited to any such details or embodiments or any particular embodiments, but it is to be construed as effectively covering the intended scope of the disclosure by providing a broad, potential interpretation of such claims in view of the prior art with reference to the appended claims. Furthermore, the foregoing describes the disclosure in terms of embodiments foreseen by the inventor for which an enabling description was available, notwithstanding that insubstantial modifications of the disclosure, not presently foreseen, may nonetheless represent equivalent modifications thereto.

Claims (6)

1. A process data read-write optimization method of a mobile system is characterized by comprising the following steps:
creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the main socket receives the read-write requests of all the read-write processes, reads and writes data of the server side according to the read-write requests, constructs a data access queue, and sequentially puts all the read-write processes into the data access queue according to the sequence of the read-write requests;
awakening the checking process from a blocking state to a running state at regular intervals of a preset time period, starting checking whether a read-write process is performing reading and writing at the kernel, and enabling the checking process to enter a blocking state to sleep if the read-write process is not performing reading and writing;
when the checking process is awakened to be a running state, each read-write process is scanned, if the read-write process is updating data into a file, nothing is done, because the read-write request is terminated, the influence of the read-write request on the terminal is eliminated, no operation is needed, and the checking process is converted into a blocking state;
if the checking process scans that a read-write process is waiting for a file, the read-write process has an unfinished read-write request, and the checking process cancels all operations of the read-write process in the terminal and refreshes the process;
checking a process access data access queue, and canceling the read-write request of the read-write process in the data access queue;
the checking process writes the unfinished read-write requests into a process record queue, and when the number of the read-write requests in the process record queue is larger than a record threshold value, the checking process is converted into a blocking state;
when the elements in the process record queue are larger than 1, the recovery process is awakened from a blocking state to a running state, and the recovery process starts to initiate read-write requests to the server again from the tail of the process record queue in sequence;
and when the element in the process record queue is 0, the element in the process record queue is still 0 after waiting for a preset time period, and the recovery process enters a blocking state to sleep.
2. The process data read-write optimization method of the mobile system according to claim 1, wherein the read-write process, the check process, and the recovery process are processes divided into three basic states, i.e. a running state, a ready state, and a blocking state.
3. The process data read-write optimization method of the mobile system according to claim 1, wherein the host socket is an interface for message transmission across a network, and the read-write process accesses a remote server through the host socket.
4. The process data read-write optimization method of the mobile system according to claim 1, wherein the terminal is a mobile device or an internet of things terminal, and is connected with a remote server through a wireless network.
5. The method as claimed in claim 1, wherein the predetermined time period is 500 ms and is manually adjustable.
6. A process data read-write optimization system for a mobile system, the system comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to run in the units of the following system:
the process creation unit is used for creating a plurality of read-write processes, identifying each read-write process, creating at least one inspection process and one recovery process, and distributing an independent file to each read-write process;
the read-write request queue unit is used for receiving the read-write requests of all the read-write processes by the main socket, reading and writing data of the server side according to the read-write requests, constructing a data access queue and sequentially putting all the read-write processes into the data access queue according to the sequence of the read-write requests;
the timing check awakening unit is used for awakening the check process from a blocking state to a running state at regular intervals of a preset time period, checking whether a read-write process is performing reading and writing at the kernel, and enabling the check process to enter the blocking state to sleep if the read-write process is not performing the reading and writing;
the checking finishing unit is used for starting to scan each read-write process when the checking process is awakened to be in a running state, and converting the checking process into a blocking state if the read-write process does not do anything when updating data into a file;
the system comprises a checking and scanning unit, a reading and writing process and a refreshing unit, wherein the checking and scanning unit is used for refreshing a process after the process cancels all operations of the reading and writing process in a terminal if the checking process scans that the reading and writing process is waiting for a file;
a read-write request canceling unit, configured to check a process access data access queue, and cancel a read-write request of the read-write process in the data access queue;
the process recording unit is used for checking the process to write the unfinished read-write request into a process recording queue, and converting the checking process into a blocking state when the number of the read-write requests in the process recording queue is greater than a recording threshold value;
the recovery process awakening unit is used for awakening the recovery process from a blocking state to a running state when the element in the process record queue is larger than 1, and the recovery process starts to send read-write requests to the server end again in sequence from the tail of the process record queue;
and the process resuming dormancy unit is used for enabling the resuming process to enter a blocking state for dormancy if the element in the process recording queue is 0 after waiting for a preset time period.
CN201911242687.9A 2019-12-06 2019-12-06 Method and system for optimizing process data read-write of mobile system Active CN111158920B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911242687.9A CN111158920B (en) 2019-12-06 2019-12-06 Method and system for optimizing process data read-write of mobile system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911242687.9A CN111158920B (en) 2019-12-06 2019-12-06 Method and system for optimizing process data read-write of mobile system

Publications (2)

Publication Number Publication Date
CN111158920A true CN111158920A (en) 2020-05-15
CN111158920B CN111158920B (en) 2023-10-27

Family

ID=70556454

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911242687.9A Active CN111158920B (en) 2019-12-06 2019-12-06 Method and system for optimizing process data read-write of mobile system

Country Status (1)

Country Link
CN (1) CN111158920B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115757006A (en) * 2022-09-27 2023-03-07 郑州云智信安安全技术有限公司 Method and device for judging process running state based on port queue characteristics

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6763328B1 (en) * 2000-06-15 2004-07-13 Bull Hn Information Systems Inc. Method and data processing system for emulating virtual memory utilizing threads
CN102088470A (en) * 2009-12-07 2011-06-08 中兴通讯股份有限公司 Method and device for deadlock detection and self-recovery of file transfer protocol (FTP) in communication system
CN104516778A (en) * 2014-12-24 2015-04-15 西安电子科技大学 System and method for saving and restoring process checkpoint in multi-task environment
CN107797848A (en) * 2016-08-29 2018-03-13 华为数字技术(苏州)有限公司 Process scheduling method, device and host device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6763328B1 (en) * 2000-06-15 2004-07-13 Bull Hn Information Systems Inc. Method and data processing system for emulating virtual memory utilizing threads
CN102088470A (en) * 2009-12-07 2011-06-08 中兴通讯股份有限公司 Method and device for deadlock detection and self-recovery of file transfer protocol (FTP) in communication system
CN104516778A (en) * 2014-12-24 2015-04-15 西安电子科技大学 System and method for saving and restoring process checkpoint in multi-task environment
CN107797848A (en) * 2016-08-29 2018-03-13 华为数字技术(苏州)有限公司 Process scheduling method, device and host device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115757006A (en) * 2022-09-27 2023-03-07 郑州云智信安安全技术有限公司 Method and device for judging process running state based on port queue characteristics
CN115757006B (en) * 2022-09-27 2023-08-08 郑州云智信安安全技术有限公司 Method and device for judging running state of process based on port queue characteristics

Also Published As

Publication number Publication date
CN111158920B (en) 2023-10-27

Similar Documents

Publication Publication Date Title
US11042297B2 (en) Techniques to configure a solid state drive to operate in a storage mode or a memory mode
US8195894B2 (en) Data processing apparatus of basic input/output system
US9483189B2 (en) Systems and methods for scheduling write requests for a solid state storage device
US7257658B2 (en) Message based interrupt table
US20170308298A1 (en) Simultaneous kernel mode and user mode access to a device using the nvme interface
CN102006241B (en) Method for receiving message through buffer area shared by multiple applications
WO2006038717B1 (en) External data interface in a computer architecture for broadband networks
US11314571B2 (en) Multi-processor system with distributed mailbox architecture and communication method thereof
US20120226844A1 (en) Dual processor system and method for using the same
WO2020177577A1 (en) Method and apparatus for controller to load multi-core firmware, and computer device
CN110362517B (en) Techniques for dynamically adjusting the manner in which I/O requests are transferred between a computing device and a storage device
US20220011971A1 (en) Method for processing read/write data, apparatus, and computer readable storage medium thereof
CN107277022B (en) Process marking method and device
CN105190577A (en) Coalescing memory access requests
CN111158920A (en) Process data read-write optimization method and system for mobile system
US7979601B2 (en) External direct memory access of embedded controller memory
US20150278114A1 (en) Control apparatus and control method
US20220253238A1 (en) Method and apparatus for accessing solid state disk
CN110993014A (en) Behavior test method and device of SSD in idle state, computer equipment and storage medium
US20150067873A1 (en) Information processing device and method for limiting function
CN112860595B (en) PCI (peripheral component interconnect express) equipment or PCIE (peripheral component interconnect express) equipment, data access method and related assembly
US20210081349A1 (en) Hot-plugged pcie device configuration system
CN113342270A (en) Volume unloading method and device and electronic equipment
CN116601616A (en) Data processing device, method and related equipment
CN108073559B (en) Method, device and system for realizing table data updating

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant after: Guangdong AOPO smart home Co.,Ltd.

Address before: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant before: ZHONGSHAN AOPO METAL MANUFACTORY Co.,Ltd.

CB02 Change of applicant information
TA01 Transfer of patent application right

Effective date of registration: 20230907

Address after: No. 18 Tai'an West Lane, Yuelong Middle Road, Xiaolan Town, Zhongshan City, Guangdong Province, 528400

Applicant after: Zhang Jiehui

Address before: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant before: Guangdong AOPO smart home Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant