CN104601702A - Cluster remote procedure call method and system - Google Patents

Cluster remote procedure call method and system Download PDF

Info

Publication number
CN104601702A
CN104601702A CN201510024264.5A CN201510024264A CN104601702A CN 104601702 A CN104601702 A CN 104601702A CN 201510024264 A CN201510024264 A CN 201510024264A CN 104601702 A CN104601702 A CN 104601702A
Authority
CN
China
Prior art keywords
service
registration
cluster
request message
message
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
CN201510024264.5A
Other languages
Chinese (zh)
Other versions
CN104601702B (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.)
Maipu Communication Technology Co Ltd
Original Assignee
Maipu Communication Technology 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 Maipu Communication Technology Co Ltd filed Critical Maipu Communication Technology Co Ltd
Priority to CN201510024264.5A priority Critical patent/CN104601702B/en
Publication of CN104601702A publication Critical patent/CN104601702A/en
Application granted granted Critical
Publication of CN104601702B publication Critical patent/CN104601702B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a cluster remote procedure call method and system. The cluster remote procedure call method comprises the following steps that registration service is started, multicast groups are added and multicast messages are monitored; a server-side sends the messages to the multicast groups, the registration service receives and saves the messages; the server-side queries the registration service according to access names, the registration service returns call address information to a client-side; the client-side accesses the service-side, the service-side completes access and returns a processing result to the client-side. The system comprises a registration module, an access module and a service module. The cluster remote procedure call method and system achieves that RPC query and access are not influenced when an any number of nodes in a cluster break down and all RPC service information in the cluster can be learned within certain time without configuration of cluster severs newly added into the cluster.

Description

