CN111770171B - Multi-page function session period state management method in micro-service mode - Google Patents

Multi-page function session period state management method in micro-service mode Download PDF

Info

Publication number
CN111770171B
CN111770171B CN202010603604.0A CN202010603604A CN111770171B CN 111770171 B CN111770171 B CN 111770171B CN 202010603604 A CN202010603604 A CN 202010603604A CN 111770171 B CN111770171 B CN 111770171B
Authority
CN
China
Prior art keywords
variable
identifier
data
user
operation request
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
CN202010603604.0A
Other languages
Chinese (zh)
Other versions
CN111770171A (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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202010603604.0A priority Critical patent/CN111770171B/en
Publication of CN111770171A publication Critical patent/CN111770171A/en
Application granted granted Critical
Publication of CN111770171B publication Critical patent/CN111770171B/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/14Session management
    • 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]
    • 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/10Protocols in which an application is distributed across nodes in the network
    • 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/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention provides a multi-page function session period state management method in a micro-service mode, which comprises the following steps of: responding to the received operation request of a user to one or more forms, acquiring labels of the one or more forms and operation identifiers of the user, and generating variable identifiers according to preset rules; the variable identification is returned to the corresponding form and is sent to the corresponding back-end server along with the operation request of the corresponding form; receiving response data returned from the back-end server; and generating a new variable identifier and sending the new variable identifier to the corresponding one or more back-end servers to trigger a listener mechanism in response to receiving the operation of closing the frame service where the one or more forms are located. The invention solves the problem that the front end cannot manage a plurality of data variables in a distinguishing way; and the front end does not need to manually acquire any data, and the back end servers can automatically acquire the required data according to the needs so as to return response data to the front end.

Description

