CN110321133B - H5 application deployment method and device - Google Patents

H5 application deployment method and device Download PDF

Info

Publication number
CN110321133B
CN110321133B CN201910604206.8A CN201910604206A CN110321133B CN 110321133 B CN110321133 B CN 110321133B CN 201910604206 A CN201910604206 A CN 201910604206A CN 110321133 B CN110321133 B CN 110321133B
Authority
CN
China
Prior art keywords
target
application
fragment
deployment
information
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
CN201910604206.8A
Other languages
Chinese (zh)
Other versions
CN110321133A (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.)
Hundsun Technologies Inc
Original Assignee
Hundsun Technologies Inc
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 Hundsun Technologies Inc filed Critical Hundsun Technologies Inc
Priority to CN201910604206.8A priority Critical patent/CN110321133B/en
Publication of CN110321133A publication Critical patent/CN110321133A/en
Application granted granted Critical
Publication of CN110321133B publication Critical patent/CN110321133B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for deploying H5 application.A management console determines deployment fragment information of target H5 application after acquiring the target H5 application to be deployed, provides the deployment fragment information of the target H5 application to a proxy server, and deploys the target H5 application in the target deployment server by a target proxy module in the proxy server; because the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, different H5 applications can be deployed in different deployment servers, and thus, the plurality of deployment servers share the flow of all the H5 applications, so that the storage and access pressure of each deployment server is not too large, and the normal access of the H5 applications can be ensured.

Description

