CN112905354A - Service processing method and system for shared memory - Google Patents

Service processing method and system for shared memory Download PDF

Info

Publication number
CN112905354A
CN112905354A CN201911221385.3A CN201911221385A CN112905354A CN 112905354 A CN112905354 A CN 112905354A CN 201911221385 A CN201911221385 A CN 201911221385A CN 112905354 A CN112905354 A CN 112905354A
Authority
CN
China
Prior art keywords
file
application server
domain management
management server
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.)
Pending
Application number
CN201911221385.3A
Other languages
Chinese (zh)
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.)
China Mobile Communications Group Co Ltd
China Mobile Group Zhejiang Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Zhejiang 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 China Mobile Communications Group Co Ltd, China Mobile Group Zhejiang Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201911221385.3A priority Critical patent/CN112905354A/en
Publication of CN112905354A publication Critical patent/CN112905354A/en
Pending legal-status Critical Current

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/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses

Abstract

The embodiment of the invention relates to the technical field of communication, and discloses a service processing method and a system for a shared memory, wherein the method comprises the following steps: the domain management server extracts target service data from the service database and stores the target service data into the shared memory; the domain management server generates a data file according to the target service data in the shared memory; and the domain management server distributes the data file to an application server according to a BT protocol so that the application server performs service processing according to the data file. Through the mode, the embodiment of the invention reduces the CPU occupancy rate of the database server and improves the data loading efficiency.

Description