Multi-page function session period state management method in micro-service mode
Technical Field
The invention relates to the technical field of network function architecture, in particular to a multi-page function session period state management method in a micro-service mode, which is used for realizing the association of multi-page session functions.
Background
With the continuous development of software development technology, the micro-service architecture is becoming a mainstream software architecture at present, and the web application under the micro-service architecture is also becoming wider and wider, and the scale and complexity are also becoming higher and higher. The micro-service architecture consists of front-end equipment and a back-end server with separated states; a front-end device (e.g., a cell phone) has a plurality of web applications, each web application having a plurality of function forms therein; and multiple function forms may issue corresponding operation requests to multiple backend servers (possibly multiple different micro-service architectures).
Thus, when an operation request of a certain function form in a web application requires return data of operation requests of another one or more function forms, there is a problem in that:
1) Different data exist in different micro-service architectures, and for the front end, a plurality of data variables cannot be managed in a distinguishing mode, so that the acquisition of a plurality of data is automatically completed;
2) The user needs to manually acquire a plurality of data and store the data in the front end, and then the data are sent to the corresponding back end server through the corresponding function form to acquire response data, and in the process, the front end needs to perform state management on the data, and the operation process is complex.
Therefore, a method for solving the above problems has been desired.
Disclosure of Invention
In order to solve the problems mentioned in the background art, in one aspect, the present invention provides a method for managing the session cycle status of a multi-page function in a micro-service mode, where the method includes the following steps performed at a front-end device side: responding to the received operation request of a user to one or more forms, acquiring labels of the one or more forms and operation identifiers of the user, and generating variable identifiers according to preset rules; the variable identification is returned to the corresponding form and is sent to the corresponding back-end server along with the operation request of the corresponding form; receiving response data returned from the back-end server; and generating a new variable identifier and sending the new variable identifier to the corresponding one or more back-end servers to trigger a listener mechanism in response to receiving the operation of closing the frame service where the one or more forms are located.
In one or more embodiments, the variable identification is used to uniquely identify a particular user's particular request for manipulation of a corresponding form.
In one or more embodiments, the generating the variable identification according to the preset rule includes: and generating variable identifiers according to the obtained user operation identifiers and the tag serialization of the one or more forms.
In one or more embodiments, the returning the variable identification to the corresponding form includes: the variable identification is hosted on the routing parameters of the corresponding form.
In one or more embodiments, the operation identification of the user includes: and opening operation identifiers for opening the frame service where the one or more forms are located by a user and closing operation identifiers for closing the frame service where the one or more forms are located by the user.
In one or more embodiments, the generating a new variable identifier in response to an operation of closing a framework service where the one or more forms are located includes: responding to the operation of closing the frame service where the one or more forms are located, and obtaining a closing operation identifier; and generating a new variable identifier according to the obtained closing operation identifier and the serialization of the previous variable identifier.
According to another aspect of the present invention, there is provided a method for managing session cycle status of multiple page functions in a micro service mode, the method including executing the following steps at a back-end server side: receiving an operation request and a variable identifier from front-end equipment, and restoring the variable identifier into a plurality of variable objects; acquiring data in other one or more back-end servers by utilizing the variable objects, judging whether the data are needed by responding to the operation request, acquiring corresponding data if the data are needed, and further generating response data and returning the response data to the front-end equipment; and acquiring variable identifiers generated by the front-end equipment in response to the operation of closing the frame service where the one or more forms are located, and triggering a listener mechanism.
In one or more embodiments, the plurality of variable objects includes: the operation identification of the user and the labels of one or more forms are acquired by the front-end equipment;
the operation identifier of the user comprises: and opening operation identifiers for opening the frame service where the one or more forms are located by a user and closing operation identifiers for closing the frame service where the one or more forms are located by the user.
In one or more embodiments, the trigger listener mechanism includes: restoring the new variable identifier into a plurality of variable objects, and triggering a listener mechanism based on the acquired closing operation identifiers in the variable objects;
the listener mechanism includes: and releasing the corresponding data in the corresponding back-end server cache based on the obtained one or more tags in the plurality of variable objects.
In one or more embodiments, the method further comprises: before the data in the other one or more back-end servers is acquired by using the variable objects, the data in the operation request is acquired, and whether the data required for responding to the operation request is available is judged.
The beneficial effects of the invention include: the invention solves the problem that the front end cannot manage a plurality of data variables in a distinguishing way (only one variable identifier needs to be managed); and the front end does not need to manually acquire any data, and the back end servers can automatically acquire the required data according to the needs so as to return response data to the front end. The user can complete complex data acquisition operation by triggering corresponding forms according to steps in sequence, so that the operation difficulty of the user is greatly reduced.
In addition, the invention not only realizes the stateless management of the front end and reduces the complex operation program of the user, but also stores the related data in the distributed cache (one or more rear-end servers), and is more suitable for the distributed scene under the existing micro-service architecture.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are necessary for the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention and that other embodiments may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of the operation of the method of the present invention at the head end equipment side;
FIG. 2 is a schematic diagram of a first embodiment of the method of the present invention;
FIG. 3 is a flow chart of the operation of the method of the present invention on the back-end server side;
fig. 4 is a schematic diagram of a second embodiment of the method of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention will be described in further detail with reference to the accompanying drawings.
It should be noted that, in the embodiments of the present invention, all the expressions "first" and "second" are used to distinguish two entities with the same name but different entities or different parameters, and it is noted that the "first" and "second" are only used for convenience of expression, and should not be construed as limiting the embodiments of the present invention, and the following embodiments are not described one by one.
In order to solve the problems mentioned in the background art, the present invention provides a multi-page function session management method in a micro-service mode, which is used for implementing stateless management of front-end devices and automatic acquisition of data between back-end servers. The multi-page function session is an operation request based on a multi-page form, and the operation request is a request sent by front-end equipment to a back-end server. The present invention will be described in detail below with reference to the attached drawings.
As shown in fig. 1, a working flow chart of the method of the present invention on the front-end equipment side is shown. In one embodiment of the invention, the workflow of the front-end device includes: step S1, responding to a received operation request of a user for one or more forms, acquiring labels of the one or more forms and operation identifiers of the user, and generating variable identifiers according to preset rules; step S2, the variable identification is returned to the corresponding form and is sent to the corresponding back-end server along with the operation request of the corresponding form; step S3, response data returned from the back-end server is received; and step S4, responding to the operation of closing the frame service where the one or more forms are located, generating a new variable identifier and sending the new variable identifier to the corresponding one or more back-end servers so as to trigger a listener mechanism.
Specifically, the form is mainly responsible for the data acquisition function, and mainly comprises tags, form fields and form buttons, wherein each tag can uniquely identify one form. In general, a form is only directed to a corresponding background server and has only a single operation request function; therefore, the labels of the forms also have unique correspondence with the corresponding backend servers and the corresponding operation requests. Specific instantiations of forms such as login forms, query forms, and the like. The form may carry related data to send an operation request to a corresponding backend server, for example: sending a login operation request to a back-end server through carrying an account number and a password; or issues a query operation request to the backend server by inputting the related data. The back-end server returns response data according to the specific operation request, for example, response data allowing the user to log in or returns a corresponding query result.
In the above embodiment, the variable identifier is generated by the front-end device according to the operation identifier of the user and the tag serialization of one or more forms, so the variable identifier also has uniqueness, which can uniquely identify which user has used which function (form) and what operation request has been issued. That is, the variable identification can uniquely identify a particular user's particular request for operation in a corresponding form.
In a further embodiment, returning the variable identification to the front-end form includes: the variable identification is hosted on the routing parameters of the corresponding form. The hosting process is implemented in particular by a communication framework common service encapsulated in the head-end equipment.
In a further embodiment, the operation identification of the user includes: and opening operation identifiers for opening the frame service where the one or more forms are located by a user and closing operation identifiers for closing the frame service where the one or more forms are located by the user. Wherein the framework service resembles an application, and one or more forms can be provided in one framework service for implementing different functions.
When the user closes the frame service, responding to the operation of closing the frame service where the one or more forms are located, and the front-end equipment obtains a closing operation identifier; and generating a new variable identifier according to the obtained closing operation identifier and the serialization of the previous variable identifier. The new sequence identity will be sent to the corresponding one or more backend servers via the communication framework common services encapsulated in the front-end device to trigger the listener mechanism of the one or more backend servers.
In order to more clearly illustrate the method of the present invention, a detailed description will be given below by way of specific examples.
Example 1
Fig. 2 shows a schematic representation of a first embodiment of the method according to the invention. In this embodiment, the user wants to acquire the data j through the form B, and the data j needs to be acquired by the data f, and the data f needs to be acquired by the user only by providing the data m, so that the user needs to perform the following operations, and the response of the front-end device is as follows:
the user opens the frame service where the form A and the form B are located, and the front-end equipment acquires an opening operation identifier K; the method comprises the steps that a user touches a form A, the user number m is input into the form A, front-end equipment obtains a label a of the form A, generates a variable identifier Ka in combination with K, and hosts the variable identifier Ka on a route of the form A; the user clicks a send button in the form A, and the data m and the variable identifier Ka are sent to the corresponding back-end server along with the operation request; acquiring response data returned by the back-end server, wherein in the step, a user only needs to check whether the returned response data is required data or not and does not need to manage the data state through corresponding variables; the user triggers the form B, the front-end equipment acquires a label B of the form B, generates a new variable identifier Kab with the variable identifier Ka, and hosts the Kab on a route of the form B; the user clicks a send button in the form B to send the variable identification Kab to the corresponding backend server along with the operation request.
In the prior art, a user needs to store data j in a front end through a corresponding variable, and if the user also needs to trigger a form C to acquire data h and needs to support data j and data f at the same time, the front end equipment cannot manage the variables corresponding to the data j and the data f at the same time, so that the acquisition of the data h cannot be automatically completed; at this time, the user needs to acquire the data j and the data f respectively and manually fill the data j and the data f into the form C, so that the data h can be manually acquired.
As can be seen from the comparison, in the method of the invention, the front-end equipment does not need to perform state management on the data, and only needs to maintain one variable, namely the variable identifier, so that the requirement of the micro-service architecture on front-end and back-end state separation is met, and the stateless management of the front-end equipment on the data is realized. The state management of the data refers to caching the data through variables or releasing the data in the cache.
The application of the method of the present invention on the front-end device side is described in detail below with reference to the specific drawings.
As shown in fig. 3, a workflow diagram of the method of the present invention on the back-end server side is shown. Based on the foregoing embodiment, the workflow of the backend server side includes: step 10, receiving an operation request and a variable identifier from front-end equipment, and restoring the variable identifier into a plurality of variable objects; step 20, acquiring data in other one or more back-end servers by utilizing a plurality of variable objects, judging whether the data are needed by responding to the operation request, acquiring corresponding data if the data are needed, and further generating response data and returning the response data to the front-end equipment; step 30, obtaining variable identifiers generated by the front-end equipment in response to the operation of closing the frame service where the one or more forms are located, and triggering a listener mechanism.
In the above embodiment, all the corresponding back-end servers are encapsulated with a common service of the communication frame unified with the front-end device. The communication frame service is configured with a generation rule and a sending rule of variable identifiers and an analysis rule for restoring the variable identifiers into a plurality of variable objects; in addition, the public service of the communication framework is also responsible for the most basic front-end and back-end communication functions. Wherein the variable object comprises: the operation identification of the user and the labels of one or more forms are acquired by the front-end equipment; the operation identification of the user comprises the following steps: and opening operation identifiers for opening the frame service where the one or more forms are located by a user and closing operation identifiers for closing the frame service where the one or more forms are located by the user.
In a further embodiment, the triggering process of the listener mechanism includes: restoring the new variable identification into a plurality of variable objects, and triggering a listener mechanism based on the acquired closing operation identification in the plurality of variable objects; wherein the listener mechanism comprises: and releasing the corresponding data in the corresponding back-end server cache based on the obtained one or more tags in the plurality of variable objects.
In the above embodiment, since the tag has a correspondence relationship with the form, the operation request of the form, and the corresponding backend server; and, all backend servers are packaged with unified communication frame public service; at this time, when one back-end server needs to acquire data in another one or more servers to return response data for the current operation request; the current backend server may communicate with other backend servers based on the obtained tag and obtain the required data in the other server caches. And then, when all the back-end servers recognize the closing operation identification in the newly obtained variable object, triggering a listener mechanism, and releasing corresponding data in the cache through the corresponding relation of the label, the operation request and the corresponding data. Thus, state management for the entire session period is completed.
The processing procedure of the backend server will be described in more detail below with reference to the first embodiment.
Example two
Fig. 4 shows a schematic diagram of a second embodiment of the method according to the invention. On the basis of the first embodiment, the processing procedure of the backend service is as follows:
acquiring an operation request and a variable identifier Ka from a form A, acquiring data m of the operation request, judging whether a response condition is met, and returning response data f if the response condition is met; and acquiring an operation request from the form B and a variable identifier Kab, judging whether data in the operation request meets a response condition, analyzing the variable identifier Kab if the data does not meet the response condition, acquiring the labels a and B, acquiring data f corresponding to the label a through server communication corresponding to the form A, judging whether the response condition is met, and returning response data j if the response condition is met.
After the user obtains the final wanted data j, after the frame service where the form A and the form B are located is closed, all relevant back-end servers receive a new variable identifier, and after the user finds that the variable object has the closing operation identifier after the user restores, a listener mechanism is triggered, and cache data corresponding to labels corresponding to the servers are released.
In a preferred embodiment, when the user does not further operate for a preset time, the front-end device will automatically generate a closing operation identifier, generate a new variable identifier on the previous variable identifier, and send the new variable identifier to all relevant back-end servers to trigger the listener mechanism.
As above, the method of the invention not only reduces the complexity of user operation, but also does not need front-end equipment to perform state management of data, thereby being very suitable for various function association operations under the current micro-service framework.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that as used herein, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The foregoing embodiment of the present invention has been disclosed with reference to the number of embodiments for the purpose of description only, and does not represent the advantages or disadvantages of the embodiments.
Those of ordinary skill in the art will appreciate that: the above discussion of any embodiment is merely exemplary and is not intended to imply that the scope of the disclosure of embodiments of the invention, including the claims, is limited to such examples; combinations of features of the above embodiments or in different embodiments are also possible within the idea of an embodiment of the invention, and many other variations of the different aspects of the embodiments of the invention as described above exist, which are not provided in detail for the sake of brevity. Therefore, any omission, modification, equivalent replacement, improvement, etc. of the embodiments should be included in the protection scope of the embodiments of the present invention.

