WO2021077747A1 - 一种实现应用加载的方法、装置、计算机存储介质及终端 - Google Patents

一种实现应用加载的方法、装置、计算机存储介质及终端 Download PDF

Info

Publication number
WO2021077747A1
WO2021077747A1 PCT/CN2020/093086 CN2020093086W WO2021077747A1 WO 2021077747 A1 WO2021077747 A1 WO 2021077747A1 CN 2020093086 W CN2020093086 W CN 2020093086W WO 2021077747 A1 WO2021077747 A1 WO 2021077747A1
Authority
WO
WIPO (PCT)
Prior art keywords
streaming media
storage system
directory
application
partition
Prior art date
Application number
PCT/CN2020/093086
Other languages
English (en)
French (fr)
Inventor
王园
Original Assignee
苏州浪潮智能科技有限公司
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 苏州浪潮智能科技有限公司 filed Critical 苏州浪潮智能科技有限公司
Publication of WO2021077747A1 publication Critical patent/WO2021077747A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Definitions

  • This article relates to but is not limited to network monitoring technology, especially a method, device, computer storage medium and terminal for implementing application loading.
  • IPSAN network protocol storage area network
  • the embodiments of the present invention provide a method, a device, a computer storage medium, and a terminal for implementing application loading, which can simplify the composition of a video surveillance system.
  • the embodiment of the present invention provides a method for implementing application loading, including:
  • the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the method when it is determined that the storage system does not meet the installation requirements of the streaming media application, the method further includes:
  • the method further includes:
  • the method when the streaming media application is loaded, the method further includes:
  • the storage system caching of the collected monitoring data is stopped, and the collected monitoring data is directly stored in the disk array.
  • the directory partition includes:
  • an embodiment of the present invention also provides an apparatus for implementing application loading, including: a determining unit and a loading unit; wherein,
  • the determining unit is used to determine whether the storage system meets the installation requirements of streaming media applications
  • the loading unit is used for: when the determining unit determines that the storage system meets the installation requirements of the streaming media application, configure a directory partition for storing the streaming media application installation directory in the system disk of the storage system to load the streaming media application;
  • the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the device further includes an upgrade unit for:
  • the determining unit determines that the storage system does not meet the installation requirements of the streaming media application, it upgrades the dependent files of the storage system so that the upgraded storage system meets the installation requirements of the streaming media application.
  • the device further includes a modification unit, configured to:
  • an embodiment of the present invention also provides a computer storage medium in which computer-executable instructions are stored, and the computer-executable instructions are used to execute the foregoing method for implementing application loading.
  • an embodiment of the present invention also provides a terminal, including: a memory and a processor; wherein,
  • the processor is configured to execute program instructions in the memory
  • the program instructions are read by the processor to execute the foregoing method for implementing application loading.
  • the technical solutions of the present application include: determining whether the storage system meets the installation requirements of streaming media applications; when the storage system meets the installation requirements of streaming media applications, configure the storage system disk to store the installation of streaming media applications
  • the directory partition of the directory for loading streaming media applications wherein, the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the embodiment of the present invention simplifies the composition of the video monitoring system, and provides technical support for the further application of the video monitoring system.
  • FIG. 1 is a flowchart of a method for implementing application loading according to an embodiment of the present invention
  • Fig. 2 is a structural block diagram of a device for implementing application loading according to an embodiment of the present invention.
  • Fig. 1 is a flowchart of a method for implementing application loading according to an embodiment of the present invention, as shown in Fig. 1, including:
  • Step 101 Determine whether the storage system meets the installation requirements of streaming media applications
  • the embodiment of the present invention can determine whether the storage system meets the installation requirements of the streaming media application according to the versions of the storage system and the streaming media application.
  • the method when it is determined that the storage system does not meet the installation requirements of the streaming media application, the method further includes:
  • dependent files also referred to as dependent libraries
  • dependent libraries are related files known to those skilled in the art.
  • the storage system may be upgraded through a Red Hat Package Manager (rpm, Red Hat Package Manager).
  • rpm Red Hat Package Manager
  • Step 102 When the storage system meets the installation requirements of the streaming media application, configure a directory partition for storing the installation directory of the streaming media application in the system disk of the storage system to load the streaming media application;
  • the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the method in the embodiment of the present invention further includes:
  • modifying the directory permissions of the storage system includes: changing the storage system's tmp (temporary files generated by the system, which are essentially the same as virtual memory.
  • the temporary files are more targeted than virtual memory.
  • the directory permission of the application service is 777; among them, the method of changing the permission of the tmp directory of the storage system to 777 is a configuration method commonly used by those skilled in the art.
  • the method in the embodiment of the present invention further includes:
  • the storage system caching of the collected monitoring data is stopped, and the collected monitoring data is directly stored in the disk array.
  • the embodiment of the present invention when the number of concurrent video monitoring channels is greater than the preset value, it will cause serious CPU load.
  • the embodiment of the present invention modifies the read and write mode of the file system and stops the acquisition The monitoring data is cached by the storage system, and the collected monitoring data is directly stored in the disk array. Through the above modification, the working performance of the storage system is improved.
  • the directory partition includes: an independently configured partition for storing an installation directory of a streaming media application.
  • the method further includes:
  • the performing load balancing control on the CPU of the storage system includes: if the load of the single-core CPU is too high, and the other core CPUs are more idle, viewing the resources in the program interrupt (/proc/interrupts) Occupy higher soft interrupts and redistribute them to balance the occupancy of each core resource.
  • the method in the embodiment of the present invention further includes:
  • the network card bonding mode of the storage system is modified from the load balancing mode to the polling mode to ensure the link bandwidth of multiple network cards.
  • the embodiment of the present invention improves the computing performance and network performance of the storage system by adjusting the load balancing control and the network card binding mode.
  • the technical solutions of the present application include: determining whether the storage system meets the installation requirements of streaming media applications; when the storage system meets the installation requirements of streaming media applications, configure the storage system disk to store the installation of streaming media applications
  • the directory partition of the directory for loading streaming media applications wherein, the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the embodiment of the present invention simplifies the composition of the video monitoring system, and provides technical support for the further application of the video monitoring system.
  • FIG. 2 is a structural block diagram of an apparatus for implementing application loading according to an embodiment of the present invention. As shown in FIG. 2, it includes: a determining unit and a loading unit; wherein,
  • the determining unit is used to determine whether the storage system meets the installation requirements of streaming media applications
  • the loading unit is used for: when the determining unit determines that the storage system meets the installation requirements of the streaming media application, configure a directory partition for storing the streaming media application installation directory in the system disk of the storage system to load the streaming media application;
  • the directory partition is a partition that keeps the storage content unchanged when the system restarts.
  • the embodiment of the present invention can determine whether the storage system meets the installation requirements of the streaming media application according to the versions of the storage system and the streaming media application.
  • the device further includes an upgrade unit for:
  • the determining unit determines that the storage system does not meet the installation requirements of the streaming media application, it upgrades the dependent files of the storage system so that the upgraded storage system meets the installation requirements of the streaming media application.
  • dependent files also referred to as dependent libraries
  • dependent libraries are related files known to those skilled in the art.
  • the storage system can be upgraded through the Red Hat Software Package Manager (rpm) in this embodiment of the present invention.
  • rpm Red Hat Software Package Manager
  • the device further includes a modification unit, configured to:
  • modifying the directory permissions of the storage system includes: changing the storage system's tmp (temporary files generated by the system, which are essentially the same as virtual memory.
  • the temporary files are more targeted than virtual memory.
  • the directory permission of the application service is 777; among them, the method of changing the permission of the tmp directory of the storage system to 777 is a configuration method commonly used by those skilled in the art.
  • the device further includes a storage processing unit, configured to:
  • the storage system caching of the collected monitoring data is stopped, and the collected monitoring data is directly stored in the disk array.
  • the embodiment of the present invention when the number of concurrent video monitoring channels is greater than the preset value, it will cause serious CPU load.
  • the embodiment of the present invention modifies the read and write mode of the file system and stops the acquisition The monitoring data is cached by the storage system, and the collected monitoring data is directly stored in the disk array. Through the above modification, the working performance of the storage system is improved.
  • the directory partition includes: an independently configured partition for storing an installation directory of a streaming media application.
  • the method further includes:
  • the performing load balancing control on the CPU of the storage system includes: if the load of the single-core CPU is too high, and the other core CPUs are more idle, viewing the resources in the program interrupt (/proc/interrupts) Occupy higher soft interrupts and redistribute them to balance the occupancy of each core resource.
  • the method in the embodiment of the present invention further includes:
  • the network card bonding mode of the storage system is modified from the load balancing mode to the polling mode to ensure the link bandwidth of multiple network cards.
  • the embodiment of the present invention improves the computing performance and network performance of the storage system by adjusting the load balancing control and the network card binding mode.
  • the technical solutions of the present application include: determining whether the storage system meets the installation requirements of streaming media applications; when the storage system meets the installation requirements of streaming media applications, configure the storage system disk to store streaming media application installations
  • the embodiment of the present invention simplifies the composition of the video surveillance system, and provides technical support for the further application of the video surveillance system.
  • An embodiment of the present invention also provides a computer storage medium, in which computer-executable instructions are stored, and the computer-executable instructions are used to execute the foregoing method for implementing application loading.
  • the embodiment of the present invention also provides a terminal, including: a memory and a processor; wherein,
  • the processor is configured to execute program instructions in the memory
  • the program instructions are read by the processor to execute the foregoing method for implementing application loading.
  • Such software may be distributed on a computer-readable medium
  • the computer-readable medium may include a computer storage medium (or non-transitory medium) and a communication medium (or transitory medium).
  • the term computer storage medium includes volatile and non-volatile data implemented in any method or technology for storing information (such as computer-readable instructions, data structures, program modules, or other data).
  • Information such as computer-readable instructions, data structures, program modules, or other data.
  • Computer storage media include but are not limited to RAM, ROM, EEPROM, flash memory or other memory technologies, CD-ROM, digital versatile disk (DVD) or other optical disk storage, magnetic cassettes, magnetic tapes, magnetic disk storage or other magnetic storage devices, or Any other medium used to store desired information and that can be accessed by a computer.
  • communication media usually contain computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as carrier waves or other transmission mechanisms, and may include any information delivery media. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种实现应用加载的方法、装置、计算机存储介质及终端,包括:确定存储系统是否满足流媒体应用的安装要求;存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;其中,所述目录分区为系统重启时保持存储内容不变的分区。本发明实施例简化了视频监控系统的组成,为视频监控系统的进一步应用提供了技术支持。

