CN105721473B - A kind of method and system of WEB terminal far call optimization - Google Patents

A kind of method and system of WEB terminal far call optimization Download PDF

Info

Publication number
CN105721473B
CN105721473B CN201610100317.1A CN201610100317A CN105721473B CN 105721473 B CN105721473 B CN 105721473B CN 201610100317 A CN201610100317 A CN 201610100317A CN 105721473 B CN105721473 B CN 105721473B
Authority
CN
China
Prior art keywords
client
service
server
registration center
converted
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.)
Expired - Fee Related
Application number
CN201610100317.1A
Other languages
Chinese (zh)
Other versions
CN105721473A (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.)
RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd
Original Assignee
RETURNSTAR INTERACTIVE TECHNOLOGY GROUP 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 RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd filed Critical RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd
Priority to CN201610100317.1A priority Critical patent/CN105721473B/en
Publication of CN105721473A publication Critical patent/CN105721473A/en
Application granted granted Critical
Publication of CN105721473B publication Critical patent/CN105721473B/en
Expired - Fee Related 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/133Protocols for remote procedure calls [RPC]
    • 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/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The present invention provides a kind of method of WEB terminal far call optimization, comprising: 1, registration center, server-side and client configured and started;2, service name is registered to registration center by server-side;3, the service name of client subscription registration center;4, client can play a thread and send server-side for request data, and the request data of transmission is serialized and is converted to stream by client, is transferred to server-side by transport protocol;5, it after server-side receives request data, carries out unserializing and is converted to object, then call corresponding service processing request data, notify client;Meanwhile processing result being serialized to and being converted to stream, it is transferred to client;6, it after client receives processing result, carries out unserializing and is converted to object, execute call back function, obtain processing result.Also a kind of system of WEB terminal far call optimization of the present invention, solves the problems, such as to lead to time-consuming because thread waits, to improve the efficiency of service access.

Description

