CN107147651B - Gray level publishing system and publishing method thereof - Google Patents

Gray level publishing system and publishing method thereof Download PDF

Info

Publication number
CN107147651B
CN107147651B CN201710352017.7A CN201710352017A CN107147651B CN 107147651 B CN107147651 B CN 107147651B CN 201710352017 A CN201710352017 A CN 201710352017A CN 107147651 B CN107147651 B CN 107147651B
Authority
CN
China
Prior art keywords
interface
server
instruction
target data
interface server
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.)
Active
Application number
CN201710352017.7A
Other languages
Chinese (zh)
Other versions
CN107147651A (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.)
Shenzhen Fangxuntong Information Technology Co ltd
Original Assignee
Shenzhen Fangxuntong Information 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 Shenzhen Fangxuntong Information Technology Co ltd filed Critical Shenzhen Fangxuntong Information Technology Co ltd
Priority to CN201710352017.7A priority Critical patent/CN107147651B/en
Publication of CN107147651A publication Critical patent/CN107147651A/en
Application granted granted Critical
Publication of CN107147651B publication Critical patent/CN107147651B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

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

Abstract

The invention is suitable for the technical field of internet, and provides a gray level issuing system which comprises a plurality of interface client components, a plurality of interface client components and a plurality of interface client components, wherein the interface client components are used for receiving a service calling instruction sent by a user through a service calling interface, determining an interface server pointed by the service calling instruction, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to the interface server pointed by the service calling instruction; the interface servers are used for acquiring target data corresponding to the target data types from the preset database and sending the target data to the interface client components; the interface client component is further configured to send the target data to the user through the service invocation interface. The embodiment of the invention can limit the application range, the interface client component provides the interface calling service for the user, and the user uses the interface client component without considering the problems of interface server selection, interface data standard, transmission protocol, safety mechanism and the like, thereby being convenient and fast.

Description