Service processing method and system for shared memory
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a service processing method and system for a shared memory.
Background
In the charging service system, in order to improve the efficiency of accessing service data by an application process, a service database is loaded into a local memory for a host computer to access. The method reduces the pressure of the database server caused by the fact that the business process directly and frequently accesses data in the large-scale data processing process.
Fig. 1 shows a logic diagram of a plurality of host computers accessing a business database in a cloud environment by applying the method. As shown in fig. 1, one of the hosts a deploys cloud application management for managing a business process and a data loading process. The hosts 1 to n are used for loading data from the service database and generating a shared memory, so that the service process executes services according to the service data in the shared memory.
In a specific practical process, the inventor finds that: along with the increase of the business data volume, the host computers are continuously expanded, and a large number of host computers load data from the business database, so that the CPU occupancy rate of the database server is too high, and the data loading efficiency is low.
Disclosure of Invention
In view of the foregoing problems, embodiments of the present invention provide a method and an apparatus for processing a service in a shared memory, which overcome the foregoing problems or at least partially solve the foregoing problems.
According to an aspect of the embodiments of the present invention, a method for processing a service of a shared memory is provided, which is applied to a domain management server, and the method includes:
the domain management server extracts target service data from a service database and stores the target service data into a shared memory;
the domain management server generates a data file according to the target service data in the shared memory;
and the domain management server distributes the data file to an application server according to a BT protocol so that the application server performs service processing according to the data file.
Optionally, the extracting, by the domain management server, the target service data from the service database, and generating the shared memory from the target service data includes:
and the domain management server extracts target service data from a service database according to a preset configuration file and generates the target service data into a shared memory.
Optionally, the distributing, by the domain management server, the data file to an application server according to a BT protocol, so that the application server performs service processing according to the data file, including:
the domain management server divides the data file into a plurality of block files and generates a seed file, wherein the seed file stores the information of all the block files;
the domain management server distributes the seed file to the application server so that the application server analyzes the seed file to obtain the information of the block file;
and the domain management server distributes the blocking file to an application server so that the application server downloads the blocking file according to the information of the blocking file to obtain the data file.
Optionally, the distributing, by the domain management server, the blocking file to an application server, so that the application server downloads the blocking file according to information of the blocking file to obtain the data file, where the distributing includes:
and the domain management server communicates with the application server so that the application server acquires the partitioned files downloaded by other application servers and downloads the partitioned files.
According to another aspect of the embodiments of the present invention, a method for processing a service of a shared memory is provided, which is applied to an application server, and the method includes:
the application server downloads the data file sent by the domain management server according to the BT protocol;
and the application server performs service processing according to the data file.
Optionally, the downloading, by the application server, the data file sent by the domain management server includes:
the application server receives a seed file sent by the domain management server, wherein the seed file is generated after the domain management server divides the data file into a plurality of block files, and the seed file stores information of all the block files;
the application server analyzes the seed file to obtain the information of the block file;
and the application server downloads the block file according to the information of the block file to obtain the data file.
Optionally, after the application server downloads the block file according to the information of the block file, the method further includes:
acquiring actual information of the downloaded block file;
comparing the actual information with the information of the block files obtained after the seed files are analyzed;
if the actual information is consistent with the information of any one of the block files in the information of the block files, determining that the block files are downloaded successfully;
otherwise, the block file is downloaded again.
Optionally, before the application server downloads the data file sent by the domain management server, the method further includes:
acquiring the data file with the latest time according to the file name of the data file;
and the application server downloads the data file with the latest time.
Optionally, the performing, by the application server, service processing according to the data file includes:
the application server stores the data file to a first shared memory;
and the application server performs service processing according to the data file in the first shared memory.
According to another aspect of the embodiments of the present invention, there is provided a service processing system for sharing a memory, including: the system comprises a service database, a domain management server and an application server;
the domain management server and the application server form a peer-to-peer network, and the domain management server and the application server are in communication connection through a BT protocol;
the domain management server is in communication connection with the service database;
the domain management server is used for executing the service processing method of the shared memory applied to the domain management server;
the application server is used for executing the service processing method of the shared memory applied to the application server.
The embodiment of the invention extracts target business data from a business database through a domain management server to generate a data file, and distributes the data file to an application server based on a BT protocol so that the application server performs business processing according to the data file; according to the embodiment of the invention, the domain management server extracts the target service data from the service database to generate the data file, and distributes the data file to the application server and the common application server to perform service processing according to the data file, so that the application server is prevented from directly downloading the data file from the service database, the CPU occupancy rate of the database server is reduced, and the data loading efficiency is improved.
The foregoing description is only an overview of the technical solutions of the embodiments of the present invention, and the embodiments of the present invention can be implemented according to the content of the description in order to make the technical means of the embodiments of the present invention more clearly understood, and the detailed description of the present invention is provided below in order to make the foregoing and other objects, features, and advantages of the embodiments of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a diagram illustrating the access logic of a business database in the prior art;
fig. 2 is a flowchart illustrating a method for processing a service of a shared memory according to an embodiment of the present invention;
fig. 3 shows a flowchart of data file distribution in a service processing method for a shared memory according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating a method for processing a service of a shared memory according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating downloading a data file in a service processing method for a shared memory according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram illustrating a service processing system sharing a memory according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the invention are shown in the drawings, it should be understood that the invention can be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
The application scenario of the embodiment of the invention is to execute the application process according to the service data. The server executing the application process is an application server, and the service data used by the application server executing the application comes from the domain management server. The domain management server is deployed with a System Resource Manager (SRM) module, and has functions of resource scheduling, application lifecycle management, and the like. The application server is deployed with a resource management module (NRM), and has functions of receiving SRM instructions, issuing configuration, executing applications, and the like. And the domain management server loads the service data from the database and generates a data file from the service data. The domain management servers are distributed on the host computer, and usually, two or three domain management servers are deployed in each computer room to realize that the domain management servers extract the service data from the service database. The host refers to a host corresponding to the application server. A peer-to-peer network (P2P network) is formed between the application server and the domain management server. The application server and the domain management server complete the downloading of the data files on each host computer through the P2P network, and execute the service according to the downloaded data files. The following describes specific embodiments of the present invention.
Fig. 2 is a flowchart illustrating a method for processing a service of a shared memory according to an embodiment of the present invention, where the method is applied to a domain management server. As shown in fig. 2, the method comprises the steps of:
step 110: and the domain management server extracts the target service data from the service database and stores the target service data into the shared memory.
The service database stores related data of different services, and the related data of each service form a sub-service database. Taking the charging service as an example, the service database contains basic data such as product information, tariff information, cell base stations and the like, each basic data forms a sub-service database, and all sub-service databases related to the charging service form a service database. And storing a configuration file on a host corresponding to the domain management server, wherein the configuration file comprises a loading mode and an access key value of a sub-service database which needs to be accessed by the service. In the service database, the sub-service database matched with the loading mode and the access key value contained in the configuration file is a target service database, and the service data contained in the target service database is target service data.
A communication protocol is preset between the domain management server and the service database, and the domain management server extracts target service data from the service database according to the communication protocol. The communication protocol may be any database protocol such as tcp protocol, udp protocol, etc., and this embodiment is not limited thereto.
And after the domain management server finishes the extraction of the target service data, storing the target service data into the shared memory. The shared memory is a memory space for storing the target service data in the domain management server. The shared memory can provide fast and highly concurrent access for the host corresponding to the domain management server. In some embodiments, the target business data is stored to the shared memory by the database schema. That is, the target data extracted from the service database is directly stored in the memory space of the domain management server.
Step 120: and the domain management server generates a data file according to the target service data in the shared memory.
The target service data stored in the shared memory in the domain management server is a temporary file and has no persistence. The shared memory exists in the memory of the domain management server, and the application server downloads the target service data from the host computer. Therefore, after the domain management server stores the target service data in the shared memory, the domain management server generates a data file in a preset directory of the host computer corresponding to the domain management server so as to be downloaded by the application server, and meanwhile, the persistent storage of the target service data is realized, so that the query and the proofreading of the data are facilitated.
Step 130: and the domain management server distributes the data file to the application server according to the BT protocol so that the application server performs service processing according to the data file.
The domain management server has a file distribution function as a distribution server, and can distribute a data file to each application server by a BT protocol (bit torrent, BT protocol). The application server downloads the data file according to the BT protocol which is signed with the domain management server in advance, and performs service processing according to the service data in the data file.
The embodiment of the invention extracts target business data from a business database through a domain management server to generate a data file, and distributes the data file to an application server based on a BT protocol so that the application server performs business processing according to the data file; according to the embodiment of the invention, the domain management server extracts the target service data from the service database to generate the data file, and distributes the data file to the application server and the common application server to perform service processing according to the data file, so that the application server is prevented from directly downloading the data file from the service database, the CPU occupancy rate of the database server is reduced, and the data loading efficiency is improved.
In some embodiments, a configuration file is preset on a host where the domain management server is located, and the configuration file includes corresponding information such as a loading mode between the service processing process and the target service data, and an access key value of the target service data. And extracting target service data from the service database according to the configuration file, and generating the target service data into a shared memory. And the accuracy of target service data extraction is ensured by means of configuration files.
In some embodiments, the domain-management server distributes the data file to the application server according to the following steps as shown in fig. 3.
Step 210: the domain management server divides the data file into a plurality of block files and generates a seed file.
The seed file stores information of all the block files, such as an address, index information, Hash value, and the like of each block file. The block file is to divide the data file into a plurality of sub-files, and the information stored in each block file is different. The division manner may be an average division or a non-average division, which is not limited in the embodiments of the present invention.
Step 220: and the domain management server distributes the seed file to the application server so that the application server analyzes the seed file to obtain the information of the block file.
Wherein, the domain management server distributes the seed file to the application server according to the BT protocol. And the application server analyzes the seed file according to a protocol preset in the application server. The protocol preset inside the application server may be set by a person skilled in the art, for example, http protocol and the like.
Step 230: and the domain management server distributes the block file to the application server so that the application server downloads the block file according to the information of the block file to obtain the data file.
The domain management server distributes the block files to the application server according to the BT protocol, the application server downloads the block files according to the information of the block files obtained by analyzing the seed files, and the data files are obtained after all the block files are downloaded.
In some embodiments, the application server communicates with the domain management server to obtain information about the partitioned files being downloaded by other application servers. If the information of the block files being downloaded by other application servers is not contained in the block file set downloaded by the application server, the application server downloads the block files.
The embodiment of the invention obtains the block files by blocking the data files and respectively distributes the block files to each application server, thereby improving the distribution efficiency of the data files.
Fig. 4 is a flowchart illustrating a method for processing a service of a shared memory according to an embodiment of the present invention, where the method is applied to an application server. As shown in fig. 4, the method includes the steps of:
step 310: and the application server downloads the data file sent by the domain management server according to the BT protocol.
Step 320: and the application server performs service processing according to the data file.
The data file comprises service data required by service processing. And the application server performs service processing according to the service data in the data file.
Compared with the method for directly downloading the data file from the data server, the data loading method and the data loading device reduce the occupancy rate of the data server and improve the data loading efficiency by downloading the data file from the domain management server and carrying out service processing according to the data file.
In some embodiments, in order to improve the transmission efficiency of the data file, the domain management server divides the data file into a plurality of block files and generates a seed file containing information of all the block files. In this embodiment, the downloading of the data file sent by the domain management server by the application server includes the following steps as shown in fig. 5:
step 410: and the application server receives the seed file sent by the domain management server.
The seed file is generated after the domain management server divides the data file into a plurality of block files. The seed file stores information of all the block files, such as an address, index information, Hash value, and the like of each block file.
Step 420: and the application server analyzes the seed file to obtain the information of the block file.
The application server analyzes the seed file according to a protocol preset in the application server. The protocol preset inside the application server may be set by a person skilled in the art, for example, http protocol and the like.
Step 430: and the application server downloads the block files according to the information of the block files to obtain the data files.
And the application server downloads all the block files to obtain the data files.
In some embodiments, the application server communicates with the domain management server to obtain information about the partitioned files being downloaded by other application servers. If the information of the block files being downloaded by other application servers is not contained in the block file set downloaded by the application server, the application server downloads the block files.
According to the embodiment of the invention, the data file is obtained by downloading each block file, so that the downloading efficiency of the data file is improved.
In some embodiments, after the application server downloads the block file, the downloaded block file is parsed to obtain actual information of the block file. The application server stores information of all the partitioned files obtained after the seed files are analyzed, actual information of the downloaded partitioned files is compared with the information of all the partitioned files obtained after the seed files are analyzed, if the actual information is consistent with the information of any one of the partitioned files in the information of the partitioned files, the partitioned files are successfully downloaded, and if not, the partitioned files are downloaded again. By the embodiment, the accuracy of the downloaded block file can be determined, and the same block file is prevented from being repeatedly downloaded.
In some embodiments, the data size of the target service data extracted from the service database by the domain management server is large, and the time span of the target service data is long. And obtaining a plurality of data files according to the information such as the service type of the target service data, the generation time of the service data and the like. Each data file is named according to a preset mode. In a specific embodiment, the data file is stored according to the corresponding relationship among the service type, the acquisition time of the service data, and the data file type. The service data required by the application server to execute the service process is the latest service data. And acquiring the data file with the latest time according to the file name of the data file, and downloading the data file with the latest time by the application server, so that the data file downloading amount is simplified, and the accuracy and the timeliness of the data file are ensured.
In some embodiments, the data file downloaded by the application server is stored in the host corresponding to the application server, and the application server calls the service data from the memory of the application server when executing the service process. Therefore, the application server stores the data file to the first shared memory, and performs service processing according to the data file in the first shared memory. The memory space of the first shared memory application server is used for storing the data in the data file into the first shared memory.
Fig. 6 is a schematic structural diagram of a service processing system sharing a memory according to an embodiment of the present invention. As shown in fig. 6, the service processing system includes a service database, a domain management server, and an application server. The domain management server and the application server form a peer-to-peer network, and the two servers communicate through a BT protocol to realize the transmission of data files. The domain management server is in communication connection with the service database and is used for extracting the target service data from the service database.
In some embodiments, as shown in fig. 6, the system further includes a cloud application management platform for managing resources of the domain management server and the application server.
The domain management server is specifically configured to perform the steps shown in fig. 2 to 3, and the application server is specifically configured to perform the steps shown in fig. 4 to 5.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. In addition, embodiments of the present invention are not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the invention and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names. The steps in the above embodiments should not be construed as limiting the order of execution unless specified otherwise.