H5 application deployment method and device
Technical Field
The invention relates to the technical field of application deployment, in particular to a method and a device for deploying H5 application.
Background
With the development of computer technology, research and development on H5 applications are increasing. Among them, the H5 application refers to an application program developed based on HTML (HyperText Markup Language) 5 technology.
In the prior art, all H5 applications share one deployment server, that is, after a developer develops one H5 application, the H5 application is deployed on the deployment server, but at present, all H5 applications are deployed on the deployment server, and when one or more of the H5 applications have a traffic peak, storage and access pressures of the deployment server are too high, and in severe cases, normal access of some H5 applications cannot be guaranteed.
Disclosure of Invention
In view of the above, the present invention is proposed in order to provide a H5 application deployment method and apparatus that overcomes or at least partially solves the above mentioned problems. The specific scheme is as follows:
in a first aspect, the present invention provides a method for deploying H5 applications, where the method includes:
acquiring a target H5 application to be deployed;
determining deployment fragment information of the target H5 application;
providing the deployment fragment information of the target H5 application to a proxy server so that a target proxy module in the proxy server deploys the target H5 application in the target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module.
Optionally, the acquiring the target H5 application to be deployed includes:
and acquiring basic information and a resource packet of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
Optionally, the method further comprises:
carrying out validity check on the basic information and the resource packet applied by the target H5 to determine whether the basic information and the resource packet applied by the target H5 are valid or not;
and if the basic information and the resource package of the H5 application are legal, determining the deployment fragmentation information of the target H5 application.
Optionally, the checking the validity of the basic information and the resource packet applied by the target H5 includes:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal.
Optionally, the determining deployment fragment information of the target H5 application includes:
determining a deployment identifier of the target H5 application;
acquiring fragment record information, wherein each piece of fragment record information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
Optionally, the providing the deployment fragment information to a proxy server includes:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
In a second aspect, the present invention provides another H5 application deployment method, where the method includes:
acquiring deployment fragment information of the target H5 application cached by a management console;
analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
acquiring basic information of the target H5 application according to the deployment identifier of the target H5 application, and determining a target agent module according to the fragment number of the target H5 application;
sending a deployment indication message to the target agent module, where the deployment indication message includes the basic information of the target H5 application, so that the target agent module obtains the resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, where the target deployment server is a deployment server corresponding to the target agent module.
In a third aspect, the present invention provides an H5 application deployment apparatus, including:
an H5 application obtaining unit, configured to obtain a target H5 application to be deployed;
a deployment fragment information determining unit, configured to determine deployment fragment information of the target H5 application;
a deployment fragment information providing unit, configured to provide deployment fragment information of the target H5 application to a proxy server, so that a target proxy module in the proxy server deploys the target H5 application in a target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module.
Optionally, the H5 application obtaining unit is specifically configured to:
and acquiring basic information and a resource package of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
Optionally, the apparatus further comprises:
a validity checking unit, configured to perform validity checking on the basic information and the resource packet applied by the target H5, and determine whether the basic information and the resource packet applied by the target H5 are valid; and if the basic information and the resource package of the H5 application are legal, triggering the deployment fragment information determining unit to determine the deployment fragment information of the target H5 application.
Optionally, the validity checking unit is specifically configured to:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource packet of the target H5 application does not contain a preset file, and/or the resource packet of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource packet of the target H5 application are illegal.
Optionally, the deployment fragment information determining unit is specifically configured to:
determining a deployment identifier of the target H5 application;
acquiring fragment record information, wherein each piece of fragment record information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment record information is the fragment number of the target H5 application, wherein the second target fragment record information is fragment record information with the deployed H5 application quantity not reaching a deployment threshold;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
Optionally, the deployment fragment information providing unit is specifically configured to:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
In a fourth aspect, an embodiment of the present invention provides an H5 application deployment apparatus, where the apparatus includes:
a deployment fragment information obtaining unit, configured to obtain deployment fragment information of the target H5 application cached by a management console;
the deployment fragment information analysis unit is used for analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
a target agent module determining unit, configured to obtain basic information of the target H5 application according to the deployment identifier of the target H5 application, and determine a target agent module according to the fragment number of the target H5 application;
a sending unit, configured to send a deployment indication message to the target agent module, where the deployment indication message includes basic information of the target H5 application, so that the target agent module obtains the resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, where the target deployment server is a deployment server corresponding to the target agent module.
In a fifth aspect, the present invention provides a storage medium having a program stored thereon, which when executed by a processor, implements the H5 application deployment method as described in the first aspect above.
In a sixth aspect, the present invention provides a management console server, comprising a memory for storing a program and a processor for executing the program, wherein the program executes to perform the H5 application deployment method according to the first aspect.
In a seventh aspect, the present invention provides a storage medium having stored thereon a program which, when executed by a processor, implements the H5 application deployment method as described in the second aspect above.
In an eighth aspect, the present invention provides a proxy server, comprising a memory for storing a program and a processor for executing the program, wherein the program executes to perform the H5 application deployment method according to the second aspect.
By means of the technical scheme, the H5 application deployment method and the device provided by the invention have the advantages that after the management console acquires the target H5 application to be deployed, the deployment fragment information of the target H5 application is determined, the deployment fragment information of the target H5 application is provided for the proxy server, and the target H5 application is deployed in the target deployment server by the target proxy module in the proxy server; because the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, different H5 applications can be deployed in different deployment servers, and thus, the plurality of deployment servers share the flow of all the H5 applications, so that the storage and access pressure of each deployment server is not too large, and the normal access of the H5 applications can be ensured.
The above description is only an overview of the technical solutions of the present invention, and the present invention can be implemented in accordance with the content of the description so as to make the technical means of the present invention more clearly understood, and the above and other objects, features, and advantages of the present invention will be more clearly understood.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic structural diagram of an H5 application deployment system according to an embodiment of the present application;
fig. 2 is a schematic flowchart of an H5 application deployment method according to an embodiment of the present application;
fig. 3 is a schematic flowchart of another H5 application deployment method provided in the embodiment of the present application;
fig. 4 is a schematic structural diagram of an H5 application deployment apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of another H5 application deployment apparatus provided in the embodiment of the present application.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
In the process of implementing the scheme of the present application, the inventor finds that, in the prior art, all H5 applications share one deployment server, that is, after a developer develops one H5 application, the H5 application is deployed on the deployment server, but at present, all H5 applications are deployed on the deployment server, and when one or more H5 applications have a traffic peak, storage and access pressures of the deployment server are too high, and normal access of some H5 applications cannot be guaranteed in a severe case.
The embodiment of the application provides a corresponding solution for the situation. The scheme can be provided for an H5 application deployment system to use, the H5 application deployment system can deploy a plurality of H5 applications to a plurality of deployment servers respectively in the running process, and the scheme provided by the embodiment of the application is different from the H5 application deployment method in the prior art, and the scheme can reduce the storage and access pressure of a single deployment server so as to ensure the normal access of the H5 applications.
The following describes in detail specific implementations provided in embodiments of the present application.
Example one
In the present application, deployment of an H5 application is implemented by an H5 application deployment system, and as an implementation manner, an H5 application deployment system is provided in this application embodiment, a structure of the H5 application deployment system is shown in fig. 1, where the H5 application deployment system includes an application management console 10, a proxy server 11, and a deployment server 12, where the deployment server may be a cluster server, the number of the deployment servers is N, N is an integer greater than or equal to 2, and each deployment server corresponds to one proxy module in the proxy server, and therefore, the proxy server includes N proxy modules. Different agent modules have different fragment parameters, fragment record information is recorded in the application control console, and each piece of fragment record information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number. It should be noted that the fragment number in the fragment record information corresponds to a fragment parameter of a certain proxy module. As an implementation manner, the fragment number in the fragment record information is consistent with the fragment parameter of a certain agent module.
The application management console comprises at least one client and a server, and different users can submit basic information and resource packages of different H5 applications to the server based on operation interfaces displayed by different clients so that the server can deploy the H5 applications. The basic information of an H5 application includes an identification ID, a name, a version number, and an expected traffic value of the H5 application.
The application management console sets a deployment threshold for each agent module, the deployment thresholds corresponding to different agent modules may be the same or different, and for one agent module, the deployment threshold is used to identify the maximum number of H5 applications that can be deployed by the deployment server corresponding to the agent module. As an exemplary description, the deployment threshold of each agent module may be preset to be 100, that is, the deployment server corresponding to each agent module deploys 100H 5 applications at most.
It should be noted that, before deploying the H5 application, the server of the application management console may first determine whether the current H5 application deployment system meets the capacity expansion condition, and if yes, generate a prompt message to prompt the user to expand the capacity for the current H5 application deployment system.
As an implementable embodiment, each agent module of the agent server can obtain the number of deployed H5 applications in the corresponding deployment server and report the number to the application control console, the application control console calculates the total number of deployed H5 applications in the current H5 application deployment system according to the number of deployed H5 applications in each deployment server, compares the total number with a set total deployment threshold (i.e., the sum of the deployment thresholds of each agent module), determines whether the total number reaches a preset percentage of the total deployment threshold, determines that the current H5 application deployment system meets a capacity expansion condition if the total number reaches the preset percentage, and generates prompt information to prompt a user to add an agent module to the agent server and a deployment server corresponding to the agent module. As an exemplary description, it is assumed that a management console of an H5 application deployment system sets 5 agent modules in an agent server, and a deployment threshold corresponding to each agent module is 100, a total deployment threshold of a previous H5 application deployment system is 500, and a preset expansion condition is that the total number of deployed H5 applications reaches 80% of the total deployment threshold, and if 400H 5 applications have been deployed by 5 deployment servers, that is, a preset expansion condition is met, at this time, the management console generates a prompt message to prompt a user to add an agent module and a deployment server corresponding to the agent module to the agent server.
As another possible implementation manner, each agent module of the agent server can obtain storage space information (including a total storage space and a used storage space) of the deployment server corresponding to the agent module and report the storage space information to the application management console, for one deployment server, the application management console calculates the percentage of the used storage space in the total storage space according to the storage space information of the deployment server, compares the percentage with a set percentage threshold value, determines whether the percentage reaches the percentage threshold value, if so, determines that the deployment server meets a capacity expansion condition, and generates prompt information to prompt a user to perform horizontal capacity expansion on the deployment server. As an exemplary description, it is assumed that the total storage space of the deployment server corresponding to one agent module is 10G, the preset capacity expansion condition is 80% of the total storage space occupied by the used storage space, and if the used storage space of the deployment server reaches 8G, the capacity expansion condition is met, at this time, the management console generates a prompt message to prompt the user to add the corresponding deployment server to the agent module.
As another possible implementation manner, after receiving the basic information and the resource package file of the H5 application submitted by the user, the server of the management console may determine whether the expected traffic value exceeds a preset threshold, and if so, may also determine that the current H5 application deployment system meets the capacity expansion condition, and generate a prompt message to prompt the user to add a proxy module and a deployment server corresponding to the proxy module to the proxy server. As an exemplary description, assuming that the preset threshold is 1500W (daily PV), if the expected traffic value of the H5 application is 1600W (daily PV), that is, the capacity expansion condition is satisfied, at this time, the management console generates a prompt message to prompt the user to add an agent module and a corresponding deployment server to the agent server, it should be noted that, in this case, the newly added agent module and the corresponding deployment server only deploy the H5 application, and other H5 applications are deployed to other deployment servers, so that even if the traffic value of the H5 application is large, the normal access of other H5 applications is not affected.
If the capacity expansion is not needed or after the capacity expansion is completed, the server of the management console determines the target H5 application to be deployed, and executes the H5 application deployment method provided by the application to deploy the target H5 application in the target deployment server. The H5 application deployment method provided by the present application will be described in detail by the following embodiments.
Example two
In a second embodiment, from the perspective of a management console server, an H5 application deployment method is provided, and specifically, referring to fig. 2, the method may specifically include:
s201: acquiring a target H5 application to be deployed;
as an implementation manner, the acquiring of the target H5 application to be deployed specifically includes acquiring basic information and a resource package of the target H5 application, where the basic information includes an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application, and an expected traffic value of the target H5 application. The user can submit the basic information and the resource package of the target H5 application to the server based on the operation interface displayed by the client.
It should be noted that after the basic information and the resource package of the target H5 application are obtained, validity check may be performed on the basic information and the resource package of the target H5 application to determine whether the basic information and the resource package of the target H5 application are valid; if the basic information and the resource package of the H5 application are legal, S202 is executed.
As an implementation manner, the checking the validity of the basic information and the resource package of the target H5 application includes: checking whether the version number of the target H5 application is smaller than a preset version number; and/or checking whether a resource packet of the target H5 application contains a preset file or not; and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value; when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal, and otherwise determining that the basic information and the resource package of the target H5 application are legal. As an exemplary description, the validity check mainly includes a rule check on the H5 application version information, a check on the content and size of the resource package of the H5 application. As an example, when the rule of the H5 application version information is checked, and it is determined that the version number of the H5 application is smaller than the published version number, the flag is illegal; when the content of the resource package of the H5 application is checked, determining that the resource package of the H5 application needs to contain at least one index. When the size of the resource packet of the H5 application is checked, the size of the resource packet of the H5 application is determined not to exceed 10M, and if the size of the resource packet of the H5 application exceeds 10M, the resource packet is marked as illegal.
In addition, after the basic information and the deployment package of the target H5 application are obtained, the basic information and the deployment package of the target H5 application may also be stored, one storage is to store the basic information and the deployment package of the target H5 application to a database to implement backup of the basic information and the deployment package of the target H5 application, and the other storage is to cache the basic information of the target H5 application and store the deployment package in a certain storage file, so that the target agent module can more conveniently obtain the basic information and the deployment package of the target H5 application when the target H5 application is deployed.
S202: determining deployment fragmentation information of the target H5 application;
it should be noted that the management console presets two fragmentation rules, including a quantity fragmentation rule and an expected traffic fragmentation rule. As an example of a number sharding rule, the management console limits the number of deployable H5 applications in a single shard to 100, and a new shard will be defined when the number exceeds 100; as an example of an expected traffic fragmentation rule, if the expected traffic value in the basic information of the H5 application is greater than 1500W (daily PV), an individual fragment will be defined. In one implementation, the gateway and the domain name are shared when the H5 application fragments are deployed in real time under the quantity fragment rule; the gateway and the domain name can be monopolized when the H5 application fragments are deployed in real time under the expected flow fragmentation rule, and the operation environment can be independently deployed.
Therefore, as an implementable embodiment, the determining deployment fragmentation information of the target H5 application includes: determining a deployment identifier of the target H5 application; acquiring fragment recording information, wherein each piece of fragment recording information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number; judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not; if yes, determining that a first fragment number in first target fragment record information is a fragment number of the target H5 application, wherein the first target fragment record information is fragment record information with the deployed H5 application number of 0; if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value; and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
S203: providing the deployment fragment information of the target H5 application to a proxy server so that a target proxy module in the proxy server deploys the target H5 application in a target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module.
As an implementation manner, the providing the deployment fragment information to a proxy server includes:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
In the H5 application deployment method provided in this embodiment, after acquiring a target H5 application to be deployed, a management console determines deployment fragment information of the target H5 application, and provides the deployment fragment information of the target H5 application to a proxy server, and a target proxy module in the proxy server deploys the target H5 application in the target deployment server; because the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, different H5 applications can be deployed in different deployment servers, and thus, the plurality of deployment servers share the flow of all the H5 applications, so that the storage and access pressure of each deployment server is not too large, and the normal access of the H5 applications can be guaranteed.
EXAMPLE III
Based on the second embodiment, the third embodiment provides another H5 application deployment method from the perspective of a proxy server, and specifically, referring to fig. 3, the method may specifically include:
s301: acquiring deployment fragment information of the target H5 application cached by a management console;
s302: analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
s303: acquiring basic information of the target H5 application according to the deployment identifier of the target H5 application, and determining a target agent module according to the fragment number of the target H5 application;
s304: sending a deployment indication message to the target agent module, wherein the deployment indication message includes the basic information of the target H5 application, so that the target agent module obtains the resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, wherein the target deployment server is a deployment server corresponding to the target agent module.
Example four
In a fourth embodiment, from the perspective of the management console server, an H5 application deployment apparatus is provided, and specifically, referring to fig. 4, the apparatus may specifically include:
an H5 application obtaining unit 41, configured to obtain a target H5 application to be deployed;
a deployment fragment information determining unit 42, configured to determine deployment fragment information of the target H5 application;
a deployment fragment information providing unit 43, configured to provide deployment fragment information of the target H5 application to a proxy server, so that a target proxy module in the proxy server deploys the target H5 application in a target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module.
Optionally, the H5 application obtaining unit is specifically configured to:
and acquiring basic information and a resource package of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
Optionally, the apparatus further comprises:
a validity checking unit, configured to perform validity checking on the basic information and the resource packet applied by the target H5, and determine whether the basic information and the resource packet applied by the target H5 are valid; and if the basic information and the resource package of the H5 application are legal, triggering the deployment fragment information determining unit to determine the deployment fragment information of the target H5 application.
Optionally, the validity checking unit is specifically configured to:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal.
Optionally, the deployment fragment information determining unit is specifically configured to:
determining a deployment identifier of the target H5 application;
acquiring fragment recording information, wherein each piece of fragment recording information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
Optionally, the deployment fragment information providing unit is specifically configured to:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
It should be noted that specific function implementation of each unit is described in detail in the second embodiment, and this embodiment is not described again.
The H5 application deployment device comprises a processor and a memory, wherein the units are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. One or more than one kernel can be set, and H5 application deployment is realized by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), including at least one memory chip.
An embodiment of the present application provides a storage medium, on which a program is stored, and when the program is executed by a processor, the program implements the H5 application deployment method.
The embodiment of the application provides a processor, wherein the processor is used for running a program, and the program executes the H5 application deployment method during running.
The embodiment of the application provides a management console server, the management console server comprises a processor, a memory and a program which is stored on the memory and can run on the processor, and the following steps are realized when the processor executes the program:
acquiring a target H5 application to be deployed;
determining deployment fragment information of the target H5 application;
providing the deployment fragment information of the target H5 application to a proxy server so that a target proxy module in the proxy server deploys the target H5 application in the target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module.
Optionally, the acquiring the target H5 application to be deployed includes:
and acquiring basic information and a resource package of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
Optionally, the method further comprises:
carrying out validity check on the basic information and the resource packet applied by the target H5 to determine whether the basic information and the resource packet applied by the target H5 are legal or not;
and if the basic information and the resource package of the H5 application are legal, determining the deployment fragment information of the target H5 application.
Optionally, the checking the validity of the basic information and the resource packet applied by the target H5 includes:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal.
Optionally, the determining deployment fragmentation information of the target H5 application includes:
determining a deployment identifier of the target H5 application;
acquiring fragment recording information, wherein each piece of fragment recording information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
Optionally, the providing the deployment fragment information to a proxy server includes:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
EXAMPLE five
Based on the third embodiment, the fifth embodiment provides another H5 application deployment apparatus from the perspective of a proxy server, and specifically, referring to fig. 5, the apparatus may specifically include:
a deployment fragment information obtaining unit 51, configured to obtain deployment fragment information of the target H5 application cached by a management console;
a deployment fragment information analyzing unit 52, configured to analyze the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
a target agent module determining unit 53, configured to obtain basic information of the target H5 application according to the deployment identifier of the target H5 application, and determine a target agent module according to the fragment number of the target H5 application;
a sending unit 54, configured to send a deployment indication message to the target agent module, where the deployment indication message includes the basic information of the target H5 application, so that the target agent module obtains the resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, where the target deployment server is a deployment server corresponding to the target agent module.
It should be noted that specific function implementation of each unit is described in detail in the third embodiment, and this embodiment is not described again.
The H5 application deployment device comprises a processor and a memory, wherein the units are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to one or more, and H5 application deployment is realized by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present application provides a storage medium, on which a program is stored, and when the program is executed by a processor, the program implements the H5 application deployment method.
The embodiment of the application provides a processor, wherein the processor is used for running a program, and the program executes the H5 application deployment method during running.
The embodiment of the application provides a proxy server, the proxy server comprises a processor, a memory and a program which is stored on the memory and can run on the processor, and the processor executes the program and realizes the following steps:
acquiring deployment fragment information of the target H5 application cached by a management console;
analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
acquiring basic information of the target H5 application according to the deployment identifier of the target H5 application, and determining a target agent module according to the fragment number of the target H5 application;
sending a deployment indication message to the target agent module, where the deployment indication message includes the basic information of the target H5 application, so that the target agent module obtains the resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, where the target deployment server is a deployment server corresponding to the target agent module.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional identical elements in the process, method, article, or apparatus comprising the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art to which the present application pertains. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (16)