Gray level publishing system and publishing method thereof
Technical Field
The invention belongs to the technical field of internet, and particularly relates to a gray scale publishing system and a publishing method thereof.
Background
In the existing data update or system update, two types of gray scale distribution and non-gray scale distribution are mainly used. The gray release refers to a release mode capable of smoothly transiting between black and white, taking AB test as an example, when updating is needed, a part of users continue to use A, a part of users start to use B, if the users do not have any objection to B, the range is gradually expanded, and all users are migrated to B. The stability of the whole system can be ensured by gray scale release, and problems can be found and adjusted in the initial gray scale so as to ensure the influence degree of the gray scale.
However, the existing gray scale publishing scheme has the following disadvantages: most of service objects are applied to websites and mobile phones, and a gray level release scheme facing to a server distributed environment is lacked; the gray level issuing operation granularity is mostly sites or program modules, and needs professional IT technical background personnel to operate; at present, products applying the gray level release scheme are mostly oriented to common consumption, and the requirements of large enterprises or organizations on reliability, stability and safety cannot be met. In summary, the existing known gray scale publishing schemes cannot meet different use scenarios and customer needs, and are not adapted to the needs of service operation.
Disclosure of Invention
The invention provides a gray scale publishing system and a publishing method thereof, and aims to solve the problem that a publishing system in the prior art cannot meet different use scenes and customer needs.
The invention is realized in this way, a gray release system, including several interface client assemblies and several interface servers;
the interface client component comprises a service calling interface, a service calling server and a data calling module, wherein the service calling interface is used for receiving a service calling instruction sent by a user through the service calling interface, determining the interface server pointed by the service calling instruction, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to the interface server pointed by the service calling instruction;
the interface server pointed by the service calling instruction is used for acquiring target data corresponding to the target data type from a preset database according to the target data type in the data calling instruction and sending the target data to the interface client component;
the interface client component is further configured to send the target data to the user through the service invocation interface, so that the user performs updating according to the target data.
Further, the gray scale issuing system also comprises a configuration server;
the configuration server is used for acquiring the identity identification information of the user after detecting a service calling instruction sent by the user, searching interface server information corresponding to the identity identification information from a preset interface server corresponding list, and sending the interface server information to the interface client component, wherein the interface server corresponding list comprises the corresponding relation between the identity identification information and the interface server;
the interface client component is specifically configured to:
and receiving the interface server information, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to an interface server corresponding to the interface server information.
Further, the gray scale release system also comprises a release management platform;
the issuing management platform is used for receiving a configuration instruction containing identity identification information and an interface server and sending the configuration instruction to the configuration server; the interface server is also used for receiving a starting instruction/stopping instruction of the interface server and sending the starting instruction/stopping instruction to the interface server;
the configuration server is further configured to update the interface server corresponding list according to the configuration instruction, where the update includes adding, deleting, or changing a corresponding relationship between the interface server and the identification information;
and the interface server is also used for starting or stopping after receiving the starting instruction/stopping instruction.
Further, portions of the number of interface servers have the same version;
if the interface server for transmitting the target data currently detects that the condition of data transmission is not met, the interface server for transmitting the target data currently sends a continuous transmission instruction to the interface servers with the same version, wherein the continuous transmission instruction is used for indicating the interface server receiving the continuous transmission instruction to continuously transmit the target data;
or:
when the configuration server detects that the interface server which transmits the target data at present does not meet the condition of data transmission, the configuration server sends a continuous transmission instruction to the interface servers with the same version so as to control the interface server which receives the continuous transmission instruction to continuously transmit the target data.
Further, the interface client component and the interface server both adopt google remote procedure call protocol for data interaction, the interface client component and the interface server communicate in a duplex communication mode, the interface client component and the configuration server communicate in the duplex communication mode, and the target data adopts protobuffer data format.
The invention also provides a gray scale publishing method, which comprises the following steps:
when an interface client component receives a service calling instruction sent by a user through a service calling interface, determining an interface server pointed in the service calling instruction, generating a data calling instruction according to a target data type in the service calling instruction, and sending the service calling instruction to the pointed interface server;
and the interface server acquires target data corresponding to the target data type from a preset database according to the target data type in the data calling instruction, and sends the target data to the interface client component so as to send the target data to the user through the interface client component, so that the user can update according to the target data.
Further, when the interface client component receives a service calling instruction sent by a user through a service calling interface, the determining an interface server pointed in the service calling instruction comprises:
when an interface client component receives a service calling instruction sent by a user through a service calling interface, a configuration server obtains identity identification information of the user, searches interface server information corresponding to the identity identification information from a preset interface server corresponding list, and sends the interface server information to the interface client component;
and the interface client component generates a data calling instruction according to the target data type contained in the service calling instruction, and sends the data calling instruction to an interface server contained in the interface server information.
Further, the gray scale issuing method further includes:
the issuing management platform receives a configuration instruction containing identity identification information and an interface server and sends the configuration instruction to the configuration server;
and the configuration server updates the corresponding list of the interface server according to the configuration instruction, wherein the updating comprises adding, deleting or changing the corresponding relation between the interface server and the identity identification information.
Further, after sending the target data to the interface client component to send the target data to the user through the interface client component, so that the user performs an update according to the target data, the method further includes:
when detecting that the interface server does not meet the condition of data transmission, the configuration server sends a switching instruction to a target switching interface server according to a preset switching strategy, wherein the switching instruction is used for controlling the interface server which currently sends the target data to stop sending the target data and switching to the target switching interface server to continue transmitting the target data, and the preset switching strategy comprises searching and activating the target switching interface server which has the same authority as the interface server which currently sends the target data.
Further, after sending the target data to the interface client component to send the target data to the user through the interface client component, so that the user performs an update according to the target data, the method further includes:
if the condition that the data transmission is not met is detected, the interface server which sends the target data currently searches other interface servers corresponding to the identification information in a pre-acquired interface server corresponding list, sends a data transmission switching instruction to the searched interface server, wherein the data transmission switching instruction comprises the transmission condition of the target data, and instructs the searched interface server to continue transmission according to the transmission condition of the target data.
Compared with the prior art, the invention has the beneficial effects that: the gray scale release system provided by the embodiment of the invention can enable a user to be connected to the interface server through the interface client component, and the interface server sends corresponding target data according to the update requirement of the user so as to enable the user to update according to the target data. The gray scale release system provided by the embodiment of the invention can limit the application range, the interface client component provides interface calling service for a user (a website, an APP or other interfaces) according to the corresponding target data provided by the user, and the user can use the interface client component like using a local component without considering the problems of interface server selection, interface data standards, transmission protocols, safety mechanisms and the like, thereby being convenient and fast.
Drawings
Fig. 1 is a schematic structural diagram of a gray scale issuing system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a gray scale distribution system according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a gray scale distribution system according to another embodiment of the present invention;
fig. 4 is a schematic structural diagram of a gray scale distribution system according to another embodiment of the present invention;
fig. 5 is a flowchart of a gray scale publishing method according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 illustrates a gray release system provided by an embodiment of the present invention, which includes several interface client components 101 and several interface servers 102;
the interface client component 101 includes a service call interface, and is configured to receive a service call instruction sent by a user through the service call interface, determine an interface server 102 to which the service call instruction points, generate a data call instruction according to a target data type included in the service call instruction, and send the data call instruction to the interface server 102 to which the service call instruction points. In a specific application, the interface client component 101 provides an interface call service to a user, and the user can use the interface client component as a local component without considering the problems of interface server selection, interface data standard, transmission protocol, security mechanism, and the like. Specifically, in the gray release process, a plurality of users are set as target users, that is, the target users can obtain and update the version contents in the interface server after accessing the interface server.
The interface server 102 pointed by the service call instruction is used for acquiring target data corresponding to the target data type from a preset database according to the target data type in the data call instruction and sending the target data to the interface client component 101. in a specific application, the interface server provides service for the interface client component, comprises a data access layer function, bears main service logic, and is a core module for processing the service logic, the data access layer provided in the embodiment can be based on L INQ of net or java, and is not limited herein.
The interface client component 101 is further configured to send the target data to the target user through the service invocation interface, so that the target user updates according to the target data.
Further, as shown in fig. 2, a gradation distribution system further includes a configuration server 103;
the configuration server 103 is configured to, after detecting a service call instruction sent by the target user to the interface client component 101, obtain identity identification information of the target user, search interface server information corresponding to the identity identification information from a preset interface server correspondence list, and send the interface server information to the interface client component 101, where the interface server correspondence list includes a correspondence between the identity identification information and an interface server. Specifically, the configuration server 103 is responsible for the functions of authentication of the interface client component, query and maintenance of a list corresponding to an available interface server of the interface client component, and change and push of other system configurations, and is a core module for controlling the gray scale publishing system provided in this embodiment.
The interface client component 101 is specifically configured to: receiving the interface server information, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to the interface server 102 corresponding to the interface server information.
Further, as shown in fig. 3, a gray scale distribution system further includes a distribution management platform 104;
the issuing management platform 104 is used for receiving a configuration instruction containing the identity identification information and the interface server and sending the configuration instruction to the configuration server 103; and is further configured to receive a start instruction/stop instruction of the interface server, and send the start instruction/stop instruction to the interface server 102. Specifically, the release management background 104 is a human-computer interface of the entire gray release system provided by the embodiment of the present invention. And the administrator starts and stops each interface server through the background, configures the version strategy of the interface server of the product and the client and the like.
The configuration server 103 is further configured to update the interface server corresponding list according to the configuration instruction, where the update includes adding, deleting, or changing a corresponding relationship between an interface server and identity identification information;
the interface server 102 is further configured to start or stop upon receiving the start instruction/stop instruction.
An embodiment of the present invention is further illustrated below with reference to fig. 4:
in fig. 4, the gray scale publishing system provided by the embodiment of the present invention includes an Interface client component 101(Interface client), an Interface Server 102(Interface Server), a configuration Server 103(Config Server), and a publishing management background 104 (Back-end);
the working mechanism of the embodiment of the invention comprises the following steps:
A) gray scale publishing mechanism
The interface server can run multiple versions simultaneously.
Versions running on the interface server may be deployed based on stability, customer, product, etc. factors.
Interface clients can connect the required interface servers according to the configuration.
One target user only needs to call one interface client, and the same interface client can be connected with a plurality of interface servers with different versions.
For example: the development team releases a new version IS V2.0beta of the interface server, the interface server of the test version connected with clients C1 and C2 of the product P1 IS set to be IS V2.0beta, and other clients are still connected with a stable version ISV1.8 of the server. Therefore, by releasing interface service terminals of different versions and configuring an interface server connected with the interface client component, the influence range of the new version can be controlled, and after the interface operates for a period of time and is confirmed to be stable, other clients can be switched to the new version. The method can keep the interface continuously upgraded after the release, cannot influence the use of most customers due to potential risks, finally achieves the purpose of gray release, and can expand the stability factor to other factors such as products, customers, customer classification, regions and the like so as to meet the requirement of the continuously-increased business complexity on the core interface.
B) Reliability mechanism
Multiple interface servers of the same version may be deployed, multiple interface servers may be deployed on the same physical server, or multiple physical servers or multiple data centers may be deployed.
The interface service provided by the interface client component is based on the infrastructure of server/client (C/S), and when some interface server fails or has insufficient service capability, the interface client component can actively or passively switch to a new interface server. The capability of the active switching interface server is based on a preset interface server corresponding list, and the list is obtained after the interface client side carries out identity verification through a configuration server. The switching policies include server failures, server stress, and other extended policies. And (II) the passive switching is an instruction from the configuration server. Particularly, when problems of machine rooms, cloud service operators and network operators occur, the interface client can be informed to be quickly switched to a new interface server.
And the problem of service interruption of the traditional release mode is avoided, the interface service can be seamlessly upgraded, and the effective service time is prolonged.
C) Data transmission mechanism
The interface client component and the interface server perform data interaction, namely sending a call request, through a Google remote procedure call protocol (gRPC), wherein the gRPC is based on an HTTP/2 protocol.
The data format used by the calling process of the interface client component and the interface server is protobuffer.
The basic framework of the interface client and the interface server adopts gPCs, the interface client and the interface server are in a simplex communication mode, and the interface client and the configuration server are in a duplex communication mode.
Fig. 5 shows a gray scale publishing method provided by an embodiment of the present invention, including:
s501, when an interface client component receives a service calling instruction sent by a target user through a service calling interface, determining an interface server pointed in the service calling instruction, generating a data calling instruction according to a target data type in the service calling instruction, and sending the service calling instruction to the pointed interface server;
s502, the interface server acquires target data corresponding to the target data type from a preset database according to the target data type in the data calling instruction, and sends the target data to the interface client component, so that the target data is sent to the target user through the interface client component, and the target user can update according to the target data.
Further, when the interface client component receives a service call instruction sent by a target user through a service call interface, determining the interface server pointed in the service call instruction comprises:
when an interface client component receives a service calling instruction sent by a target user through a service calling interface, a configuration server acquires identity identification information of the target user, searches interface server information corresponding to the identity identification information from a preset interface server corresponding list, and sends the interface server information to the interface client component;
and the interface client component generates a data calling instruction according to the target data type contained in the service calling instruction, and sends the data calling instruction to an interface server contained in the interface server information.
Further, the gray scale issuing method further includes:
the issuing management platform receives a configuration instruction containing identity identification information and an interface server and sends the configuration instruction to the configuration server;
and the configuration server updates the corresponding list of the interface server according to the configuration instruction, wherein the updating comprises adding, deleting or changing the corresponding relation between the interface server and the identity identification information.
Further, after sending the target data to the interface client component to send the target data to the target user through the interface client component, so that the target user performs an update according to the target data, the method further includes:
when detecting that the interface server does not meet the condition of data transmission, the configuration server sends a switching instruction to a target switching interface server according to a preset switching strategy, wherein the switching instruction is used for controlling the interface server which currently sends the target data to stop sending the target data and switching to the target switching interface server to continue transmitting the target data, and the preset switching strategy comprises searching and activating the target switching interface server which has the same authority as the interface server which currently sends the target data. In the step, the condition that the data transmission is not satisfied includes that the transmission capability of the interface server is insufficient, the interface server fails, and the like.
Further, after sending the target data to the interface client component to send the target data to the target user through the interface client component, so that the target user performs an update according to the target data, the method further includes:
if the condition that the data transmission is not met is detected, the interface server which sends the target data currently searches other interface servers corresponding to the identification information in a pre-acquired interface server corresponding list, sends a data transmission switching instruction to the searched interface server, wherein the data transmission switching instruction comprises the transmission condition of the target data, and instructs the searched interface server to continue transmission according to the transmission condition of the target data.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (10)