A kind of method and system of WEB terminal far call optimization
Technical field
A kind of optimize the present invention relates to WEB terminal far call field more particularly to WEB terminal far call method and it is System.
Background technique
Recently as the fast development of internet, the scale of website application constantly expands, and portfolio is also increasing, point Cloth system has become the selection of most enterprises.Data during Development of Distributed System, between different business Calling is more and more frequent, then there is the mode of far call, realizes the communication between service cross-platform, across language.In reality During existing far call, it may appear that the problem of client thread waits always server-side to return to processing result, to influence The performance of server.
Summary of the invention
One of the technical problem to be solved in the present invention is to provide a kind of method of WEB terminal far call optimization, solve Lead to time-consuming problem because thread waits, to improve the efficiency of service access.
One of problem of the invention is achieved in that
A kind of method of WEB terminal far call optimization, includes the following steps:
Step 1 carries out registration center, server-side and client to start registration center, server-side and client with postponing End;
Step 2, server-side transmission service name are to registration center, after registration center listens to the message of server-side transmission, Service name is stored to service list;
Step 3, client send the service name to be subscribed to registration center, and registration center listens to client transmission It after message, is scanned for from service list, if the service name to be subscribed to of client is not present in service list, in registration Search result is informed client by the heart;If there are the service name that client to be subscribed in service list, registration center is by phase The service name answered is pushed to client and enters step 4 after client receives the service name;
Step 4, client can play a thread and send server-side for request data, and thread is not necessarily to return until server Processing result continues to execute backward, and the request data of transmission is serialized and be converted to stream by client, is transmitted by transport protocol To server-side;
It after step 5, server-side receive request data, carries out unserializing and is converted to object, then call corresponding Service goes to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side is by processing result It serializes and is converted to stream, client is transferred to by transport protocol;
When step 6, client receive processing result, current thread will receive call back function, and client receives everywhere It after managing result, carries out unserializing and is converted to object, and execute call back function, processing result is obtained by the call back function.
Further, the configuration of server-side and client is specific as follows in the step 1:
Service engineering is created in server-side, develops the realization class and its interface of issuing service, by xml configuration file, The configuration file includes the realization class of issuing service, the interface of issuing service, transport protocol, serializing mode and registration center Address;
Customer engineering is created in the client, introduces the packet of service interface, is developed according to packet and is called service interface class, passed through Xml configuration file, the configuration file include in the interface for calling service, call back function, transport protocol, serializing mode and registration The address of the heart.
Further, the listening mode of registration center is that clothes are monitored by socket agreement in the step 2 and step 3 The message that business end and client are sent.
The second technical problem to be solved by the present invention is to provide a kind of system of WEB terminal far call optimization, solve Lead to time-consuming problem because thread waits, to improve the efficiency of service access.
The two of problem of the invention, are achieved in that
A kind of system of WEB terminal far call optimization, comprising:
File configuration module, for carrying out registration center, server-side and client with postponing, starting registration center is taken Business end and client;
Sending module is serviced, sends service name to registration center for server-side, registration center listens to server-side hair After the message sent, service name is stored to service list;
Service subscription module sends the service name to be subscribed to registration center for client, and registration center listens to It after the message that client is sent, is scanned for from service list, if the service to be subscribed to of client is not present in service list Title, then search result is informed client by registration center;If there are the service name that client to be subscribed in service list, Corresponding service name is pushed to client by registration center, after client receives the service name, transmits mould into request Block;
Request transmission module, a thread can be played for client and send server-side for request data, thread without etc. Processing result is returned to server, is continued to execute backward, the request data of transmission is serialized and be converted to stream by client, is passed through Transport protocol is transferred to server-side;
Request processing module after receiving request data for server-side, carries out unserializing and is converted to object, then It calls corresponding service to go to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side Processing result is serialized and is converted to stream, client is transferred to by transport protocol;
As a result module is obtained, when receiving processing result for client, current thread will receive call back function, client After termination receives processing result, carries out unserializing and be converted to object, and execute call back function, obtained by the call back function Processing result.
Further, the configuration of server-side and client is specific as follows in the file configuration module:
Service engineering is created in server-side, develops the realization class and its interface of issuing service, by xml configuration file, The configuration file includes the realization class of issuing service, the interface of issuing service, transport protocol, serializing mode and registration center Address;
Customer engineering is created in the client, introduces the packet of service interface, is developed according to packet and is called service interface class, passed through Xml configuration file, the configuration file include in the interface for calling service, call back function, transport protocol, serializing mode and registration The address of the heart.
Further, the service sending module is to pass through with the listening mode for servicing registration center in subscribing module Socket agreement monitors the message that server-side and client are sent.
The present invention has the advantage that the present invention provides a kind of method of WEB terminal far call optimization, client is being sent out When sending request instruction to server-side, which does not have to the processing result for waiting server-side always, but continues with other things, It solves the problems, such as to lead to time-consuming because thread waits, to improve the efficiency of service access.
Detailed description of the invention
The present invention is further illustrated in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is the schematic diagram for carrying out data interaction in the present invention between registration center, server-side and client.
Fig. 2 is a kind of method execution flow chart of WEB terminal far call optimization of the present invention.
Specific embodiment
To be clearer and more comprehensible the present invention, now with a preferred embodiment, and attached drawing is cooperated to be described in detail below.
As depicted in figs. 1 and 2, the method for a kind of WEB terminal far call of the invention optimization, includes the following steps:
Step 1 configures registration center, server-side and client, the configuration of server-side specifically: in server-side Service engineering is created, the realization class and its interface of issuing service are developed, by xml configuration file, which includes publication The realization class of service, the interface of issuing service, transport protocol, serializing mode and the address of registration center;The configuration of client Specifically: customer engineering is created in the client, introduces the packet of service interface, is developed according to packet and is called service interface class, passed through Xml configuration file, the configuration file include in the interface for calling service, call back function, transport protocol, serializing mode and registration The address of the heart;Restart registration center, server-side and client;
Step 2, server-side send service name to registration center, and registration center passes through socket (Socket: on network Two programs realize the exchange of data by a two-way communication connection, and one end of this connection is known as a socket) association After view listens to the message of server-side transmission, service name is stored to service list;
Step 3, client send the service name to be subscribed to registration center, and registration center passes through socket protocol listening It after the message sent to client, is scanned for from service list, if the clothes to be subscribed to of client are not present in service list Business title, then search result is informed client by registration center;If there are the service name that client to be subscribed in service list, Then corresponding service name is pushed to client after client receives the service name and enters step 4 by registration center;
Step 4, client can play a thread and send server-side for request data, and thread is not necessarily to return until server Processing result continues to execute backward, and the request data of transmission is serialized and be converted to stream by client, is transmitted by transport protocol To server-side;
It after step 5, server-side receive request data, carries out unserializing and is converted to object, then call corresponding Service goes to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side is by processing result It serializes and is converted to stream, client is transferred to by transport protocol;
When step 6, client receive processing result, current thread will receive call back function, and client receives everywhere It after managing result, carries out unserializing and is converted to object, and execute call back function, processing result is obtained by the call back function.
A kind of system of WEB terminal far call optimization of the invention, comprising:
File configuration module, for configuring registration center, server-side and client, the configuration of server-side is specific Are as follows: service engineering is created in server-side, is developed the realization class and its interface of issuing service, is passed through xml configuration file, the configuration File includes the realization class of issuing service, the interface of issuing service, transport protocol, serializing mode and the address of registration center; The configuration of client specifically: create customer engineering in the client, introduce the packet of service interface, developed according to packet and call service Interface class, by xml configuration file, which includes the interface for calling service, call back function, transport protocol, serializing The address of mode and registration center;Restart registration center, server-side and client;
Sending module is serviced, sends service name to registration center for server-side, registration center passes through socket agreement After listening to the message of server-side transmission, service name is stored to service list;
Service subscription module sends the service name to be subscribed to registration center for client, and registration center passes through It after the message that socket protocol listening is sent to client, is scanned for from service list, if there is no visitors in service list The service name to be subscribed to of family end, then search result is informed client by registration center;If there are clients to want in service list The service name of subscription, then corresponding service name is pushed to client by registration center, and client receives the service name Afterwards, 4 are entered step;
Request transmission module, a thread can be played for client and send server-side for request data, thread without etc. Processing result is returned to server, is continued to execute backward, the request data of transmission is serialized and be converted to stream by client, is passed through Transport protocol is transferred to server-side;
Request processing module after receiving request data for server-side, carries out unserializing and is converted to object, then It calls corresponding service to go to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side Processing result is serialized and is converted to stream, client is transferred to by transport protocol;
As a result module is obtained, when receiving processing result for client, current thread will receive call back function, client After termination receives processing result, carries out unserializing and be converted to object, and execute call back function, obtained by the call back function Processing result.
In conclusion advantages of the present invention is as follows:
Server-side creates service engineering, on startup, the service of oneself can be registered to registration center;Client creates client Engineering, on startup, the service needed for oneself being subscribed to registration center;When registration center receives subscription service request, search Corresponding service;After registration center searches corresponding service, corresponding service can be pushed to consumption terminal;When client is logical It crosses when transmiting a request to server-side, client can play a thread and transmit the request to server-side, and then thread can be toward subsequent It is continuous to execute;After server-side has handled request, then it is sent to client in form of a message.The present invention provides a kind of WEB The method for holding far call optimization, for client when sending a request to server-side, which does not have to the place for waiting server-side always Reason is as a result, but continue with other things.It solves the problems, such as to lead to time-consuming because thread waits, to improve service access Efficiency.
Although specific embodiments of the present invention have been described above, those familiar with the art should be managed Solution, we are merely exemplary described specific embodiment, rather than for the restriction to the scope of the present invention, it is familiar with this The technical staff in field should be covered of the invention according to modification and variation equivalent made by spirit of the invention In scope of the claimed protection.