1. A method for deploying H5 applications, the method comprising:
acquiring a target H5 application to be deployed;
determining deployment fragment information of the target H5 application;
providing the deployment fragment information of the target H5 application to a proxy server so that a target proxy module in the proxy server deploys the target H5 application in the target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to a deployment server, the target proxy module is a proxy module of which the fragmentation parameters in the plurality of proxy modules correspond to the deployment fragmentation information of the target H5 application, and the target deployment server is a deployment server corresponding to the target proxy module;
wherein the determining deployment fragment information of the target H5 application includes:
determining a deployment identifier of the target H5 application;
acquiring fragment record information, wherein each piece of fragment record information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment record information is the fragment number of the target H5 application, wherein the second target fragment record information is fragment record information with the deployed H5 application quantity not reaching a deployment threshold;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
2. The method of claim 1, wherein the obtaining the target H5 application to be deployed comprises:
and acquiring basic information and a resource package of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
3. The method of claim 2, further comprising:
carrying out validity check on the basic information and the resource packet applied by the target H5 to determine whether the basic information and the resource packet applied by the target H5 are valid or not;
and if the basic information and the resource package of the H5 application are legal, determining the deployment fragment information of the target H5 application.
4. The method according to claim 3, wherein said checking the validity of the basic information and resource package of the target H5 application comprises:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal.
5. The method of claim 1, wherein providing the deployment shard information to a proxy server comprises:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
6. A method for deploying H5 applications, the method comprising:
acquiring deployment fragment information of a target H5 application cached by a management console;
analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
acquiring basic information of the target H5 application according to the deployment identifier of the target H5 application, and determining a target agent module according to the fragment number of the target H5 application;
sending a deployment indication message to the target agent module, wherein the deployment indication message comprises basic information of the target H5 application, so that the target agent module acquires a resource package of the target H5 application according to the basic information of the target H5 application and deploys the resource package of the target H5 application in a target deployment server, and the target deployment server is a deployment server corresponding to the target agent module;
wherein the determining of the deployment fragment information of the target H5 application comprises:
determining a deployment identifier of the target H5 application;
acquiring fragment recording information, wherein each piece of fragment recording information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
7. An H5 application deployment apparatus, the apparatus comprising:
an H5 application obtaining unit, configured to obtain a target H5 application to be deployed;
a deployment fragment information determining unit, configured to determine deployment fragment information of the target H5 application;
a deployment fragment information providing unit, configured to provide deployment fragment information of the target H5 application to a proxy server, so that a target proxy module in the proxy server deploys the target H5 application in a target deployment server;
the proxy server comprises a plurality of proxy modules, each proxy module corresponds to one deployment server, the target proxy module is a proxy module of which the fragment parameters correspond to the deployment fragment information of the target H5 application in the plurality of proxy modules, and the target deployment server is a deployment server corresponding to the target proxy module;
wherein, the deployment fragment information determining unit is specifically configured to:
determining a deployment identifier of the target H5 application;
acquiring fragment recording information, wherein each piece of fragment recording information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if yes, determining that a first fragment number in first target fragment record information is a fragment number of the target H5 application, wherein the first target fragment record information is fragment record information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
8. The apparatus according to claim 7, wherein the H5 application obtaining unit is specifically configured to:
and acquiring basic information and a resource package of the target H5 application, wherein the basic information comprises an identification ID of the target H5 application, a name of the target H5 application, a version number of the target H5 application and an expected flow value of the target H5 application.
9. The apparatus of claim 8, further comprising:
a validity checking unit, configured to perform validity checking on the basic information and the resource packet applied by the target H5, and determine whether the basic information and the resource packet applied by the target H5 are valid; and if the basic information and the resource package of the H5 application are legal, triggering the deployment fragment information determining unit to determine the deployment fragment information of the target H5 application.
10. The apparatus according to claim 9, wherein the validity checking unit is specifically configured to:
checking whether the version number of the target H5 application is smaller than a preset version number;
and/or checking whether a resource packet of the target H5 application contains a preset file or not;
and/or checking whether the size of the resource packet applied by the target H5 is larger than a first preset threshold value;
and when the version number of the target H5 application is smaller than a preset version number, and/or the resource package of the target H5 application does not contain a preset file, and/or the resource package of the target H5 application is larger than a first preset threshold value, determining that the basic information and the resource package of the target H5 application are illegal.
11. The apparatus according to claim 7, wherein the deployment fragment information providing unit is specifically configured to:
caching the deployment fragment information of the target H5 application, and issuing a subscription prompting message, so that the proxy server acquires the deployment fragment information of the target H5 application after receiving the subscription prompting message.
12. An H5 application deployment apparatus, characterized in that the apparatus comprises:
the deployment fragment information acquisition unit is used for acquiring the deployment fragment information of the target H5 application cached by the management console;
the deployment fragment information analysis unit is used for analyzing the deployment fragment information of the target H5 application to obtain a deployment identifier of the target H5 application and a fragment number of the target H5 application;
a target agent module determining unit, configured to obtain basic information of the target H5 application according to the deployment identifier of the target H5 application, and determine a target agent module according to the fragment number of the target H5 application;
a sending unit, configured to send a deployment indication message to the target agent module, where the deployment indication message includes basic information of the target H5 application, so that the target agent module obtains a resource package of the target H5 application according to the basic information of the target H5 application, and deploys the resource package of the target H5 application in a target deployment server, where the target deployment server is a deployment server corresponding to the target agent module;
wherein the determining of the deployment fragment information of the target H5 application comprises:
determining a deployment identifier of the target H5 application;
acquiring fragment record information, wherein each piece of fragment record information comprises a fragment number and the number of deployed H5 applications corresponding to the fragment number;
judging whether the expected flow value applied by the target H5 is greater than a second preset threshold value or not;
if so, determining that a first fragment number in first target fragment recording information is a fragment number of the target H5 application, wherein the first target fragment recording information is fragment recording information with the deployed H5 application number of 0;
if not, determining that a second fragment number in second target fragment recording information is the fragment number of the target H5 application, wherein the second target fragment recording information is the fragment recording information of which the number of deployed H5 applications does not reach a deployment threshold value;
and determining that the deployment identifier of the H5 application and the fragment number of the target H5 application are deployment fragment information of the target H5 application.
13. A storage medium on which a program is stored, which when executed by a processor implements the H5 application deployment method of any one of claims 1 to 5.
14. A management console server comprising a memory for storing a program and a processor for executing the program, wherein the program when executed performs the H5 application deployment method of any of claims 1 to 5.
15. A storage medium having stored thereon a program which, when executed by a processor, implements the H5 application deployment method of claim 6.
16. A proxy server comprising a memory for storing a program and a processor for running a program, wherein the program when running performs the H5 application deployment method of claim 6.
CN201910604206.8A 2019-07-05 2019-07-05 H5 application deployment method and device Active CN110321133B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910604206.8A CN110321133B (en) 2019-07-05 2019-07-05 H5 application deployment method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910604206.8A CN110321133B (en) 2019-07-05 2019-07-05 H5 application deployment method and device