Claims (8)

1. A method for managing session cycle states of multiple page functions in a micro-service mode, the method comprising the steps of, at a front-end device side:
responding to a received operation request of a user on a form, acquiring a label of the form and an operation identifier of the user, and generating a variable identifier according to a preset rule;
returning the variable identification to the form, and sending the variable identification to a corresponding back-end server along with an operation request of the form;
receiving response data returned from a back-end server, wherein the response data is data required by the operation request acquired by the back-end server from other one or more back-end servers by utilizing a plurality of variable objects which comprise operation identifiers and labels of corresponding forms, wherein the back-end server restores the variable identifiers into the plurality of variable objects;
responding to the operation of closing the frame service where the form is located by a received user, generating a new variable identifier and sending the new variable identifier to a corresponding one or more back-end servers, so that the back-end servers restore the new variable identifier into a plurality of variable objects, and triggering a listener mechanism based on the obtained closing operation identifier in the plurality of variable objects, wherein the listener mechanism comprises releasing corresponding data in a cache of the corresponding back-end server based on labels in the obtained plurality of variable objects;
the generating variable identifiers according to the preset rules comprises the following steps: and generating a variable identifier according to the obtained user operation identifier and the tag serialization of the form.
2. The multi-page function session period state management method of claim 1, wherein the variable identification is used to uniquely identify a specific user's specific operation request in a corresponding form.
3. The method for managing the session cycle state of the multi-page function according to claim 1, wherein the step of returning the variable identifier to the corresponding form comprises the steps of:
the variable identification is hosted on the routing parameters of the corresponding form.
4. The multi-page function session period state management method of claim 1, wherein the operation identification of the user comprises: an open operation identifier and a close operation identifier.
5. The method for managing the session cycle state of the multi-page function according to claim 4, wherein the generating a new variable identifier in response to the user closing the frame service where the form is located comprises:
responding to the operation of closing the frame service where the form is located by a user, and obtaining a closing operation identifier;
and generating a new variable identifier according to the obtained closing operation identifier and the serialization of the previous variable identifier.
6. A method for managing session cycle states of multiple page functions in a micro-service mode, the method comprising the steps of, at a back-end server side:
receiving an operation request and a variable identifier from front-end equipment, and reducing the variable identifier into a plurality of variable objects, wherein the variable identifier is generated by the front-end equipment receiving the operation request of a user on a form, acquiring a label of the form and the variable identifier generated by serializing the operation identifier of the user, and the plurality of variable objects comprise the operation identifier and the label of the corresponding form;
acquiring data in other one or more back-end servers by utilizing the variable objects, judging whether the data are needed by responding to the operation request, acquiring corresponding data if the data are needed, and further generating response data and returning the response data to the front-end equipment;
the method comprises the steps of obtaining a new variable identifier generated by front-end equipment in response to an operation of closing a frame service where a form is located by a user, reducing the new variable identifier into a plurality of variable objects, and triggering a listener mechanism based on the obtained closing operation identifier in the plurality of variable objects, wherein the listener mechanism comprises releasing corresponding data in a corresponding back-end server cache based on labels in the plurality of obtained variable objects.
7. The multi-page function session period state management method of claim 6, wherein,
the operation identifier of the user comprises: an open operation identifier and a close operation identifier.
8. The multi-page function session period state management method of claim 6, wherein the method further comprises: before the data in the other one or more back-end servers is acquired by using the variable objects, the data in the operation request is acquired, and whether the data required for responding to the operation request is available is judged.
CN202010603604.0A 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode Active CN111770171B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010603604.0A CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010603604.0A CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Publications (2)