Claims (10)

1. A service processing method of a shared memory is applied to a domain management server, and the method comprises the following steps:
the domain management server extracts target service data from a service database and stores the target service data into a shared memory;
the domain management server generates a data file according to the target service data in the shared memory;
and the domain management server distributes the data file to an application server according to a BT protocol so that the application server performs service processing according to the data file.
2. The method of claim 1, wherein the domain management server extracting the target service data from the service database and storing the target service data in the shared memory, comprises:
and the domain management server extracts target service data from a service database according to a preset configuration file and stores the target service data to a shared memory.
3. The method of claim 1, wherein the domain management server distributes the data file to an application server according to a BT protocol, so that the application server performs a business process according to the data file, comprising:
the domain management server divides the data file into a plurality of block files and generates a seed file, wherein the seed file stores the information of all the block files;
the domain management server distributes the seed file to the application server so that the application server analyzes the seed file to obtain the information of the block file;
and the domain management server distributes the blocking file to an application server so that the application server downloads the blocking file according to the information of the blocking file to obtain the data file.
4. The method of claim 3, wherein the domain management server distributes the blocking file to an application server, so that the application server downloads the blocking file according to the information of the blocking file to obtain the data file, and comprises:
and the domain management server communicates with the application server so that the application server acquires the partitioned files downloaded by other application servers and downloads the partitioned files.
5. A service processing method of a shared memory is applied to an application server, and is characterized in that the method comprises the following steps:
the application server downloads the data file sent by the domain management server according to the BT protocol;
and the application server performs service processing according to the data file.
6. The method of claim 5, wherein the downloading, by the application server, the data file sent by the domain management server comprises:
the application server receives a seed file sent by the domain management server, wherein the seed file is generated after the domain management server divides the data file into a plurality of block files, and the seed file stores information of all the block files;
the application server analyzes the seed file to obtain the information of the block file;
and the application server downloads the block file according to the information of the block file to obtain the data file.
7. The method of claim 6, wherein after the application server downloads the block file according to the information of the block file, the method further comprises:
acquiring actual information of the downloaded block file;
comparing the actual information with the information of the block files obtained after the seed files are analyzed;
if the actual information is consistent with the information of any one of the block files in the information of the block files, determining that the block files are downloaded successfully;
otherwise, the block file is downloaded again.
8. The method according to claim 5, wherein before the application server downloads the data file sent by the domain management server, the method further comprises:
acquiring the data file with the latest time according to the file name of the data file;
and the application server downloads the data file with the latest time.
9. The method of claim 5, wherein the application server performs a service process according to the data file, and comprises:
the application server stores the data file to a first shared memory;
and the application server performs service processing according to the data file in the first shared memory.
10. A memory-shared transaction processing system, comprising: the system comprises a service database, a domain management server and an application server;
the domain management server and the application server form a peer-to-peer network, and the domain management server and the application server are in communication connection through a BT protocol;
the domain management server is in communication connection with the service database;
the domain management server is used for executing the service processing method of the shared memory according to any one of claims 1 to 4;
the application server is configured to execute a service processing method of a shared memory according to any one of claims 5 to 9.
CN201911221385.3A 2019-12-03 2019-12-03 Service processing method and system for shared memory Pending CN112905354A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911221385.3A CN112905354A (en) 2019-12-03 2019-12-03 Service processing method and system for shared memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911221385.3A CN112905354A (en) 2019-12-03 2019-12-03 Service processing method and system for shared memory