Cluster remote procedure calling (PRC) method and system
Technical field
The invention belongs to trunking communicating technology field, particularly relate to a kind of cluster remote procedure calling (PRC) method and system.
Background technology
Along with the fast development of internet, applications, background server cluster also becomes increasing, often calling service needs work in coordination with (between multiple server collaborative be commonly referred to as RPC) by server multiple in background server cluster, the release of service therefore between server and inquire about and also become extremely important.RPC (Remote Procedure Call Protocol)---remote procedure call protocol, it be a kind of by network from request service remote computer program, and do not need the agreement understanding underlying network technology.RPC agreement supposes the existence of some host-host protocol, as TCP or UDP, is carry information data between signal procedure.In OSI network communication models, RPC spans transport layer and application layer.RPC makes kit includes network distributed multi-program be more prone in interior application program.RPC adopts Client/Server pattern.Requestor is exactly a client computer, and service providing program is exactly a server.First, client calls process sends one has the recalls information of process parameter to service processes, then wait acknowledge information.At server end, process keeps sleep state until the arrival of recalls information.When a recalls information arrives, server obtains process parameter, result of calculation, sends reply message, then waits for next recalls information, and finally, client call process receives reply message, obtains proceeding results, then calls execution and proceed.
The cluster RPC communication technology main at present has two large classes, one class is static configuration mode, namely the service scenario that in allocation cluster, Servers-all provides in each station server of cluster, this mode realizes fairly simple, but presence server fault or after increasing new server cannot real-time informing to other servers, therefore be relatively applicable to the fixing application of service scale, cannot adapt to for the fast-changing situation of cluster scale.
An other class is dynamic registration mode, namely choosing 1 server in cluster is registrar, servers all in cluster registers the COS and RPC call address information that oneself provide to this registrar, when needing when there being server to access certain service, need the RPC call address information that this service is provided to registrar inquiry, then complete RPC to call, this mode Problems existing is that registrar exists Single Point of Faliure, namely, after registrar fault, whole cluster RPC cannot use.
Summary of the invention
Goal of the invention of the present invention is: there is Single Point of Faliure to solve in above-mentioned prior art registrar in cluster and cause the problem that whole cluster RPC cannot use, the present invention proposes a kind of cluster remote procedure calling (PRC) method and system.
Technical scheme of the present invention is: a kind of cluster remote procedure calling (PRC) method, comprises the following steps:
A, all registration services started in cluster, add registration service multicast group, and monitor multicast message by registration service;
B, send registration request message from service end according to predetermined period to registration service multicast group, registration service preserves message information after receiving registration request message;
C, the registration service needed according to client in the service name query correspondence cluster server of access, utilize the message information preserved in registration service inquire about the call address information corresponding with service name and return to client;
The service end that D, client are corresponding according to the call address message reference returned in step C, result is returned to client after completing access request by service end.
Further, described cluster comprises N number of cluster server, N >=1.
Further, run described registration service, client and service end in described cluster server simultaneously.
Further, latest services information bank is stored in described cluster server.
Further, described registration request message comprises service name and call address information.
Further, described step B is further comprising the steps of:
Setting is greater than the detection duration of predetermined period duration, and judge registration service receive registration request message after the distance duration that next time receives registration request message whether be greater than detection duration;
If the duration that after registration service receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in registration service;
If the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
In order to overcome the above problems, the invention allows for a kind of cluster RPC system, comprising Registering modules, access modules and service module;
Described registration service for starting all registration services in cluster, and is added registration service multicast group and monitors multicast message by described Registering modules; Described Registering modules preserves message information after receiving registration request message; When access modules inquiry registration service, described Registering modules is inquired about the call address information corresponding with service name according to the message information preserved and is returned to access modules;
Described access modules is located at client, for the service name query registration service according to client, and according to the call address message reference corresponding server that Registering modules returns;
Described service module is located at service end, for sending registration request message according to predetermined period to registration service multicast group; When access modules access services device, service module completes access request and result is returned to access modules.
Further, each cluster server in described cluster comprises Registering modules, access modules and service module.
Further, described registration request message comprises service name and call address information.
Further, also comprise detection module,
Whether described detection module is greater than to preset for the duration that distance after judging Registering modules and receiving registration request message receives registration request message is next time detected duration, described detection duration is multiple predetermined period durations, if the duration that after Registering modules receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in Registering modules, if the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
The invention has the beneficial effects as follows: the present invention by being multiple cluster server by assemblage classification, and runs described registration service, client and service end in each cluster server simultaneously, realizes cluster remote procedure call; The present invention by storing up-to-date RPC service information repository in each cluster server, and the inquiry realizing the RPC when the node failure of any amount in cluster is unaffected with access; The present invention is also by sending registration request message according to predetermined period to registration service multicast group in service end, and the cluster server realizing newly adding cluster can learn all RPC information on services in cluster within a certain period of time without the need to configuration; The present invention also detects duration by setting and carrys out the expired RPC log-on message of periodic cleaning, makes RPC information keep last state, avoids occurring when cluster server breaks down or remove continuing RPC access fault.
Accompanying drawing explanation
Fig. 1 is cluster remote procedure calling (PRC) method schematic flow sheet of the present invention.
Fig. 2 is cluster schematic diagram in cluster remote procedure calling (PRC) method of the present invention.
Fig. 3 is cluster RPC system schematic diagram of the present invention.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.
As shown in Figure 1, be cluster remote procedure calling (PRC) method schematic flow sheet of the present invention, specifically comprise the following steps:
A, all registration services started in cluster, add registration service multicast group, and monitor multicast message by registration service.
As shown in Figure 2, be cluster schematic diagram in cluster remote procedure calling (PRC) method of the present invention.Cluster of the present invention comprises N number of cluster server, N >=1 here; Store up-to-date RPC service information repository in each cluster server, the inquiry achieving RPC during the node failure when any amount in cluster is unaffected with access; Run registration service, client and service end in each cluster server simultaneously.Registration service of the present invention is the manager of cluster RPC information on services, for receiving the registration request message of service end and preserving message information, receives the inquiry request of client simultaneously, after inquiring corresponding with service client information, information is returned to client.The present invention starts the registration service in cluster in each cluster server, after all registration services start, sets up the multicast network comprising all registration services, registration service is added registration service multicast group, and monitor multicast message.
First a multicast address is configured and multicast port uses as registration service, such as 224.0.1.1:8000 in the embodiment of the present invention.Then start the registration service in cluster in each cluster server, registration service is added registration service multicast group after starting by all registration services, and monitors multicast message.
B, send registration request message from service end according to predetermined period to registration service multicast group, registration service preserves message information after receiving registration request message.
The present invention sets one-period in service end, sends registration request message according to the cycle of setting to registration service multicast group, achieves the cluster server newly adding cluster and can learn all RPC information on services in cluster within a certain period of time without the need to configuration.Here registration request message comprises service name and call address information.After registration service receives registration request message, registration request message information is preserved in registration service.
Setting the transmission cycle in the embodiment of the present invention is 10 seconds, and namely service end sent registration service message every 10 seconds to corresponding multicast group.Registration service message is specially retrieval service, comprises service name and call address information, and service name is SearchServer, and service access address is http: // 192.168.1.1/SearchServer.do.After all registration services in cluster receive registration request message, relevant information is saved in internal memory or in local data base.
Step B of the present invention is further comprising the steps of:
Setting is greater than the detection duration of predetermined period duration, and judge registration service receive registration request message after the distance duration that next time receives registration request message whether be greater than detection duration;
If the duration that after registration service receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in registration service;
If the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
Because cluster server may break down, therefore registration service needs periodic detection to upgrade.The present invention detect duration by setting and judge registration service receive registration request message after the distance duration that next time receives registration request message whether exceed detection duration, carry out the RPC log-on message that periodic cleaning is expired, make RPC information keep last state, avoid occurring when cluster server breaks down or remove continuing RPC access fault.
In the embodiment of the present invention, setting detects 3 times that duration is predetermined period, namely 30 seconds.When the cluster server at retrieval service SearchServer place breaks down, registration service did not receive the registration service message of retrieval service SearchServer in 30 seconds, then the log-on message before retrieval service SearchServer is deleted in registration service.If next client is query and search service SearchServer again, then can not inquire the call address information of retrieval service SearchServer.
C, the registration service needed according to client in the service name query correspondence cluster server of access, utilize the message information preserved in registration service inquire about the call address information corresponding with service name and return to client.
When certain client in cluster needs access registration service, initiate inquiry request to the registration service in the cluster server of client place, inquiry request here comprises service name; The call address information that registration service is corresponding with service name according to the message information inquiry of preserving, and return to client by inquiring about the call address information obtained.
In the cluster of the embodiment of the present invention, certain client needs to access retrieval service, then initiate inquiry request to the registration service in the cluster server at client place, inquiry request here comprises service name SearchServer; Registration service is http: // 192.168.1.1/SearchServer.do according to the message information inquiry call address information corresponding with SearchServer of preserving, and returns to client.
The service end that D, client are corresponding according to the call address message reference returned in step C, result is returned to client after completing access request by service end.
In the present invention, client initiates access request according to the call address information returned in step C to the service end of correspondence, and result is returned to client after completing access request by service end, completes cluster remote procedure call.
As shown in Figure 3, be cluster RPC system schematic diagram of the present invention.The invention allows for a kind of cluster RPC system, comprise Registering modules, access modules and service module;
Described registration service for starting all registration services in cluster, and is added registration service multicast group and monitors multicast message by described Registering modules; Described Registering modules preserves message information after receiving registration request message; When access modules inquiry registration service, described Registering modules is inquired about the call address information corresponding with service name according to the message information preserved and is returned to access modules;
Described access modules is located at client, for the service name query registration service according to client, and according to the call address message reference corresponding server that Registering modules returns;
Described service module is located at service end, for sending registration request message according to predetermined period to registration service multicast group; When access modules access services device, service module completes access request and result is returned to access modules.
In cluster RPC system of the present invention, cluster comprises multiple cluster server, and each server comprises Registering modules, access modules and access modules.
Cluster RPC system of the present invention also comprises detection module, whether detection module is greater than to preset for the duration that distance after judging Registering modules and receiving registration request message receives registration request message is next time detected duration, here detection duration is multiple predetermined period durations, if the duration that after Registering modules receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in Registering modules, if the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
First cluster RPC system of the present invention utilizes the registration service in each cluster server of Registering modules startup cluster, registration service is added registration service multicast group and monitors multicast message; Recycling service module sends registration request message according to predetermined period to registration service multicast group, and registration request message here comprises service name and call address information; Utilize detection module judge Registering modules receive registration request message after the distance duration that next time receives registration request message whether be greater than to preset and detect duration, if the duration that after Registering modules receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in Registering modules, if the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service; Registering modules preserves message information in internal memory or local data base after receiving registration request message; When the client in certain cluster server in cluster needs access registration service, utilize access modules according to the service name query registration service of client, Registering modules is inquired about the call address information corresponding with service name according to the message information preserved and is returned to access modules; Access modules is again according to the call address message reference corresponding server that Registering modules returns, and service module completes access request and result is returned to access modules, completes cluster remote procedure call.
Those of ordinary skill in the art will appreciate that, embodiment described here is to help reader understanding's principle of the present invention, should be understood to that protection scope of the present invention is not limited to so special statement and embodiment.Those of ordinary skill in the art can make various other various concrete distortion and combination of not departing from essence of the present invention according to these technology enlightenment disclosed by the invention, and these distortion and combination are still in protection scope of the present invention.