Claims (2)

1. a kind of method of WEB terminal far call optimization, characterized by the following steps:
Step 1 carries out registration center, server-side and client to create service engineering, exploitation publication in server-side with postponing The realization class and its interface of service, by xml configuration file, which includes the realization class of issuing service, issuing service Interface, transport protocol, serializing mode and registration center address;Customer engineering is created in the client, and the service of introducing connects Mouthful packet, according to packet develop call service interface class, by xml configuration file, the configuration file include call service interface, Call back function, transport protocol, serializing mode and the address of registration center;Start registration center, server-side and client;
Step 2, server-side send service name to registration center, after registration center listens to the message of server-side transmission, register The listening mode at center is that the message of server-side transmission is monitored by socket agreement;Service name is stored to service list In;
Step 3, client send the service name to be subscribed to registration center, and registration center listens to the message of client transmission Afterwards, the listening mode of registration center is that the message of client transmission is monitored by socket agreement;It is carried out from service list Search, if the service name to be subscribed to of client is not present in service list, search result is informed client by registration center; If there are the service name that client to be subscribed in service list, corresponding service name is pushed to client by registration center End, after client receives the service name, enters step 4;
Step 4, client can play a thread and send server-side for request data, and thread is not necessarily to handle until server return As a result, continue to execute backward, the request data of transmission is serialized and is converted to stream by client, is transferred to clothes by transport protocol Business end;
It after step 5, server-side receive request data, carries out unserializing and is converted to object, then call corresponding service It goes to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side is by processing result sequence Change and be converted to stream, client is transferred to by transport protocol;
When step 6, client receive processing result, current thread will receive call back function, and client receives processing knot It after fruit, carries out unserializing and is converted to object, and execute call back function, processing result is obtained by the call back function.
2. a kind of system of WEB terminal far call optimization, it is characterised in that: include:
File configuration module, for carrying out registration center, server-side and client with postponing, creation services work in server-side Journey develops the realization class and its interface of issuing service, and by xml configuration file, which includes the realization of issuing service Class, the interface of issuing service, transport protocol, serializing mode and the address of registration center;Customer engineering is created in the client, The packet for introducing service interface is developed according to packet and calls service interface class, and by xml configuration file, which includes calling Interface, call back function, transport protocol, serializing mode and the address of registration center of service;Start registration center, server-side and Client;
Sending module is serviced, sends service name to registration center for server-side, registration center listens to server-side transmission After message, the listening mode of registration center is that the message of server-side transmission is monitored by socket agreement;Service name is deposited In storage to service list;
Service subscription module sends the service name to be subscribed to registration center for client, and registration center listens to client After holding the message sent, the listening mode of registration center is that the message of client transmission is monitored by socket agreement;From clothes It is scanned in business list, if the service name to be subscribed to of client is not present in service list, search is tied by registration center Fruit informs client;If there are the service name that client to be subscribed in service list, registration center is by corresponding Service name Title is pushed to client, after client receives the service name, into request transmission module;
Transmission module is requested, a thread can be played for client and send server-side for request data, thread is not necessarily to until clothes Business device returns to processing result, continues to execute backward, the request data of transmission is serialized and be converted to stream by client, passes through transmission Agreement is transferred to server-side;
Request processing module after receiving request data for server-side, carries out unserializing and is converted to object, then call Corresponding service goes to handle the request data, notifies client to receive processing result by call back function;Meanwhile server-side will be located Reason result serializes and is converted to stream, is transferred to client by transport protocol;
As a result module is obtained, when receiving processing result for client, current thread will receive call back function, client's termination After receiving processing result, carries out unserializing and be converted to object, and execute call back function, handled by the call back function acquisition As a result.
CN201610100317.1A 2016-02-24 2016-02-24 A kind of method and system of WEB terminal far call optimization Expired - Fee Related CN105721473B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610100317.1A CN105721473B (en) 2016-02-24 2016-02-24 A kind of method and system of WEB terminal far call optimization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610100317.1A CN105721473B (en) 2016-02-24 2016-02-24 A kind of method and system of WEB terminal far call optimization