Publications (1)

Publication Number Publication Date
CN112905354A true CN112905354A (en) 2021-06-04

Family

ID=76104046

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911221385.3A Pending CN112905354A (en) 2019-12-03 2019-12-03 Service processing method and system for shared memory

Country Status (1)

Country Link
CN (1) CN112905354A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023011388A1 (en) * 2021-08-02 2023-02-09 朱玉荣 Memory sharing method and apparatus, electronic device, and readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101207805A (en) * 2006-12-20 2008-06-25 北京汉辰科技有限公司 Method and system for transmitting flow media by P2P set-top box technique
CN102420864A (en) * 2011-12-01 2012-04-18 河海大学 Massive data-oriented data exchange method
CN103685511A (en) * 2013-12-13 2014-03-26 北京奇虎科技有限公司 Data distributing method, device and system
CN104836821A (en) * 2014-02-10 2015-08-12 腾讯科技(深圳)有限公司 Method, device and equipment for network acceleration based on router
CN106888239A (en) * 2015-12-16 2017-06-23 天脉聚源(北京)科技有限公司 A kind of file user-defined method for down loading of P2P and system
CN109325615A (en) * 2018-08-31 2019-02-12 苏宁易购集团股份有限公司 A kind of Intelligent worker assigning method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101207805A (en) * 2006-12-20 2008-06-25 北京汉辰科技有限公司 Method and system for transmitting flow media by P2P set-top box technique
CN102420864A (en) * 2011-12-01 2012-04-18 河海大学 Massive data-oriented data exchange method
CN103685511A (en) * 2013-12-13 2014-03-26 北京奇虎科技有限公司 Data distributing method, device and system
CN104836821A (en) * 2014-02-10 2015-08-12 腾讯科技(深圳)有限公司 Method, device and equipment for network acceleration based on router
CN106888239A (en) * 2015-12-16 2017-06-23 天脉聚源(北京)科技有限公司 A kind of file user-defined method for down loading of P2P and system
CN109325615A (en) * 2018-08-31 2019-02-12 苏宁易购集团股份有限公司 A kind of Intelligent worker assigning method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023011388A1 (en) * 2021-08-02 2023-02-09 朱玉荣 Memory sharing method and apparatus, electronic device, and readable storage medium