Claims (10)

1. a cluster remote procedure calling (PRC) method, is characterized in that, comprises the following steps:
A, all registration services started in cluster, add registration service multicast group, and monitor multicast message by registration service;
B, send registration request message from service end according to predetermined period to registration service multicast group, utilize registration service receive registration request message and preserve message information;
C, the registration service needed according to client in the service name query correspondence cluster server of access, utilize the message information preserved in registration service inquire about the call address information corresponding with service name and return to client;
The service end that D, client are corresponding according to the call address message reference returned in step C, result is returned to client after completing access request by service end.
2. cluster remote procedure calling (PRC) method as claimed in claim 1, it is characterized in that, described cluster comprises N number of cluster server, N >=1.
3. cluster remote procedure calling (PRC) method as claimed in claim 2, is characterized in that, run described registration service, client and service end in described cluster server simultaneously.
4. cluster remote procedure calling (PRC) method as claimed in claim 3, is characterized in that, store latest services information bank in described cluster server.
5. cluster remote procedure calling (PRC) method as claimed in claim 1, it is characterized in that, described registration request message comprises service name and call address information.
6. cluster remote procedure calling (PRC) method as claimed in claim 4, it is characterized in that, described step B is further comprising the steps of:
It is multiple predetermined period durations that setting detects duration, and judge registration service receive registration request message after the distance duration that next time receives registration request message whether be greater than detection duration;
If the duration that after registration service receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in registration service;
If the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
7. a cluster RPC system, is characterized in that, comprises Registering modules, access modules and service module;
Described registration service for starting all registration services in cluster, and is added registration service multicast group and monitors multicast message by described Registering modules; Described Registering modules preserves message information after receiving registration request message; When access modules inquiry registration service, described Registering modules is inquired about the call address information corresponding with service name according to the message information preserved and is returned to access modules;
Described access modules is located at client, for the service name query registration service according to client, and according to the call address message reference corresponding server that Registering modules returns;
Described service module is located at service end, for sending registration request message according to predetermined period to registration service multicast group; When access modules access services device, service module completes access request and result is returned to access modules.
8. cluster RPC system as claimed in claim 7, it is characterized in that, each cluster server in described cluster comprises Registering modules, access modules and service module.
9. cluster RPC system as claimed in claim 8, it is characterized in that, described registration request message comprises service name and call address information.
10. cluster RPC system as claimed in claim 9, is characterized in that, also comprise detection module,
Whether described detection module is greater than to preset for the duration that distance after judging Registering modules and receiving registration request message receives registration request message is next time detected duration, described detection duration is multiple predetermined period durations, if the duration that after Registering modules receives registration request message, distance receives registration request message is greater than detection duration next time, then delete the corresponding message information preserved in Registering modules, if the duration that after registration service receives registration request message, distance receives registration request message is less than or equal to detection duration next time, then the message information of correspondence is kept in registration service.
CN201510024264.5A 2015-01-19 2015-01-19 Cluster remote procedure calling (PRC) method and system Active CN104601702B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510024264.5A CN104601702B (en) 2015-01-19 2015-01-19 Cluster remote procedure calling (PRC) method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510024264.5A CN104601702B (en) 2015-01-19 2015-01-19 Cluster remote procedure calling (PRC) method and system