1. A gray scale release system is characterized by comprising a plurality of interface client components and a plurality of interface servers;
the interface client component comprises a service calling interface, a service calling server and a data calling module, wherein the service calling interface is used for receiving a service calling instruction sent by a user through the service calling interface, determining the interface server pointed by the service calling instruction, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to the interface server pointed by the service calling instruction;
the interface server pointed by the service calling instruction is used for acquiring target data corresponding to the target data type from a preset database according to the target data type in the data calling instruction and sending the target data to the interface client component;
the interface client component is further configured to send the target data to the user through the service invocation interface, so that the user performs updating according to the target data.
2. The gray scale distribution system of claim 1, wherein the gray scale distribution system further comprises a configuration server;
the configuration server is used for acquiring the identity identification information of the user after detecting a service calling instruction sent by the user, searching interface server information corresponding to the identity identification information from a preset interface server corresponding list, and sending the interface server information to the interface client component, wherein the interface server corresponding list comprises the corresponding relation between the identity identification information and the interface server;
the interface client component is specifically configured to:
and receiving the interface server information, generating a data calling instruction according to a target data type contained in the service calling instruction, and sending the data calling instruction to an interface server corresponding to the interface server information.
3. A gray scale issuance system according to claim 2, further comprising an issuance management platform;
the issuing management platform is used for receiving a configuration instruction containing identity identification information and an interface server and sending the configuration instruction to the configuration server; the interface server is also used for receiving a starting instruction/stopping instruction of the interface server and sending the starting instruction/stopping instruction to the interface server;
the configuration server is further configured to update the interface server corresponding list according to the configuration instruction, where the update includes adding, deleting, or changing a corresponding relationship between the interface server and the identification information;
and the interface server is also used for starting or stopping after receiving the starting instruction/stopping instruction.
4. A gray scale publishing system as claimed in claim 3 wherein portions of said number of interface servers have the same version;
if the interface server for transmitting the target data currently detects that the condition of data transmission is not met, the interface server for transmitting the target data currently sends a continuous transmission instruction to the interface servers with the same version, wherein the continuous transmission instruction is used for indicating the interface server receiving the continuous transmission instruction to continuously transmit the target data;
or:
when the configuration server detects that the interface server which transmits the target data at present does not meet the condition of data transmission, the configuration server sends a continuous transmission instruction to the interface servers with the same version so as to control the interface server which receives the continuous transmission instruction to continuously transmit the target data.
5. The gray scale publishing system of claim 3, wherein the interface client component and the interface server both use Google remote procedure call protocol for data interaction, the interface client component and the interface server communicate using a duplex communication mode, the interface client component and the configuration server communicate using a duplex communication mode, and the target data is in proto buffer data format.
6. A gray scale issuing method characterized by comprising:
when an interface client component receives a service calling instruction sent by a user through a service calling interface, determining an interface server pointed in the service calling instruction, generating a data calling instruction according to a target data type in the service calling instruction, and sending the service calling instruction to the pointed interface server;
and the interface server acquires target data corresponding to the target data type from a preset database according to the target data type in the data calling instruction, and sends the target data to the interface client component so as to send the target data to the user through the interface client component, so that the target user can update according to the target data.
7. The gray scale publishing method of claim 6, wherein when the interface client component receives a service call instruction sent by a user through a service call interface, determining the interface server pointed in the service call instruction comprises:
when an interface client component receives a service calling instruction sent by a user through a service calling interface, a configuration server obtains identity identification information of the user, searches interface server information corresponding to the identity identification information from a preset interface server corresponding list, and sends the interface server information to the interface client component;
and the interface client component generates a data calling instruction according to the target data type contained in the service calling instruction, and sends the data calling instruction to an interface server contained in the interface server information.
8. The gray scale issuing method according to claim 6, wherein the gray scale issuing method further comprises:
the issuing management platform receives a configuration instruction containing identity identification information and an interface server and sends the configuration instruction to the configuration server;
and the configuration server updates the corresponding list of the interface server according to the configuration instruction, wherein the updating comprises adding, deleting or changing the corresponding relation between the interface server and the identity identification information.
9. The gray scale publishing method of claim 6, wherein after sending the target data to the interface client component for sending the target data to the user via the interface client component for the user to update according to the target data, further comprising:
when detecting that the interface server does not meet the condition of data transmission, the configuration server sends a switching instruction to a target switching interface server according to a preset switching strategy, wherein the switching instruction is used for controlling the interface server which currently sends the target data to stop sending the target data and switching to the target switching interface server to continue transmitting the target data, and the preset switching strategy comprises searching and activating the target switching interface server which has the same authority as the interface server which currently sends the target data.
10. The gray scale publishing method of claim 6, wherein after sending the target data to the interface client component for sending the target data to the user via the interface client component for the user to update according to the target data, further comprising:
if the condition that the data transmission is not met is detected, the interface server which sends the target data currently searches other interface servers corresponding to the identity identification information in a pre-acquired interface server corresponding list, sends a data transmission switching instruction to the searched interface servers, wherein the data transmission switching instruction comprises the transmission condition of the target data, and indicates the searched interface servers to continue transmission according to the transmission condition of the target data.
CN201710352017.7A 2017-05-18 2017-05-18 Gray level publishing system and publishing method thereof Active CN107147651B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710352017.7A CN107147651B (en) 2017-05-18 2017-05-18 Gray level publishing system and publishing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710352017.7A CN107147651B (en) 2017-05-18 2017-05-18 Gray level publishing system and publishing method thereof