Description

一种实现应用加载的方法、装置、计算机存储介质及终端
本申请要求于2019年10月25日提交中国专利局、申请号为201911024934.8、发明名称为“一种实现应用加载的方法、装置、计算机存储介质及终端”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本文涉及但不限于网络监控技术,尤指一种实现应用加载的方法、装置、计算机存储介质及终端。
背景技术
在视频监控领域,包括图像采集装置在内的前端设备采集的视频、图片等监控数据最终会被存储在后端的存储设备中。一般的,视频监控厂家配置网络协议存储区域网络(IPSAN)服务器,用于加载运行流媒体应用,建立存储设备与IPSAN服务器网络连接后,将监控数据存储在存储设备中。
由于IPSAN服务器成本较高,如何简化视频监控系统组成成为一个有待解决的问题。
发明内容
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。
本发明实施例提供一种实现应用加载的方法、装置、计算机存储介质及终端,能够简化视频监控系统的组成。
本发明实施例提供了一种实现应用加载的方法,包括:
确定存储系统是否满足流媒体应用的安装要求;
存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
其中,所述目录分区为系统重启时保持存储内容不变的分区。
在一种示例性实施例中,确定所述存储系统不满足流媒体应用的安装 要求时,所述方法还包括:
升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
在一种示例性实施例中,所述进行流媒体应用的加载之后,所述方法还包括:
修改所述存储系统的目录权限,以使所述流媒体应用具有存储系统目录的写权限。
在一种示例性实施例中,加载所述流媒体应用时,所述方法还包括:
当采集的监控数据的路数大于预设数值时,停止对采集的所述监控数据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中。
在一种示例性实施例中,所述目录分区包括:
独立配置的用于存储流媒体应用安装目录的分区。
另一方面,本发明实施例还提供一种实现应用加载的装置,包括:确定单元和加载单元;其中,
确定单元用于:确定存储系统是否满足流媒体应用的安装要求;
加载单元用于:确定单元确定存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
其中,所述目录分区为系统重启时保持存储内容不变的分区。
在一种示例性实施例中,所述装置还包括升级单元,用于:
确定单元确定所述存储系统不满足流媒体应用的安装要求时,升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
在一种示例性实施例中,所述装置还包括修改单元,用于:
修改所述存储系统的目录权限,以使加载的所述流媒体应用具有存储系统目录的写权限。
再一方面,本发明实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行指令,所述计算机可执行指令用于执行上述实现应用加载的方法。
还一方面,本发明实施例还提供一种终端,包括:存储器和处理器;其中,
处理器被配置为执行存储器中的程序指令;
程序指令在处理器读取执行上述实现应用加载的方法。
与相关技术相比,本申请技术方案包括:确定存储系统是否满足流媒体应用的安装要求;存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;其中,所述目录分区为系统重启时保持存储内容不变的分区。本发明实施例简化了视频监控系统的组成,为视频监控系统的进一步应用提供了技术支持。
本发明的其它特征和优点将在随后的说明书中阐述,并且,部分地从说明书中变得显而易见,或者通过实施本发明而了解。本发明的目的和其他优点可通过在说明书、权利要求书以及附图中所特别指出的结构来实现和获得。
附图说明
附图用来提供对本发明技术方案的进一步理解,并且构成说明书的一部分,与本申请的实施例一起用于解释本发明的技术方案,并不构成对本发明技术方案的限制。
图1为本发明实施例实现应用加载的方法的流程图;
图2为本发明实施例实现应用加载的装置的结构框图。
具体实施方式
为使本发明的目的、技术方案和优点更加清楚明白,下文中将结合附图对本发明的实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。
在附图的流程图示出的步骤可以在诸如一组计算机可执行指令的计算机系统中执行。并且,虽然在流程图中示出了逻辑顺序,但是在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤。
图1为本发明实施例实现应用加载的方法的流程图,如图1所示,包括:
步骤101、确定存储系统是否满足流媒体应用的安装要求;
在一种示例性实施例中,本发明实施例可以根据存储系统和流媒体应用的版本,确定存储系统是否满足流媒体应用的安装要求。
在一种示例性实施例中,确定所述存储系统不满足流媒体应用的安装要求时,所述方法还包括:
升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
需要说明的是,本发明实施例依赖文件(也称为依赖库)为本领域技术人员公知的相关文件。
在一种示例性实施例中,本发明实施例可以通过红帽软件包管理器(rpm,RedHat Package Manager)进行存储系统的升级。
步骤102、存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
其中,所述目录分区为系统重启时保持存储内容不变的分区。
在一种示例性实施例中,所述进行流媒体应用的加载之后,本发明实施例方法还包括:
修改所述存储系统的目录权限,以使所述流媒体应用具有存储系统目录的写权限。
在一种示例性实施例中,修改存储系统的目录权限包括:更改存储系统的tmp(系统产生的临时文件,本质上和虚拟内存相同,临时文件比虚拟内存更具有针对性,单独为某个应用程序服务)目录权限为777;其中,更改存储系统的tmp目录权限为777的方法为本领域技术人员惯用的配置方法。
在一种示例性实施例中,加载所述流媒体应用时,本发明实施例方法还包括:
当采集的监控数据的路数大于预设数值时,停止对采集的所述监控数 据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中。
本发明实施例当视频监控并发路数大于预设数值时,会导致CPU负载严重,为有效保证监控数据稳定不丢帧,本发明实施例对文件系统的读写方式进行修改,停止对采集的所述监控数据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中,通过上述修改,提升了存储系统的工作性能。
在一种示例性实施例中,所述目录分区包括:独立配置的用于存储流媒体应用安装目录的分区。
在一种示例性实施例中,所述方法还包括:
对所述存储系统的CPU进行负载均衡控制。
在一种示例性实施例中,所述对存储系统的CPU进行负载均衡控制,包括:若单核CPU负载过高,而其他核CPU空闲较多时,查看程序中断(/proc/interrupts)中资源占用较高的软中断,进行重新分配,使得各核资源占用均衡。
在一种示例性实施例中,本发明实施例方法还包括:
将所述存储系统的网卡绑定(bonding)模式从负载均衡模式修改为轮询模式,以保证多网卡的链路带宽。
本发明实施例通过负载均衡控制和网卡绑定模式的调整,提升了存储系统的运算性能和网络性能。
与相关技术相比,本申请技术方案包括:确定存储系统是否满足流媒体应用的安装要求;存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;其中,所述目录分区为系统重启时保持存储内容不变的分区。本发明实施例简化了视频监控系统的组成,为视频监控系统的进一步应用提供了技术支持。
图2为本发明实施例实现应用加载的装置的结构框图,如图2所示,包括:确定单元和加载单元;其中,
确定单元用于:确定存储系统是否满足流媒体应用的安装要求;
加载单元用于:确定单元确定存储系统满足流媒体应用的安装要求时, 在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
其中,所述目录分区为系统重启时保持存储内容不变的分区。
在一种示例性实施例中,本发明实施例可以根据存储系统和流媒体应用的版本,确定存储系统是否满足流媒体应用的安装要求。
在一种示例性实施例中,所述装置还包括升级单元,用于:
确定单元确定所述存储系统不满足流媒体应用的安装要求时,升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
需要说明的是,本发明实施例依赖文件(也称为依赖库)为本领域技术人员公知的相关文件。
在一种示例性实施例中,本发明实施例可以通过红帽软件包管理器(rpm)进行存储系统的升级。
在一种示例性实施例中,所述装置还包括修改单元,用于:
修改所述存储系统的目录权限,以使加载的所述流媒体应用具有存储系统目录的写权限。
在一种示例性实施例中,修改存储系统的目录权限包括:更改存储系统的tmp(系统产生的临时文件,本质上和虚拟内存相同,临时文件比虚拟内存更具有针对性,单独为某个应用程序服务)目录权限为777;其中,更改存储系统的tmp目录权限为777的方法为本领域技术人员惯用的配置方法。
在一种示例性实施例中,所述装置还包括存储处理单元,用于:
加载所述流媒体应用后,采集的监控数据的路数大于预设数值时,停止对采集的所述监控数据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中。
本发明实施例当视频监控并发路数大于预设数值时,会导致CPU负载严重,为有效保证监控数据稳定不丢帧,本发明实施例对文件系统的读写方式进行修改,停止对采集的所述监控数据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中,通过上述修改,提升了存储系统的 工作性能。
在一种示例性实施例中,所述目录分区包括:独立配置的用于存储流媒体应用安装目录的分区。
在一种示例性实施例中,所述方法还包括:
对所述存储系统的CPU进行负载均衡控制。
在一种示例性实施例中,所述对存储系统的CPU进行负载均衡控制,包括:若单核CPU负载过高,而其他核CPU空闲较多时,查看程序中断(/proc/interrupts)中资源占用较高的软中断,进行重新分配,使得各核资源占用均衡。
在一种示例性实施例中,本发明实施例方法还包括:
将所述存储系统的网卡绑定(bonding)模式从负载均衡模式修改为轮询模式,以保证多网卡的链路带宽。
本发明实施例通过负载均衡控制和网卡绑定模式的调整,提升了存储系统的运算性能和网络性能。
与相关技术相比,本申请技术方案包括:确定存储系统是否满足流媒体应用的安装要求;存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;其中,所述目录分区为系统重启时保持存储内容不变的分区。本发明实施例简化了视频监控系统的组成,为视频监控系统的进一步应用提供了技术支持。
本发明实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行指令,所述计算机可执行指令用于执行上述实现应用加载的方法。
本发明实施例还提供一种终端,包括:存储器和处理器;其中,
处理器被配置为执行存储器中的程序指令;
程序指令在处理器读取执行上述实现应用加载的方法。
本领域普通技术人员可以理解,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适 当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由若干物理组件合作执行。某些组件或所有组件可以被实施为由处理器,如数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在计算机可读介质上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。如本领域普通技术人员公知的,术语计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其他数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括但不限于RAM、ROM、EEPROM、闪存或其他存储器技术、CD-ROM、数字多功能盘(DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、程序模块或者诸如载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。

Claims (10)

  1. 一种实现应用加载的方法,包括:
    确定存储系统是否满足流媒体应用的安装要求;
    存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
    其中,所述目录分区为系统重启时保持存储内容不变的分区。
  2. 根据权利要求1所述的方法,其特征在于,确定所述存储系统不满足流媒体应用的安装要求时,所述方法还包括:
    升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
  3. 根据权利要求1所述的方法,其特征在于,所述进行流媒体应用的加载之后,所述方法还包括:
    修改所述存储系统的目录权限,以使所述流媒体应用具有存储系统目录的写权限。
  4. 根据权利要求1~3任一项所述的方法,其特征在于,加载所述流媒体应用时,所述方法还包括:
    当采集的监控数据的路数大于预设数值时,停止对采集的所述监控数据进行存储系统缓存,将采集的所述监控数据直接存储至磁盘阵列中。
  5. 根据权利要求1~3任一项所述的方法,其特征在于,所述目录分区包括:
    独立配置的用于存储流媒体应用安装目录的分区。
  6. 一种实现应用加载的装置,包括:确定单元和加载单元;其中,
    确定单元用于:确定存储系统是否满足流媒体应用的安装要求;
    加载单元用于:确定单元确定存储系统满足流媒体应用的安装要求时,在存储系统的系统盘内配置用于存储流媒体应用安装目录的目录分区,以进行流媒体应用的加载;
    其中,所述目录分区为系统重启时保持存储内容不变的分区。
  7. 根据权利要求6所述的装置,其特征在于,所述装置还包括升级单元,用于:
    确定单元确定所述存储系统不满足流媒体应用的安装要求时,升级所述存储系统的依赖文件,以使升级后的存储系统满足所述流媒体应用的安装要求。
  8. 根据权利要求6或7所述的装置,其特征在于,所述装置还包括修改单元,用于:
    修改所述存储系统的目录权限,以使加载的所述流媒体应用具有存储系统目录的写权限。
  9. 一种计算机存储介质,所述计算机存储介质中存储有计算机可执行指令,所述计算机可执行指令用于执行权利要求1~5中任一项所述的实现应用加载的方法。
  10. 一种终端,包括:存储器和处理器;其中,
    处理器被配置为执行存储器中的程序指令;
    程序指令在处理器读取执行权利要求1~5中任一项所述的实现应用加载的方法。
PCT/CN2020/093086 2019-10-25 2020-05-29 一种实现应用加载的方法、装置、计算机存储介质及终端 WO2021077747A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911024934.8A CN110968328A (zh) 2019-10-25 2019-10-25 一种实现应用加载的方法、装置、计算机存储介质及终端
CN201911024934.8 2019-10-25

Publications (1)

Publication Number Publication Date
WO2021077747A1 true WO2021077747A1 (zh) 2021-04-29

Family

ID=70029800

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/093086 WO2021077747A1 (zh) 2019-10-25 2020-05-29 一种实现应用加载的方法、装置、计算机存储介质及终端

Country Status (2)

Country Link
CN (1) CN110968328A (zh)
WO (1) WO2021077747A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968328A (zh) * 2019-10-25 2020-04-07 苏州浪潮智能科技有限公司 一种实现应用加载的方法、装置、计算机存储介质及终端

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9583140B1 (en) * 2015-10-06 2017-02-28 Bruce Rady Real-time playback of an edited sequence of remote media and three-dimensional assets
CN106603965A (zh) * 2015-10-19 2017-04-26 国家电网公司 一种适用于电力施工工作现场的远程实时安全监察方法
CN109189485A (zh) * 2018-08-08 2019-01-11 烽火通信科技股份有限公司 一种嵌入式设备的系统启动管理、操作系统配置方法
CN110968328A (zh) * 2019-10-25 2020-04-07 苏州浪潮智能科技有限公司 一种实现应用加载的方法、装置、计算机存储介质及终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9583140B1 (en) * 2015-10-06 2017-02-28 Bruce Rady Real-time playback of an edited sequence of remote media and three-dimensional assets
CN106603965A (zh) * 2015-10-19 2017-04-26 国家电网公司 一种适用于电力施工工作现场的远程实时安全监察方法
CN109189485A (zh) * 2018-08-08 2019-01-11 烽火通信科技股份有限公司 一种嵌入式设备的系统启动管理、操作系统配置方法
CN110968328A (zh) * 2019-10-25 2020-04-07 苏州浪潮智能科技有限公司 一种实现应用加载的方法、装置、计算机存储介质及终端

Also Published As

Publication number Publication date
CN110968328A (zh) 2020-04-07

Similar Documents

Publication Publication Date Title
US10528390B2 (en) Idempotent task execution in on-demand network code execution systems
CN109768871B (zh) 配置多个虚拟网卡的方法、宿主机和存储介质
US10445140B1 (en) Serializing duration-limited task executions in an on demand code execution system
US10725826B1 (en) Serializing duration-limited task executions in an on demand code execution system
US20120102291A1 (en) System and Method for Storage Allocation in a Cloud Environment
JP2021529386A (ja) オンデマンドネットワークコード実行システム上での補助機能の実行
US11221763B2 (en) Disk lock management method, apparatus, and system
US20170163553A1 (en) Methods and systems for providing software applications
US20150106822A1 (en) Method and system for supporting resource isolation in multi-core architecture
US10318347B1 (en) Virtualized tasks in an on-demand network code execution system
US20090319681A1 (en) Dynamic Throttling Based on Network Conditions
US20120173817A1 (en) Method for processing parallel data storage and authentication and a terminal
CN110018878B (zh) 一种分布式系统数据加载方法以及装置
US20130198400A1 (en) Cognitive Dynamic Allocation in Caching Appliances
US20160277425A1 (en) Network interface devices with remote storage control
US20140082275A1 (en) Server, host and method for reading base image through storage area network
WO2021077747A1 (zh) 一种实现应用加载的方法、装置、计算机存储介质及终端
US8191076B2 (en) Method and apparatus for making inter-process procedure calls through shared memory
US10673937B2 (en) Dynamic record-level sharing (RLS) provisioning inside a data-sharing subsystem
US9552324B2 (en) Dynamic data collection communication between adapter functions
WO2021012974A1 (zh) 基于云平台的容器化应用网络流控方法、装置、设备及存储介质
CN114116649A (zh) 一种实现文件存储QoS的方法及系统
CN110365839B (zh) 关机方法、装置、介质及电子设备
US11348656B2 (en) Efficient resource sharing
CN114374657A (zh) 一种数据处理方法和装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20878866

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20878866

Country of ref document: EP

Kind code of ref document: A1