Publications (2)

Publication Number Publication Date
CN105721473A CN105721473A (en) 2016-06-29
CN105721473B true CN105721473B (en) 2019-07-09

Family

ID=56156099

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610100317.1A Expired - Fee Related CN105721473B (en) 2016-02-24 2016-02-24 A kind of method and system of WEB terminal far call optimization

Country Status (1)

Country Link
CN (1) CN105721473B (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453288B (en) * 2016-09-29 2019-06-04 上海和付信息技术有限公司 A kind of distributed micro services frame system that supporting asynchronous mode and its implementation
CN107888551A (en) * 2016-09-30 2018-04-06 北京神州泰岳软件股份有限公司 A kind of remote service calling method, device and system
CN108306844B (en) * 2016-10-09 2020-07-24 上海思立微电子科技有限公司 Method for API communication between server and client
CN106411933B (en) * 2016-11-15 2019-09-10 深圳市彬讯科技有限公司 A kind of lightweight RPC system for carrying out service and administering with language call
CN107277116B (en) * 2017-05-27 2020-04-03 北京思特奇信息技术股份有限公司 Configurable client engine and method for calling service by using same
CN107491355A (en) * 2017-08-17 2017-12-19 山东浪潮商用系统有限公司 Funcall method and device between a kind of process based on shared drive
CN107945354A (en) * 2017-11-20 2018-04-20 浪潮金融信息技术有限公司 Queuing management method and system, computer-readable storage medium and terminal
CN108984316A (en) * 2018-06-15 2018-12-11 广州视源电子科技股份有限公司 It is a kind of for the method, apparatus of distributed data processing, electronic equipment and computer storage medium
CN109753370A (en) * 2018-12-28 2019-05-14 北京东方国信科技股份有限公司 A kind of low time delay, the high remote procedure calling (PRC) method handled up
CN111552901B (en) * 2019-02-11 2022-09-06 福建省天奕网络科技有限公司 H5 cross-engine client data automation updating method and storage medium
CN110430222A (en) * 2019-09-12 2019-11-08 北京许继电气有限公司 A kind of service interface implementation method based on protocol mode
CN110708362B (en) * 2019-09-19 2021-02-05 贝壳找房(北京)科技有限公司 Call relation determining method and device, storage medium and electronic equipment
CN111240854B (en) * 2019-12-30 2024-02-20 上海汇付支付有限公司 Plug-in type remote procedure call method and system
CN110933188A (en) * 2019-12-31 2020-03-27 深圳市优必选科技股份有限公司 Remote service calling method, system, server and storage medium
CN111970349B (en) * 2020-08-07 2022-06-24 中国建设银行股份有限公司 Communication system, method, device, equipment and medium based on remote procedure call
CN112199219A (en) * 2020-11-17 2021-01-08 南开大学 Cross-language operation remote calling method
CN114691380A (en) * 2020-12-29 2022-07-01 深圳云天励飞技术股份有限公司 Data flow arrangement method and device, storage medium and terminal equipment
CN112804249B (en) * 2021-01-28 2023-06-23 中汽创智科技有限公司 Data communication method and system for remotely calling automatic driving platform
CN114816792B (en) * 2022-04-20 2024-04-09 北京计算机技术及应用研究所 Remote function calling method based on special channel
CN114979215A (en) * 2022-05-25 2022-08-30 重庆长安汽车股份有限公司 SOA-based central control and inter-instrument information transmission method and system and vehicle
CN115858193B (en) * 2022-11-24 2023-08-25 广州市易鸿智能装备有限公司 Data transmission method and method for realizing business function docking

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101364236A (en) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 Data processing apparatus and processing method of WEB page
CN103645940A (en) * 2013-12-04 2014-03-19 清华大学 Remote calling method and system
CN104270470A (en) * 2014-10-24 2015-01-07 杭州高达软件系统股份有限公司 Remote service invocation method, device and system
CN104426871A (en) * 2013-08-29 2015-03-18 中兴通讯股份有限公司 Method and device for realizing remote calling

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7930733B1 (en) * 2006-04-10 2011-04-19 At&T Intellectual Property Ii, L.P. Method and system for execution monitor-based trusted computing
CN101115050A (en) * 2006-07-24 2008-01-30 中兴通讯股份有限公司 Network service request processing system and method
CN103095785B (en) * 2011-11-08 2016-04-06 阿里巴巴集团控股有限公司 Remote procedure calling (PRC) method and system, client and server
CN103166824B (en) * 2011-12-13 2016-09-28 华为技术有限公司 A kind of interconnected method, device and system
CN102761545B (en) * 2012-06-30 2015-11-25 华为技术有限公司 Service processing method, service processor and service processing system
US9723110B2 (en) * 2014-04-28 2017-08-01 Oracle International Corporation System and method for supporting a proxy model for across-domain messaging in a transactional middleware machine environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101364236A (en) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 Data processing apparatus and processing method of WEB page
CN104426871A (en) * 2013-08-29 2015-03-18 中兴通讯股份有限公司 Method and device for realizing remote calling
CN103645940A (en) * 2013-12-04 2014-03-19 清华大学 Remote calling method and system
CN104270470A (en) * 2014-10-24 2015-01-07 杭州高达软件系统股份有限公司 Remote service invocation method, device and system

Also Published As

Publication number Publication date
CN105721473A (en) 2016-06-29

Similar Documents

Publication Publication Date Title
CN105721473B (en) A kind of method and system of WEB terminal far call optimization
CN110336736B (en) Method for realizing shared subscription based on MQTT server cluster
CN106453288B (en) A kind of distributed micro services frame system that supporting asynchronous mode and its implementation
CN102255934B (en) Cloud service dissemination method and cloud service intermediary
CN102257789B (en) For improving the system and method for interaction routing performance
CN111580995B (en) Synchronous communication method and system of distributed cloud platform and Internet of things intelligent terminal based on MQTT asynchronous communication scene
CN105721512B (en) A method of using RPC system
CN103634382B (en) A kind of system and method for realizing real-time, interactive on webpage
CN109862051A (en) The realization method and system of multi-tenant under a kind of micro services framework
CN108984316A (en) It is a kind of for the method, apparatus of distributed data processing, electronic equipment and computer storage medium
US11716264B2 (en) In situ triggered function as a service within a service mesh
CN103051551A (en) Distributed system and automatic maintaining method for same
US8082296B2 (en) Bus system
CN110413418B (en) Cache synchronization device and method, cache synchronization system and electronic equipment
WO2010037329A1 (en) Method, system and apparatus for service negotiation
CN113301166A (en) Service calling method and device, storage medium and electronic device
CN106412009A (en) Interface calling method and device
CN104158868B (en) A kind of document transmission method and management server
CN106131138A (en) A kind of display data real time propelling movement system and method based on non-obstruction queue
CN109756461A (en) A kind of remote procedure calling (PRC) method based on NETTY
CN106970843B (en) Remote calling method and device
CN112256246A (en) Micro-service integration framework for supporting cross-language calling in power system
CN101089852A (en) Method for support multi-language operation system
CN113765774B (en) Method, device, electronic equipment and medium for synchronizing messages in real time
Xiao-Hong Research and development of web of things system based on rest architecture

Legal Events

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

Address after: 350000 6, No. 1 Innovation Park, No. 3 east science and technology road, Minhou street, Minhou, Fuzhou.

Applicant after: RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co.,Ltd.

Address before: 350000 8 tower building, Orange Garden Industrial Park, 618 Jinshan Road, Jianxin Town, Cangshan District, Fuzhou, Fujian.

Applicant before: RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190709