Publications (2)

Publication Number Publication Date
CN104601702A true CN104601702A (en) 2015-05-06
CN104601702B CN104601702B (en) 2018-06-05

Family

ID=53127195

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510024264.5A Active CN104601702B (en) 2015-01-19 2015-01-19 Cluster remote procedure calling (PRC) method and system

Country Status (1)

Country Link
CN (1) CN104601702B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183550A (en) * 2015-09-08 2015-12-23 中国电力科学研究院 Process scheduling method for online network analysis distributed computing of large power grid
CN106790601A (en) * 2016-12-29 2017-05-31 Tcl集团股份有限公司 The reading device of address of service, system and method
CN106919713A (en) * 2017-03-13 2017-07-04 郑州云海信息技术有限公司 A kind of cluster file system and distributed file system multi-client document control method
CN109936587A (en) * 2017-12-15 2019-06-25 北京京东尚科信息技术有限公司 Control method, control device, electronic equipment and storage medium
CN110753082A (en) * 2019-09-06 2020-02-04 深圳平安通信科技有限公司 Service calling method and terminal equipment
CN111416837A (en) * 2020-02-20 2020-07-14 华迪计算机集团有限公司 Government affair system API interface access gateway, method, electronic equipment and storage medium
CN112463408A (en) * 2020-11-26 2021-03-09 北京达佳互联信息技术有限公司 Method and device for starting remote procedure call service, server and storage medium
CN112671913A (en) * 2020-12-25 2021-04-16 珠海金山网络游戏科技有限公司 Service registration method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080162631A1 (en) * 2004-12-25 2008-07-03 Oracle International Corporation Enabling Client Systems to Discover Services Accessible by Remote Procedure Calls (RPC) on Server Systems
CN101764843A (en) * 2009-12-28 2010-06-30 福建星网锐捷网络有限公司 Processing method and system for remote process call, client end and server
CN102316124A (en) * 2011-10-28 2012-01-11 杭州华三通信技术有限公司 Registration method and equipment for terminal equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080162631A1 (en) * 2004-12-25 2008-07-03 Oracle International Corporation Enabling Client Systems to Discover Services Accessible by Remote Procedure Calls (RPC) on Server Systems
CN101764843A (en) * 2009-12-28 2010-06-30 福建星网锐捷网络有限公司 Processing method and system for remote process call, client end and server
CN102316124A (en) * 2011-10-28 2012-01-11 杭州华三通信技术有限公司 Registration method and equipment for terminal equipment

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183550B (en) * 2015-09-08 2019-03-22 中国电力科学研究院 A kind of process scheduling method for scale grid line network analysis distributed computing
CN105183550A (en) * 2015-09-08 2015-12-23 中国电力科学研究院 Process scheduling method for online network analysis distributed computing of large power grid
CN106790601A (en) * 2016-12-29 2017-05-31 Tcl集团股份有限公司 The reading device of address of service, system and method
CN106790601B (en) * 2016-12-29 2020-08-04 Tcl科技集团股份有限公司 Service address reading device, system and method
CN106919713A (en) * 2017-03-13 2017-07-04 郑州云海信息技术有限公司 A kind of cluster file system and distributed file system multi-client document control method
CN109936587A (en) * 2017-12-15 2019-06-25 北京京东尚科信息技术有限公司 Control method, control device, electronic equipment and storage medium
CN110753082B (en) * 2019-09-06 2022-12-16 深圳平安通信科技有限公司 Service calling method and terminal equipment
CN110753082A (en) * 2019-09-06 2020-02-04 深圳平安通信科技有限公司 Service calling method and terminal equipment
CN111416837A (en) * 2020-02-20 2020-07-14 华迪计算机集团有限公司 Government affair system API interface access gateway, method, electronic equipment and storage medium
CN112463408A (en) * 2020-11-26 2021-03-09 北京达佳互联信息技术有限公司 Method and device for starting remote procedure call service, server and storage medium
CN112463408B (en) * 2020-11-26 2024-09-20 北京达佳互联信息技术有限公司 Method and device for starting remote procedure call service, server and storage medium
CN112671913A (en) * 2020-12-25 2021-04-16 珠海金山网络游戏科技有限公司 Service registration method and device
CN112671913B (en) * 2020-12-25 2022-11-08 珠海金山数字网络科技有限公司 Service registration method and device

Also Published As

Publication number Publication date
CN104601702B (en) 2018-06-05

Similar Documents

Publication Publication Date Title
CN104601702A (en) Cluster remote procedure call method and system
CN107317830B (en) Service discovery processing method and device
JP7326443B2 (en) NF service consumer restart detection using direct signaling between NFs
CN101572710B (en) Interprocess communication method and system
CN102333029B (en) Routing method in server cluster system
AU2015400309B2 (en) Long connection sharing method for multi-businesses, system and device, terminal
CN103780679A (en) Long time delay remote invocation method based on HTTP protocol
CN112650606B (en) Message processing method, device, system, electronic equipment and storage medium
CN112637332B (en) Service registration discovery method and system
CN101848107A (en) SNMP (Simple Network Management Protocol) network element and communication method of SNMP network element and proprietary protocol network element
CN116566984B (en) Routing information creation method and device of k8s container cluster and electronic equipment
CN106775816A (en) Automatic updating method and system for application program in local area network
CN105516250A (en) Internet-of-things service invoking platform and system
CN107634975A (en) A kind of method of data synchronization, equipment and system
CN105657055A (en) Local area network equipment finding method and device oriented to WEB page
CN110740355A (en) Equipment monitoring method and device, electronic equipment and storage medium
CN112970238A (en) LWM2M client state synchronization
CN104639379A (en) Proxy testing method and device
CN107273047B (en) Cache management method, cache manager and storage management software
CN104462235A (en) Internet of Things general event service mechanism based on Restful Web Service
CN110769462B (en) Network access control method and device
CN111641664B (en) Crawler equipment service request method, device and system and storage medium
CN113094074A (en) Service cluster updating method and device
CN109639849B (en) Address query processing method and service discovery device
CN106210095B (en) Port processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 Maple tower, 16 Hing Hing Road, nine High-tech Zone, Chengdu, Sichuan

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 610041 nine Xing Xing Road 16, hi tech Zone, Sichuan, Chengdu

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.