Publication Number Publication Date
CN111770171A CN111770171A (en) 2020-10-13
CN111770171B true CN111770171B (en) 2023-05-02

Family

ID=72722819

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010603604.0A Active CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Country Status (1)

Country Link
CN (1) CN111770171B (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9218428B2 (en) * 2012-10-15 2015-12-22 Dell Products, L.P. Techniques for generating different sessions for multiple tabs of a single browser window
CN107656823A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 The processing method and related system of a kind of operation flow
CN108206852B (en) * 2016-12-20 2020-12-22 华为技术有限公司 Session-based service instance management method and device under micro-service framework
CN107370786B (en) * 2017-06-02 2020-11-13 广州杰赛科技股份有限公司 General information management system based on micro-service architecture
CN109639723A (en) * 2019-01-10 2019-04-16 深圳市买买提信息科技有限公司 A kind of micro services access method and server based on ERP system
CN109922132B (en) * 2019-01-18 2023-04-11 深圳壹账通智能科技有限公司 Form request processing method and device, electronic equipment and storage medium
CN110971449A (en) * 2019-10-25 2020-04-07 武汉烽火众智数字技术有限责任公司 Service management and control system based on micro-service architecture

Also Published As

Publication number Publication date
CN111770171A (en) 2020-10-13

Similar Documents

Publication Publication Date Title
EP3748908B1 (en) Method, system, network device, storage medium for creating a network slice
EP3837604B1 (en) In situ triggered function as a service within a service mesh
US8875135B2 (en) Assigning component operations of a task to multiple servers using orchestrated web service proxy
CN110310034A (en) A kind of service orchestration applied to SaaS, business flow processing method and apparatus
US11645582B2 (en) Parameter sharing in federated learning
EP2383652A1 (en) Performance monitoring for virtual machines
CN111698308B (en) Service model and distributed data communication method based on SOA and DDS
Singh et al. Orbit measurements framework and library (oml): motivations, implementation and features
CN111200523B (en) Method, device, equipment and storage medium for configuring middle platform system
US10778512B2 (en) System and method for network provisioning
CN113785535A (en) Data processing entity
CN114416075A (en) Service processing method and device
CN109542894A (en) User data concentrates storage method, device, medium and computer equipment
CN104519095A (en) Dynamic message pushing method and system thereof, server-side, and client
CN112507005A (en) Method and device for processing message
CN112764726A (en) Data synthesis method and device
US20130304431A1 (en) Automatically asessing maturity of custom application for standard-governed computing environment
CN112749217A (en) Method, system and storage medium for determining target object adding channel
CN111914200A (en) Browser tab state synchronization method, device, equipment and storage medium
CN111770171B (en) Multi-page function session period state management method in micro-service mode
US20100218202A1 (en) Method and Apparatus for Case-Based Service Composition
US7962589B1 (en) Method and apparatus for providing notification of network alarms using a plurality of distributed layers
US11210156B1 (en) Intelligent distributed tracing
CN109995767A (en) Account single-point logging method, terminal device and storage medium
US10237372B2 (en) Scalable programming architecture for telecommunications devices

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
TA01 Transfer of patent application right

Effective date of registration: 20230413

Address after: 250101 Inspur science and Technology Park, 1036 Inspur Road, hi tech Zone, Jinan City, Shandong Province

Applicant after: Inspur Genersoft Co.,Ltd.

Address before: 250100 Room 102, 1st floor, R & D building, 2877 Kehang Road, Suncun Town, high tech Zone, Jinan City, Shandong Province

Applicant before: SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant