CN111290817A - Data loading method and system of desktop system - Google Patents

Data loading method and system of desktop system Download PDF

Info

Publication number
CN111290817A
CN111290817A CN202010071909.1A CN202010071909A CN111290817A CN 111290817 A CN111290817 A CN 111290817A CN 202010071909 A CN202010071909 A CN 202010071909A CN 111290817 A CN111290817 A CN 111290817A
Authority
CN
China
Prior art keywords
data
client
server
hard disk
client computer
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
CN202010071909.1A
Other languages
Chinese (zh)
Other versions
CN111290817B (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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202010071909.1A priority Critical patent/CN111290817B/en
Publication of CN111290817A publication Critical patent/CN111290817A/en
Application granted granted Critical
Publication of CN111290817B publication Critical patent/CN111290817B/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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the disclosure provides a data loading method and system of a desktop system. The method comprises the steps that an authentication module sends a loading request to a server side, and the loading request is used for loading basic data corresponding to a computer operating system to a client side computer; the server receives the loading request and sends the basic data corresponding to the computer operating system to the client computer; and the client receives the basic data and stores the basic data on the physical hard disk of the client computer, modifies the data pointer on the server and maps the data pointer to the physical hard disk of the client computer. Operating systems, drivers and application software do not need to be installed one by one for each terminal, and the terminal is added into the environment such as a domain; and calling data from the server side according to actual requirements, wherein calling of the called data from the server side is not needed.

Description

Data loading method and system of desktop system
Technical Field
Embodiments of the present disclosure relate generally to the field of desktops, and more particularly, to a data loading method, system, device, and computer-readable storage medium for a desktop system.
Background
In recent years, with the rapid development of computer networks, distributed technologies, cloud computing and the like, various cloud services are more and more accepted by government enterprises.
Currently, desktop systems are mainly divided into two types: (1) in traditional distributed computing, heterogeneous computing environments of terminals are completely independent and only communicate and cooperate with each other through a network. (2) Based on the cloud computing technology of server virtualization, a terminal is only a remote desktop of server computing resources.
The server-side program is a core component of the desktop system, realizes unified configuration, monitoring and management of the system by the web management platform, and is responsible for background services such as a front-end operating system, data backup, recovery and data storage. The client program is installed on the terminal, bears the communication with the server, receives the issuing of the strategy and executes the deployment of the strategy. Meanwhile, the client side can gather the operation conditions of the terminal and feed the operation conditions back to the server so that a manager can check and analyze the operation conditions conveniently.
For the first mode, due to the independence of the terminals, an administrator needs to customize a standardized user desktop environment, and install an operating system, a driver and application software for each terminal one by one and add the operating system, the driver and the application software into a domain and other environments; the data transmission quantity is large, the operation is complex, and the time consumption is long.
Disclosure of Invention
According to an embodiment of the present disclosure, a data loading scheme of a desktop system is provided.
In a first aspect of the disclosure, a data loading method of a desktop system is provided. The method comprises the following steps: the authentication module sends a loading request to the server side, and requests to load basic data corresponding to the computer operating system to the client computer; the server receives the loading request and sends the basic data corresponding to the computer operating system to the client computer; and the client receives the basic data and stores the basic data on the physical hard disk of the client computer, modifies the data pointer on the server and maps the data pointer to the physical hard disk of the client computer.
In a second aspect of the present disclosure, a data loading system for a desktop system is provided. The system comprises: the authentication module is used for receiving the operation of a user in the client computer; sending a calling request to a server side, and requesting to call data corresponding to the data operation; the client computer is used for receiving the data from the server end and storing the data into a hard disk of the client computer; and the server is used for receiving the calling request, calling corresponding data from a server hard disk according to the calling request and sending the data to the client computer.
In a third aspect of the disclosure, an electronic device is provided. The electronic device includes: a memory having a computer program stored thereon and a processor implementing the method as described above when executing the program.
In a fourth aspect of the present disclosure, a computer readable storage medium is provided, having stored thereon a computer program, which when executed by a processor, implements a method as in accordance with the first aspect of the present disclosure.
It should be understood that the statements herein reciting aspects are not intended to limit the critical or essential features of the embodiments of the present disclosure, nor are they intended to limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. In the drawings, like or similar reference characters designate like or similar elements, and wherein:
FIG. 1 illustrates a schematic diagram of an exemplary operating environment in which embodiments of the present disclosure can be implemented;
FIG. 2 is a flow diagram of a data loading method 200 for a desktop system according to an embodiment of the present disclosure;
FIG. 3 is a block diagram of a data loading system 300 for a desktop system according to an embodiment of the present disclosure;
FIG. 4 illustrates a block diagram of an exemplary electronic device capable of implementing embodiments of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
In addition, the term "and/or" herein is only one kind of association relationship describing an associated object, and means that there may be three kinds of relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
FIG. 1 illustrates a schematic diagram of an exemplary operating environment 100 in which embodiments of the present disclosure can be implemented. The runtime environment 100 includes a client 102 and a server 104. In the present disclosure, the desktop system includes a client 102 installed on a client computer and a server 104 located at a remote end. The client 102 may be one or more. The client 102 and the server 104 are connected via a network. A data pointer storage module is installed in the server side 104, and the data pointer storage module is used for storing a data pointer file corresponding to the client side 102. The data pointer file is a necessary pointer file for starting and identifying data on a hard disk of a client computer, the data pointer file on the hard disk of the client computer is stripped and stored on a server, and the hard disk data of the client computer can be identified, read or written only in an environment that the client computer obtains credit of the server and is communicated with the server; that is, when the client computer is out of the monitoring of the server, the data of the storage sector of the hard disk on the client computer will lose the corresponding data pointer, and the data cannot be recognized and read. The operating environment 100 further includes an authentication module 106, where the authentication module 106 may be installed at a client or a server, and the authentication module 106 stores a trusted authentication system for comparing data information of the client 102 and the server 104, and the trusted authentication system and the client computer are started simultaneously to monitor the client computer.
FIG. 2 shows a flow diagram of a data loading method 200 for a desktop system according to an embodiment of the disclosure.
At block 202, the authentication module sends a load request to the server requesting to load the basic data corresponding to the computer operating system to the client computer;
in some embodiments, the authentication module may be installed at the client or at the server, and after the client computer is powered on and started, the authentication module is first connected or started to perform trusted authentication of user identity authentication. After the authentication is passed, the authentication module sends a loading request to the server terminal to request to load basic data corresponding to a computer operating system of the client computer to the client computer;
in some embodiments, the data required by the client computer operating system is stored on the server prior to initialization of the client program, without prior deployment to the client computer. Meanwhile, a data pointer corresponding to the client computer is stored in a data pointer storage module of the server, and the data pointer is used for mapping the operation on the client computer into the data operation on the physical hard disk of the server.
In some embodiments, data required by the operating system of the client computer is stored in a read-only storage area on the server, namely, the storage area can only be subjected to data modification by the server, and the client program is a read-only storage area, so that the credibility of original data of the operating system is ensured; the data in the storage area can be loaded to a plurality of client computers, namely, only one copy of required data is required to be provided for the plurality of client computers for repeated loading, so that the storage space of a server end is saved.
And the local data storage area of the client computer is an active storage area allowing the client program to be read and written, and allowing a user to modify the data storage area.
In some embodiments, the authentication module is loaded in a key manner or is embedded in a local hard disk boot area.
In some embodiments, the base data is the minimum data required for the computer operating system to run, e.g., including only necessary system components, fonts, etc.
In some embodiments, after the authentication is passed, the authentication module does not need to send a loading request to the server side, and requests to load basic data corresponding to the computer operating system of the client computer to the client computer; instead, the operation of the user in the operating system of the client computer is received as shown in block 210, and a call request is sent to the server to request to call the data corresponding to the data operation. In some embodiments, block 202 may be performed sequentially or simultaneously with block 210.
In block 204, the server receives the loading request and sends the basic data corresponding to the computer operating system to the client computer;
in some embodiments, the loading request further includes a system resource usage rate of the client program, so that the server performs a determination according to the system resource usage rate, and when the system resource usage rate is lower than a preset threshold, may load basic data corresponding to a computer operating system to the client program.
In some embodiments, the server sends the required basic data to the client computer requesting to load, according to the resource utilization rates of different client computers and itself, from the client computer itself or the idle client computer storing the basic data corresponding to the computer operating system, by using the P2P mechanism.
In some embodiments, the server and the client computer are connected through gigabit ethernet, optical fiber, etc., which ensures that the data transmission rate is not lower than the data transmission rate at which the client computer directly reads the local hard disk data.
At block 206, the client receives the base data and stores it on the physical hard disk of the client computer, modifying the data pointer on the server;
for example, the data pointer mapped to the physical hard disk of the client computer is sent to the server, so that the server modifies the corresponding data pointer stored on the server to map to the physical hard disk of the client computer.
In some embodiments, after receiving and storing the basic data, the client program sends a data pointer corresponding to the basic data to the server, where the data pointer is mapped onto a physical hard disk of the client computer, so that the server receives the data pointer, stores the data pointer in a data pointer storage module of the server, and marks the data pointer as a data pointer mapped onto the physical hard disk of the client computer.
At block 208, the server receives the data pointer mapped to the physical hard disk of the client computer as a data pointer corresponding to the base data;
through the operation, the server updates the data pointer corresponding to the client program so as to direct the data operation of the client program to the physical hard disk of the client computer. The user's operation of the operating system of the client computer is directed to the data on the physical hard disk of the client computer, rather than the data on the physical hard disk of the server. However, to conserve network resources, the underlying data does not include all of the data of the computer operating system; and for other data except the basic data, the server provides the data to the client program according to the mode that the client program calls as required.
The authentication module sends a loading request to the server side, and requests to load basic data corresponding to the computer operating system to the client computer;
in some embodiments, the method further comprises the steps of:
at block 210, the client program receives the operation of the user in the operating system of the client computer, and sends a call request to the server to call the data corresponding to the data operation.
And the client program maps the operation of the client in the client computer operating system into the data operation of the physical hard disk of the server through a preset data pointer file.
In some embodiments, the client program identifies and schedules file data corresponding to the operation according to the user operation, and mounts the file data from the server.
In block 212, the server receives the call request, and calls corresponding data from the server hard disk according to the call request and sends the data to the client program.
In some embodiments, the server side modifies a data pointer corresponding to the data while/before/after transmitting the data to the client program, and the data pointer is mapped onto a physical hard disk of the client computer.
In some embodiments, the method further comprises: the server receives the call request, firstly, whether data corresponding to the call request is transmitted to the client program or not is judged according to the data pointer, if not, the data is transmitted to the client program, and the data pointer is modified; if so, the data does not need to be transmitted to the client program, and the client program is only required to be instructed to search and call the data on the hard disk of the client computer according to the data pointer mapped to the physical hard disk of the client computer. And the client program searches and calls the data on the hard disk of the client computer according to the instruction for searching and calling the data on the hard disk of the client computer and according to the data pointer mapped to the physical hard disk of the client computer.
At block 214, the client program receives the data and stores it on the physical hard disk of the client computer, modifying the data pointer on the server.
For example, the data pointer mapped to the physical hard disk of the client computer is sent to the server, so that the server modifies the corresponding data pointer stored on the server to map to the physical hard disk of the client computer.
In some embodiments, after receiving and storing the basic data, the client program sends a data pointer corresponding to the basic data to the server, where the data pointer is mapped onto a physical hard disk of the client computer, so that the server receives the data pointer, stores the data pointer in a data pointer storage module of the server, and marks the data pointer as a data pointer mapped onto the physical hard disk of the client computer.
The client program maps the data operation of the client into the data operation of a physical hard disk of the client computer through the modified data pointer file; when a user performs read-write operation on data through a client program, the write-in data of the virtual hard disk is written into the preset write-in sector of the physical hard disk, and the read-out data of the virtual hard disk is written into the preset read-out sector of the physical hard disk.
According to the embodiment of the disclosure, the following technical effects are achieved: operating systems, drivers and application software do not need to be installed one by one for each terminal, and the terminal is added into the environment such as a domain; and calling data from the server side according to actual requirements, wherein calling of the called data from the server side is not needed.
It is noted that while for simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present disclosure is not limited by the order of acts, as some steps may, in accordance with the present disclosure, occur in other orders and concurrently. Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that acts and modules referred to are not necessarily required by the disclosure.
The above is a description of embodiments of the method, and the embodiments of the apparatus are further described below.
Fig. 3 shows a block diagram of a terminal data transmission system according to an embodiment of the present disclosure. The system 300 may be included in or implemented as the client 102, server 104, authentication module 106 of fig. 1, the server 102, 104. As shown in fig. 3, the system 300 includes:
an authentication module 106 for receiving user operations in the client computer 102; sending a calling request to a server side, and requesting to call data corresponding to the data operation;
the client 102 is used for receiving the data from the server 104 and storing the data into a client hard disk;
and the server 104 is configured to receive the call request, call corresponding data from a server hard disk according to the call request, and send the data to the client 102.
According to the embodiment of the disclosure, the following technical effects are achieved: operating systems, drivers and application software do not need to be installed one by one for each terminal, and the terminal is added into the environment such as a domain; and calling data from the server side according to actual requirements, wherein calling of the called data from the server side is not needed.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the described module may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
FIG. 4 shows a schematic block diagram of an electronic device 400 that may be used to implement embodiments of the present disclosure. The device 400 may be used to implement at least one of the client 102, the server 104, and the authentication module 106 of fig. 1. As shown, device 400 includes a Central Processing Unit (CPU)401 that may perform various appropriate actions and processes in accordance with computer program instructions stored in a Read Only Memory (ROM)402 or loaded from a storage unit 408 into a Random Access Memory (RAM) 403. In the RAM 403, various programs and data required for the operation of the device 400 can also be stored. The CPU401, ROM 402, and RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
A number of components in device 400 are connected to I/O interface 405, including: an input unit 406 such as a keyboard, a mouse, or the like; an output unit 407 such as various types of displays, speakers, and the like; a storage unit 408 such as a magnetic disk, optical disk, or the like; and a communication unit 409 such as a network card, modem, wireless communication transceiver, etc. The communication unit 409 allows the device 400 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
Processing unit 401 performs various methods and processes described above, such as method 200. For example, in some embodiments, the method 200 may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as the storage unit 408. In some embodiments, part or all of the computer program may be loaded and/or installed onto the device 400 via the ROM 402 and/or the communication unit 409. When the computer program is loaded into RAM 403 and executed by CPU401, one or more steps of method 200 described above may be performed. Alternatively, in other embodiments, the CPU401 may be configured to perform the method 200 in any other suitable manner (e.g., by way of firmware).
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a load programmable logic device (CPLD), and the like.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
Further, while operations are depicted in a particular order, this should be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A data loading method of a desktop system is characterized by comprising the following steps:
the authentication module sends a loading request to the server side, and requests to load basic data corresponding to the computer operating system to the client computer;
the server receives the loading request and sends the basic data corresponding to the computer operating system to the client computer;
and the client receives the basic data and stores the basic data on the physical hard disk of the client computer, modifies the data pointer on the server and maps the data pointer to the physical hard disk of the client computer.
2. The method of claim 1, wherein the server receives the loading request and sends the base data corresponding to the computer operating system to the client computer comprises:
sending corresponding basic data to a client computer according to the loading request;
the corresponding basic data is stored on a physical hard disk of the server; or stored on the physical hard disk of other client computers.
3. The method of claim 1, further comprising:
the client program receives the operation of a user in the client computer operating system; sending a calling request to a server side, and requesting to call data corresponding to the data operation;
the server receives the call request, calls corresponding data according to the call request and sends the data to the client program;
and the client program receives the data and stores the data into a client hard disk.
4. The method of claim 3, wherein the client program receives the data and storing the data in a hard disk of a client computer further comprises:
and after receiving and storing the data, the client program modifies a data pointer on the server and maps the data pointer to the physical hard disk of the client computer.
5. The method of claim 4,
the step of receiving the call request by the server, calling corresponding data from a server hard disk according to the call request, and sending the data to the client program further comprises the following steps:
and the server terminal modifies the data pointer which is stored in the data pointer storage module and corresponds to the calling request, and maps the data pointer to a physical hard disk of the client computer.
6. The method according to claim 4 or 5, wherein the server receives the call request, calls corresponding data from a server hard disk according to the call request, and sends the corresponding data to the client program further comprises:
the server receives the call request, and firstly judges whether data corresponding to the call request has been sent to the client program; if not, calling corresponding data from a server-side hard disk according to the calling request and sending the data to the client-side program; and if so, indicating the client program to search and call the data on the hard disk of the client computer according to the data pointer mapped to the physical hard disk of the client computer.
7. The method of claim 6, wherein the client program receives the data and storing the data in a client hard disk further comprises:
and the client program searches and calls the data on the hard disk of the client computer according to the data pointer mapped to the physical hard disk of the client computer.
8. A terminal data transmission system of a desktop system, comprising:
the authentication module is used for receiving the operation of a user in the client computer; sending a calling request to a server side, and requesting to call data corresponding to the data operation;
the client computer is used for receiving the data from the server end and storing the data into a hard disk of the client computer;
and the server is used for receiving the calling request, calling corresponding data from a server hard disk according to the calling request and sending the data to the client computer.
9. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program, wherein the processor, when executing the program, implements the method of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1 to 7.
CN202010071909.1A 2020-01-21 2020-01-21 Data loading method and system of desktop system Active CN111290817B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010071909.1A CN111290817B (en) 2020-01-21 2020-01-21 Data loading method and system of desktop system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010071909.1A CN111290817B (en) 2020-01-21 2020-01-21 Data loading method and system of desktop system

Publications (2)

Publication Number Publication Date
CN111290817A true CN111290817A (en) 2020-06-16
CN111290817B CN111290817B (en) 2024-05-14

Family

ID=71023381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010071909.1A Active CN111290817B (en) 2020-01-21 2020-01-21 Data loading method and system of desktop system

Country Status (1)

Country Link
CN (1) CN111290817B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110265083A1 (en) * 2010-04-26 2011-10-27 Vmware, Inc. File system independent content aware cache
CN102790760A (en) * 2012-05-31 2012-11-21 清华大学 Data synchronization method based on directory tree in safe network disc system
CN102982258A (en) * 2012-11-09 2013-03-20 北京深思洛克软件技术股份有限公司 System for conducting original-edition check to mobile application program
US20130152085A1 (en) * 2011-12-13 2013-06-13 International Business Machines Corporation Optimizing Storage Allocation in a Virtual Desktop Environment
CN104054068A (en) * 2011-11-29 2014-09-17 韦斯技术有限公司 Improved bandwidth optimization for remote desktop protocol
CN104991526A (en) * 2015-05-04 2015-10-21 中国科学院软件研究所 Industrial control system safe support framework and data safe transmission and storage method thereof
CN105516368A (en) * 2016-02-03 2016-04-20 浪潮软件股份有限公司 Cloud desktop client, server and method and system for implementing cloud desktop
CN106502927A (en) * 2016-10-26 2017-03-15 北京德普信科技有限公司 Trusted end-user is calculated and data inactivity security system and method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110265083A1 (en) * 2010-04-26 2011-10-27 Vmware, Inc. File system independent content aware cache
CN104054068A (en) * 2011-11-29 2014-09-17 韦斯技术有限公司 Improved bandwidth optimization for remote desktop protocol
US20130152085A1 (en) * 2011-12-13 2013-06-13 International Business Machines Corporation Optimizing Storage Allocation in a Virtual Desktop Environment
CN103198090A (en) * 2011-12-13 2013-07-10 国际商业机器公司 A method and a system for optimizing storage allocation in a virtual desktop environment
CN102790760A (en) * 2012-05-31 2012-11-21 清华大学 Data synchronization method based on directory tree in safe network disc system
CN102982258A (en) * 2012-11-09 2013-03-20 北京深思洛克软件技术股份有限公司 System for conducting original-edition check to mobile application program
CN104991526A (en) * 2015-05-04 2015-10-21 中国科学院软件研究所 Industrial control system safe support framework and data safe transmission and storage method thereof
CN105516368A (en) * 2016-02-03 2016-04-20 浪潮软件股份有限公司 Cloud desktop client, server and method and system for implementing cloud desktop
CN106502927A (en) * 2016-10-26 2017-03-15 北京德普信科技有限公司 Trusted end-user is calculated and data inactivity security system and method

Also Published As

Publication number Publication date
CN111290817B (en) 2024-05-14

Similar Documents

Publication Publication Date Title
US10938668B1 (en) Safe deployment using versioned hash rings
WO2019179026A1 (en) Electronic device, method for automatically generating cluster access domain name, and storage medium
US11556348B2 (en) Bootstrapping profile-guided compilation and verification
CN109933585B (en) Data query method and data query system
US20220027173A1 (en) Processing an operation with a plurality of processing steps
CN110888658B (en) Method and device for dynamically changing function modules in application program and storage medium
US20170085653A1 (en) Method, device and system for message distribution
CN111885184A (en) Method and device for processing hot spot access keywords in high concurrency scene
CN112685148A (en) Asynchronous communication method and device of mass terminals, computer equipment and storage medium
CN111338688B (en) Data long-acting caching method and device, computer system and readable storage medium
CN114691286A (en) Server system, virtual machine creation method and device
CN113900907B (en) Mapping construction method and system
CN116028455A (en) Data processing method and device, storage medium and electronic equipment
CN111045789B (en) Virtual machine starting method and device, electronic equipment and storage medium
CN111767126A (en) System and method for distributed batch processing
CN111290817B (en) Data loading method and system of desktop system
US20220335047A1 (en) System and method for dynamic memory allocation for query execution
CN116185578A (en) Scheduling method of computing task and executing method of computing task
CN111506321A (en) Method and system for loading software running environment
CN114356970A (en) Storage system resource caching method and device
CN112231290A (en) Method, device and equipment for processing local log and storage medium
CN111857964A (en) Method and equipment for transmitting data of virtual machine CAN port to physical machine CAN port equipment
CN111611077A (en) Task parameter processing method, terminal and storage medium
CN111325456B (en) Asset data processing method and apparatus, computer system, and storage medium
CN116743589B (en) Cloud host migration method and device and electronic equipment

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
GR01 Patent grant
GR01 Patent grant