Publications (2)

Publication Number Publication Date
CN107147651A CN107147651A (en) 2017-09-08
CN107147651B true CN107147651B (en) 2020-07-31

Family

ID=59777309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710352017.7A Active CN107147651B (en) 2017-05-18 2017-05-18 Gray level publishing system and publishing method thereof

Country Status (1)

Country Link
CN (1) CN107147651B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110213218B (en) * 2018-10-29 2021-06-01 腾讯科技(深圳)有限公司 Gray scale control method, apparatus, and medium for data transmission
CN109495173B (en) * 2018-12-03 2020-09-01 湖北航天技术研究院总体设计所 Space laser communication transmission device and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105450757A (en) * 2015-12-02 2016-03-30 联动优势电子商务有限公司 Service management method and system
CN106487863A (en) * 2015-09-02 2017-03-08 阿里巴巴集团控股有限公司 A kind of based on the gray scale dissemination method of distributed system, client and platform
CN106657232A (en) * 2016-09-29 2017-05-10 山东浪潮商用系统有限公司 Distributed server configuration and service method thereof

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103095743A (en) * 2011-10-28 2013-05-08 阿里巴巴集团控股有限公司 Handling method and system of grey release
CN105791341B (en) * 2014-12-22 2020-01-17 华为软件技术有限公司 Application release processing method, device and system
CN105871961B (en) * 2015-01-23 2019-03-15 中国移动通信集团浙江有限公司 A kind of method and device of gray scale publication routing
CN106648562B (en) * 2015-10-29 2020-04-21 腾讯科技(深圳)有限公司 Version updating method and device
CN106257894A (en) * 2016-08-29 2016-12-28 北京海誉动想科技股份有限公司 Gray scale dissemination method based on micro services

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106487863A (en) * 2015-09-02 2017-03-08 阿里巴巴集团控股有限公司 A kind of based on the gray scale dissemination method of distributed system, client and platform
CN105450757A (en) * 2015-12-02 2016-03-30 联动优势电子商务有限公司 Service management method and system
CN106657232A (en) * 2016-09-29 2017-05-10 山东浪潮商用系统有限公司 Distributed server configuration and service method thereof