Publications (2)

Publication Number Publication Date
CN110321133A CN110321133A (en) 2019-10-11
CN110321133B true CN110321133B (en) 2023-03-14

Family

ID=68122810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910604206.8A Active CN110321133B (en) 2019-07-05 2019-07-05 H5 application deployment method and device

Country Status (1)

Country Link
CN (1) CN110321133B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114443057B (en) * 2022-01-25 2023-03-24 北京百度网讯科技有限公司 Deployment of conversation model, conversation method, device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103827850A (en) * 2011-09-29 2014-05-28 甲骨文国际公司 System and method for supporting a dynamic resource broker in a transactional middleware machine environment
CN105354076A (en) * 2015-10-23 2016-02-24 深圳前海达闼云端智能科技有限公司 Application deployment method and device
CN107741852A (en) * 2017-10-16 2018-02-27 中国电子科技集团公司第二十八研究所 A kind of service arrangement method based on clustered software
CN108282513A (en) * 2017-12-08 2018-07-13 广州视源电子科技股份有限公司 Server disposition method, system, storage medium and computer equipment
CN108509203A (en) * 2018-03-13 2018-09-07 腾讯科技(深圳)有限公司 Across the cloud dispositions method of software, computer equipment and storage medium
CN108769124A (en) * 2018-04-28 2018-11-06 Oppo广东移动通信有限公司 Application dispositions method, device, server and the storage medium of PaaS platform
CN109543133A (en) * 2018-11-29 2019-03-29 杭州涂鸦信息技术有限公司 A kind of automation dissemination method, device, system, equipment and readable storage medium storing program for executing
CN109656570A (en) * 2018-12-18 2019-04-19 江苏满运软件科技有限公司 Group system and its operation method, electronic equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9588803B2 (en) * 2009-05-11 2017-03-07 Microsoft Technology Licensing, Llc Executing native-code applications in a browser

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103827850A (en) * 2011-09-29 2014-05-28 甲骨文国际公司 System and method for supporting a dynamic resource broker in a transactional middleware machine environment
CN105354076A (en) * 2015-10-23 2016-02-24 深圳前海达闼云端智能科技有限公司 Application deployment method and device
CN107741852A (en) * 2017-10-16 2018-02-27 中国电子科技集团公司第二十八研究所 A kind of service arrangement method based on clustered software
CN108282513A (en) * 2017-12-08 2018-07-13 广州视源电子科技股份有限公司 Server disposition method, system, storage medium and computer equipment
CN108509203A (en) * 2018-03-13 2018-09-07 腾讯科技(深圳)有限公司 Across the cloud dispositions method of software, computer equipment and storage medium
CN108769124A (en) * 2018-04-28 2018-11-06 Oppo广东移动通信有限公司 Application dispositions method, device, server and the storage medium of PaaS platform
CN109543133A (en) * 2018-11-29 2019-03-29 杭州涂鸦信息技术有限公司 A kind of automation dissemination method, device, system, equipment and readable storage medium storing program for executing
CN109656570A (en) * 2018-12-18 2019-04-19 江苏满运软件科技有限公司 Group system and its operation method, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110321133A (en) 2019-10-11

Similar Documents

Publication Publication Date Title
CN110768912B (en) API gateway current limiting method and device
KR102242219B1 (en) Method and device for preventing the server from being attacked
CN112199175B (en) Task queue generating method, device and equipment
CN114091099A (en) Authority hierarchical control method, equipment and storage medium for business system
CN110321133B (en) H5 application deployment method and device
CN114297630A (en) Malicious data detection method and device, storage medium and processor
CN114064780A (en) Session information processing method, system, device, storage medium and electronic equipment
CN108304555A (en) Distributed maps data processing method
CN106611118B (en) Method and device for applying login credentials
CN109587198B (en) Image-text information pushing method and device
CN112866265B (en) CSRF attack protection method and device
CN109889608B (en) Dynamic resource loading method and device, electronic equipment and storage medium
CN109561123B (en) Token caching method and device
CN110968888B (en) Data processing method and device
KR102071107B1 (en) Method and system for data processing
CN105763508B (en) Data access method and application server
CN114880300A (en) Processing method and device based on block chain file, processor and electronic equipment
CN112910988A (en) Resource acquisition method and resource scheduling device
CN114625611B (en) Quantum computing environment monitoring method, device and storage medium
CN110968758B (en) Webpage data crawling method and device
CN116166205B (en) File system storage and mounting method, device, equipment and storage medium
CN112367414B (en) External link processing method and device, storage medium and processor
CN110968599B (en) Inquiry method and device based on Impala
CN110968750A (en) Data storage method and system
CN106817404B (en) Method and system for tracking web equipment

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