Similar Documents

Publication Publication Date Title
CN106933871B (en) Short link processing method and device and short link server
EP3667500A1 (en) Using a container orchestration service for dynamic routing
CN108427705A (en) Electronic device, distributed system journal querying method and storage medium
CN113296792B (en) Storage method, device, equipment, storage medium and system
CN101741907A (en) Method and system for balancing server load and main server
CN104539681A (en) Distributed GIS accelerating system and GIS service processing method
CN110413845B (en) Resource storage method and device based on Internet of things operating system
CN112579595A (en) Data processing method and device, electronic equipment and readable storage medium
CN105094981A (en) Method and device for processing data
CN111124589A (en) Service discovery system, method, device and equipment
CN108154024B (en) Data retrieval method and device and electronic equipment
CN113630479A (en) Domain name resolution method and related product
CN112905354A (en) Service processing method and system for shared memory
CN112118189B (en) Flow sampling method, computer equipment and computer readable storage medium
CN111400301A (en) Data query method, device and equipment
CN103905512A (en) Data processing method and equipment
CN114466031B (en) CDN system node configuration method, device, equipment and storage medium
CN103220327B (en) user information storage method and device
CN110377399A (en) HBase containerization method, apparatus, equipment and readable storage medium storing program for executing
JP6233846B2 (en) Variable-length nonce generation
CN112231566B (en) Information pushing method, device, system and readable storage medium
CN111782346A (en) Distributed transaction global ID generation method and device based on same-library mode
CN109586970A (en) Resource allocation methods, apparatus and system
US10313438B1 (en) Partitioned key-value store with one-sided communications for secondary global key lookup by range-knowledgeable clients
CN112738207B (en) Keyword data transmission method and device, storage medium and electronic device

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