Also Published As

Publication number Publication date
CN107147651A (en) 2017-09-08

Similar Documents

Publication Publication Date Title
US10122798B2 (en) System and process for managing network communications
WO2020238751A1 (en) Resource access method under serverless architecture, device, system, and storage medium
US10270648B2 (en) Configuration information management method, device, network element management system and storage medium
US9092252B2 (en) Information processing apparatus, client management system, and client management method
US20180032327A1 (en) System and method for the data management in the interaction between machines
EP2771803B1 (en) File fetch from a remote client device
CN110287709A (en) User's operation authority control method, device, equipment and medium
US11611481B2 (en) Policy management method and system, and apparatus
RU2683620C1 (en) Method of the data sharing implementation between the client and the virtual desktop, the client and the system
CN111193602B (en) Automatic operation and maintenance management system and method
US11349709B2 (en) System and method for onboarding IOT devices
US10908970B1 (en) Data interface for secure analytic data system integration
CN104980448A (en) Remote monitoring method, remote monitoring device and remote monitoring system
CN111770176B (en) Traffic scheduling method and device
CN107147651B (en) Gray level publishing system and publishing method thereof
CN103997479A (en) Asymmetric service IP proxy method and equipment
CN115086330A (en) Cross-cluster load balancing system
CN105763545B (en) A kind of BYOD method and device
CN106657360A (en) Synchronization method and system for NIS servers under Linux system
US11716382B2 (en) System and method for replication of storage presentation in application orchestration
CN103138961A (en) Server control method, controlled server and central control server
KR101997602B1 (en) Resource Dependency Service Method for M2M Resource Management
US11757976B2 (en) Unified application management for heterogeneous application delivery
CN112350982B (en) Resource authentication method and device
CN113886217A (en) Gray level verification method, device and system for cloud database service and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant