技术领域technical field
本发明涉及任务信息管理技术领域,更具体地说,涉及一种任务进度信息推送方法、装置、设备及计算机可读存储介质。The present invention relates to the technical field of task information management, and more specifically, to a method, device, equipment and computer-readable storage medium for pushing task progress information.
背景技术Background technique
在用户需要由浏览器或者其他的信息管理系统中获取所需的数据时,则浏览器或者其他信息管理系统则作为客户端,生成响应用户操作、即获取用户所需数据并返回给用户的任务,并在执行该任务的过程中由服务端获取所需的数据,服务端加载用户所需的数据,并在加载完成后将数据返回给客户端,以通过显示等方式返回给用户。When the user needs to obtain the required data from the browser or other information management system, the browser or other information management system acts as the client to generate a task that responds to the user's operation, that is, obtains the data required by the user and returns it to the user , and in the process of executing the task, the server obtains the required data, the server loads the data required by the user, and returns the data to the client after the loading is completed, so that it can be returned to the user by means of display.
通常服务端加载用户所需数据需要一定的时间,为了使得用户能够及时获知数据加载情况,可以由客户端定时向服务端发送获取数据加载的进度信息的请求,服务端响应该请求将对应进度信息返回给客户端,客户端以进度条等方式显示进度信息,以供用户查看。这种情况下需要客户端在数据加载过程中定时向服务端发送请求,服务端需要响应该请求并返回对应的进度信息,而请求的定时发送及响应会占用对应的资源,进而对由服务端及客户端组成的系统的性能造成不良影响。Usually it takes a certain amount of time for the server to load the data required by the user. In order to enable the user to know the data loading status in time, the client can periodically send a request to the server to obtain the progress information of the data loading, and the server will respond to the request with the corresponding progress information. Return to the client, and the client displays the progress information in the form of a progress bar for the user to view. In this case, the client needs to send a request to the server regularly during the data loading process, and the server needs to respond to the request and return the corresponding progress information, and the timing sending and response of the request will occupy the corresponding resources, and then the server will And the performance of the system composed of clients.
综上所述,现有技术中实现进度信息的获取的技术方案中存在由于占用资源影响系统性能的问题。To sum up, there is a problem that resource occupation affects system performance in the technical solutions for obtaining progress information in the prior art.
发明内容Contents of the invention
本发明的目的是提供一种任务进度信息推送方法、装置、设备及计算机可读存储介质,能够解决现有技术中实现进度信息的获取的技术方案中存在的由于占用资源影响系统性能的问题。The purpose of the present invention is to provide a task progress information push method, device, equipment and computer-readable storage medium, which can solve the problem of affecting system performance due to resource occupation in the technical solutions for obtaining progress information in the prior art.
为了实现上述目的,本发明提供如下技术方案:In order to achieve the above object, the present invention provides the following technical solutions:
一种任务进度信息推送方法,包括:A method for pushing task progress information, comprising:
接收客户端发送的数据请求;Receive the data request sent by the client;
在所述数据请求的触发下,开始加载与所述数据请求对应的任务数据;Triggered by the data request, start loading task data corresponding to the data request;
在加载所述任务数据的过程中,实时或者定时将加载所述任务数据的进度信息发送至对应的客户端,以供所述客户端显示所述进度信息。During the process of loading the task data, the progress information of loading the task data is sent to the corresponding client in real time or periodically, so that the client can display the progress information.
优选的,还包括:Preferably, it also includes:
加载完成与所述数据请求对应的任务数据时,将所述任务数据发送至对应的客户端,并指示所述客户端显示并缓存接收到的任务数据,以在所述客户端再次需要所述任务数据时直接由自身的缓存中获取并显示。When the task data corresponding to the data request is loaded, the task data is sent to the corresponding client, and the client is instructed to display and cache the received task data, so that the client needs the task data again. The task data is obtained and displayed directly from its own cache.
优选的,将加载所述任务数据的进度信息发送至对应的客户端,包括:Preferably, the progress information of loading the task data is sent to the corresponding client, including:
将已加载得到的任务数据占需要加载的任务数据的百分比作为进度信息发送至对应的客户端。Send the percentage of the loaded task data to the task data to be loaded as progress information to the corresponding client.
优选的,还包括:Preferably, it also includes:
判断需要获取对应进度信息的客户端的数量是否大于预设值,如果是,则执行所述实时或者定时将加载所述任务数据的进度信息发送至对应的客户端的步骤,如果否,则在加载所述任务数据的过程中,如果接收到所述客户端发送的进度请求,则将加载所述任务数据的进度信息发送至对应的客户端。Judging whether the number of clients that need to obtain the corresponding progress information is greater than the preset value, if yes, then perform the step of sending the progress information of loading the task data to the corresponding client in real time or at regular intervals, if not, then load the progress information of the task data to the corresponding client. In the process of loading the task data, if the progress request sent by the client is received, the progress information of loading the task data is sent to the corresponding client.
一种任务进度信息推送装置,包括:A device for pushing task progress information, comprising:
接收模块,用于:接收客户端发送的数据请求;The receiving module is configured to: receive the data request sent by the client;
加载模块,用于:在所述数据请求的触发下,开始加载与所述数据请求对应的任务数据;A loading module, configured to: start loading task data corresponding to the data request triggered by the data request;
推送模块,用于:在加载所述任务数据的过程中,实时或者定时将加载所述任务数据的进度信息发送至对应的客户端,以供所述客户端显示所述进度信息。The push module is configured to: during the process of loading the task data, send the progress information of loading the task data to the corresponding client in real time or periodically, so that the client can display the progress information.
优选的,还包括:Preferably, it also includes:
指示模块,用于:加载完成与所述数据请求对应的任务数据时,将所述任务数据发送至对应的客户端,并指示所述客户端显示并缓存接收到的任务数据,以在所述客户端再次需要所述任务数据时直接由自身的缓存中获取并显示。The instruction module is configured to: send the task data to the corresponding client when the task data corresponding to the data request is loaded, and instruct the client to display and cache the received task data for When the client needs the task data again, it directly obtains and displays it from its own cache.
优选的,所述推送模块包括:Preferably, the push module includes:
推送单元,用于:将已加载得到的任务数据占需要加载的任务数据的百分比作为进度信息发送至对应的客户端。The push unit is configured to: send the percentage of the loaded task data to the task data to be loaded as progress information to the corresponding client.
优选的,还包括:Preferably, it also includes:
判断模块,用于:判断需要获取对应进度信息的客户端的数量是否大于预设值,如果是,则指示所述推送模块执行所述实时或者定时将加载所述任务数据的进度信息发送至对应的客户端的步骤,如果否,则在加载所述任务数据的过程中,如果接收到所述客户端发送的进度请求,则将加载所述任务数据的进度信息发送至对应的客户端。A judging module, configured to: judge whether the number of clients that need to obtain the corresponding progress information is greater than a preset value, and if so, instruct the push module to execute the real-time or timing sending of the progress information for loading the task data to the corresponding If not, in the process of loading the task data, if the progress request sent by the client is received, then send the progress information of loading the task data to the corresponding client.
一种任务进度信息推送设备,包括:A device for pushing task progress information, comprising:
存储器,用于存储计算机程序;memory for storing computer programs;
处理器,用于执行所述计算机程序时实现如上任一项所述任务进度信息推送方法的步骤。A processor, configured to implement the steps of the method for pushing task progress information as described in any one of the above when executing the computer program.
一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如上任一项所述任务进度信息推送方法的步骤。A computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for pushing task progress information as described in any one of the above items are realized.
本发明提供了一种任务进度信息推送方法、装置、设备及计算机可读存储介质,其中该方法包括:接收客户端发送的数据请求;在所述数据请求的触发下,开始加载与所述数据请求对应的任务数据;在加载所述任务数据的过程中,实时或者定时将加载所述任务数据的进度信息发送至对应的客户端,以供所述客户端显示所述进度信息。本申请公开的技术方案中,在实现客户端发送的数据请求对应任务数据加载的过程中,实时或者定时将加载任务数据对应进度信息发送给对应客户端,以使得用户能够通过客户端获取到数据加载进度。可见,本申请改变了传统的定时轮询策略获取任务对应进度信息的方式,而是在任务数据加载过程中将对应进度信息实时或者定时推送给客户端,从而无需获取进度信息的请求的生成、发送及响应等操作,大大节省了对应资源的占用,进而避免了由于上述获取进度信息的请求的对应操作对系统性能造成的不良影响。并且,由于无需获取进度信息的请求对应操作,使得客户端可以直接获取进度信息并显示,提高了进度信息获取的效率。The present invention provides a task progress information push method, device, device and computer-readable storage medium, wherein the method includes: receiving a data request sent by a client; under the trigger of the data request, starting to load the data related to the data Request corresponding task data; during the process of loading the task data, send the progress information of loading the task data to the corresponding client in real time or periodically, so that the client can display the progress information. In the technical solution disclosed in this application, during the process of loading task data corresponding to the data request sent by the client, the progress information corresponding to the loading task data is sent to the corresponding client in real time or at regular intervals, so that the user can obtain the data through the client Loading progress. It can be seen that this application has changed the traditional way of obtaining the progress information of the task corresponding to the regular polling strategy, but pushes the corresponding progress information to the client in real time or regularly during the task data loading process, so that there is no need to generate a request to obtain the progress information, Operations such as sending and responding greatly save the occupancy of corresponding resources, thereby avoiding adverse effects on system performance caused by the above-mentioned corresponding operations of the request for obtaining progress information. Moreover, since there is no need for corresponding operations to obtain the progress information request, the client can directly obtain and display the progress information, which improves the efficiency of obtaining the progress information.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present invention, and those skilled in the art can also obtain other drawings according to the provided drawings without creative work.
图1为本发明实施例提供的一种任务进度信息推送方法的流程图;FIG. 1 is a flowchart of a method for pushing task progress information provided by an embodiment of the present invention;
图2为本发明实施例提供的一种任务进度信息推送方法中,当需要由服务端获取对应任务数据的客户端为3个时,第一种进度信息获取方式的示意图;Fig. 2 is a schematic diagram of the first method for obtaining progress information when there are three clients that need to obtain corresponding task data from the server in a method for pushing task progress information provided by an embodiment of the present invention;
图3为本发明实施例提供的一种任务进度信息推送方法中,当需要由服务端获取对应任务数据的客户端为3个时,第二种进度信息获取方式的示意图;FIG. 3 is a schematic diagram of a second method of obtaining progress information when there are three clients that need to obtain corresponding task data from the server in a method for pushing task progress information provided by an embodiment of the present invention;
图4为本发明实施例提供的一种任务进度信息推送装置的结构示意图。Fig. 4 is a schematic structural diagram of a device for pushing task progress information according to an embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
请参阅图1,其示出了本发明实施例提供的一种任务进度信息推送方法的流程图,可以包括:Please refer to FIG. 1, which shows a flowchart of a method for pushing task progress information provided by an embodiment of the present invention, which may include:
S11:接收客户端发送的数据请求。S11: Receive the data request sent by the client.
本发明实施例提供的一种任务进度信息推送方法的执行主语可以为对应的装置,而该装置可以设置于服务端内,因此本发明实施例提供的一种任务进度信息推送方法的执行主语可以为服务端,本申请具体实施方式中以本发明实施例提供的一种任务进度信息推送方法的执行主语为服务端进行说明。The execution subject of a method for pushing task progress information provided in an embodiment of the present invention may be a corresponding device, and the device may be set in the server, so the execution subject of a method for pushing task progress information provided in an embodiment of the present invention may be The server is the server. In the specific implementation of the application, the execution subject of a method for pushing task progress information provided by the embodiment of the present invention is described as the server.
在用户需要由客户端获取所需的数据时,客户端可以生成对应的任务,并将获取该任务所需获取数据的数据请求发送至服务端,以由服务端获取所需的数据。When the user needs to obtain the required data from the client, the client can generate a corresponding task, and send a data request for obtaining the data required by the task to the server, so that the server can obtain the required data.
S12:在数据请求的触发下,开始加载与数据请求对应的任务数据。S12: Under the trigger of the data request, start loading task data corresponding to the data request.
服务端接收到数据请求后,在该数据请求的触发下,开始加载与数据请求对应的任务数据,需要说明的是,本申请中的任务数据即为用户需要获取的数据,也即为客户端生成用户端需要获取的数据对应的任务,该任务所需获取的数据。After receiving the data request, the server starts to load the task data corresponding to the data request under the trigger of the data request. It should be noted that the task data in this application is the data that the user needs to obtain, that is, the client Generate the task corresponding to the data that the client needs to obtain, and the data that the task needs to obtain.
S13:在加载任务数据的过程中,实时或者定时将加载任务数据的进度信息发送至对应的客户端,以供客户端显示进度信息。S13: During the process of loading the task data, send the progress information of loading the task data to the corresponding client in real time or periodically, so that the client can display the progress information.
服务端在加载任务数据的过程中,可以根据实际需要选择实时或者定时的将对应的进度信息发送给对应的客户端,由此,客户端可以将接收到的进度信息进行显示,以使得用户能够及时或者数据加载情况。其中,进度信息即为表示任务数据加载的进度的信息。另外,本申请中加载任务数据的进度信息指的是加载任意一个数据请求对应任务数据的进度信息。During the process of loading task data, the server can choose to send the corresponding progress information to the corresponding client in real time or regularly according to actual needs, so that the client can display the received progress information so that the user can Just in time or data loading situation. Wherein, the progress information is information indicating the progress of task data loading. In addition, the progress information of loading task data in this application refers to the progress information of loading task data corresponding to any data request.
本申请公开的技术方案中,在实现客户端发送的数据请求对应任务数据加载的过程中,实时或者定时将加载任务数据对应进度信息发送给对应客户端,以使得用户能够通过客户端获取到数据加载进度。可见,本申请改变了传统的定时轮询策略获取任务对应进度信息的方式,而是在任务数据加载过程中将对应进度信息实时或者定时推送给客户端,从而无需获取进度信息的请求的生成、发送及响应等操作,大大节省了对应资源的占用,进而避免了由于上述获取进度信息的请求的对应操作对系统性能造成的不良影响。并且,由于无需获取进度信息的请求对应操作,使得客户端可以直接获取进度信息并显示,提高了进度信息获取的效率。In the technical solution disclosed in this application, during the process of loading task data corresponding to the data request sent by the client, the progress information corresponding to the loading task data is sent to the corresponding client in real time or at regular intervals, so that the user can obtain the data through the client Loading progress. It can be seen that this application has changed the traditional way of obtaining the progress information of the task corresponding to the regular polling strategy, but pushes the corresponding progress information to the client in real time or regularly during the task data loading process, so that there is no need to generate a request to obtain the progress information, Operations such as sending and responding greatly save the occupancy of corresponding resources, thereby avoiding adverse effects on system performance caused by the above-mentioned corresponding operations of the request for obtaining progress information. Moreover, since there is no need for corresponding operations to obtain the progress information request, the client can directly obtain and display the progress information, which improves the efficiency of obtaining the progress information.
本发明实施例提供的一种任务进度信息推送方法,还可以包括:A method for pushing task progress information provided in an embodiment of the present invention may further include:
加载完成与数据请求对应的任务数据时,将任务数据发送至对应的客户端,并指示客户端显示并缓存接收到的任务数据,以在客户端再次需要任务数据时直接由自身的缓存中获取并显示。When the task data corresponding to the data request is loaded, send the task data to the corresponding client, and instruct the client to display and cache the received task data, so that when the client needs the task data again, it can be obtained directly from its own cache and display.
需要说明的是,服务端加载完成任务数据并将加载完成的任务数据发送给对应的客户端后,客户端可以在服务端的指示下将接收到的任务数据进行缓存,由此,如果在当前时刻之后的任一时刻还需要获取接收到的任务数据,则可以直接由自身的缓存中获取,从而避免了客户端与服务端关于同一任务数据的多次通信以及服务端对同一任务数据的多次加载,大大提升了系统性能,提高了返回任务数据给用户的速度。另外,本申请中加载完成与数据请求对应的任务数据指的是加载任意一个数据请求对应的任务数据。It should be noted that after the server loads and completes the task data and sends the loaded task data to the corresponding client, the client can cache the received task data under the instruction of the server. Therefore, if at the current moment If you need to obtain the received task data at any time thereafter, you can obtain it directly from its own cache, thus avoiding multiple communications between the client and the server on the same task data and multiple communications on the same task data by the server. Loading greatly improves system performance and speeds up returning task data to users. In addition, in this application, loading the task data corresponding to the data request means loading the task data corresponding to any data request.
本发明实施例提供的一种任务进度信息推送方法,将加载任务数据的进度信息发送至对应的客户端,可以包括:A method for pushing task progress information provided by an embodiment of the present invention sends the progress information of loading task data to a corresponding client, which may include:
将已加载得到的任务数据占需要加载的任务数据的百分比作为进度信息发送至对应的客户端。Send the percentage of the loaded task data to the task data to be loaded as progress information to the corresponding client.
需要说明的是,进度信息可以包括已经加载得到的任务数据的数据量及需要加载的任务数据的数据量,也可以根据实际需要进行其他设置,本申请中为了使得用户能够更加直观的获取到数据加载进度,将已经加载得到的任务数据占需要加载的任务数据的百分比作为进度信息返回给客户端以指示其对该百分比进行显示,提升了用户体验。另外,本申请中已加载得到的任务数据及需要加载的任务数据对应的为任意的同一个的数据请求。It should be noted that the progress information can include the data volume of the task data that has been loaded and the data volume of the task data that needs to be loaded, and other settings can also be made according to actual needs. In this application, in order to enable users to obtain data more intuitively The loading progress returns the percentage of the loaded task data to the task data to be loaded as progress information to the client to instruct it to display the percentage, which improves the user experience. In addition, in this application, the task data that has been loaded and the task data that needs to be loaded correspond to any same data request.
本发明实施例提供的一种任务进度信息推送方法,还可以包括:A method for pushing task progress information provided in an embodiment of the present invention may further include:
判断需要获取对应进度信息的客户端的数量是否大于预设值,如果是,则执行实时或者定时将加载任务数据的进度信息发送至对应的客户端的步骤,如果否,则在加载任务数据的过程中,如果接收到客户端发送的进度请求,则将加载任务数据的进度信息发送至对应的客户端。Judging whether the number of clients that need to obtain the corresponding progress information is greater than the preset value, if yes, perform the step of sending the progress information of loading task data to the corresponding client in real time or regularly, if not, during the process of loading task data , if the progress request sent by the client is received, the progress information of loading task data is sent to the corresponding client.
需要说明的是,预设值可以根据实际需要进行设定,本申请中需要获取对应进度信息的客户端的数量如果大于预设值,则认为存在较多的客户端需要由服务端获取各自需要获取的任务数据,并需要由服务端获取各自需要获取的任务数据的数据加载进度,则如果按照现有技术提供的方式实现进度信息的获取则必然会占用较多的资源,因此采用服务端主动推送进度信息的方式,从而提高了系统性能的同时优化了用户体验;而如果需要获取对应进度信息的客户端的数量如果不大于预设值,则认为存在较少的客户端需要由服务端获取各自需要获取的任务数据,并需要由服务端获取各自需要获取的任务数据的数据加载进度,则如果按照现有技术提供的方式实现进度信息的获取则只会占用较少的资源,因此采用现有技术提供的方式实现进度信息的获取,从而通过这种结合的方式使得技术方案更加灵活。具体来说,当需要由服务端获取对应任务数据的客户端为3个时,现有技术的方式如图2所示,而本申请的方式如图3所示,其中,server即为客户端,定时请求表示客户端定时发送获取对应进度信息的请求。It should be noted that the preset value can be set according to actual needs. If the number of clients that need to obtain the corresponding progress information in this application is greater than the preset value, it is considered that there are more clients that need to be obtained by the server. task data, and the server needs to obtain the data loading progress of the task data that each needs to obtain. If the progress information is obtained according to the method provided by the existing technology, it will inevitably occupy more resources. Therefore, the active push of the server is adopted. progress information, thereby improving system performance and optimizing user experience; and if the number of clients that need to obtain the corresponding progress information is not greater than the preset value, it is considered that there are fewer clients that need to be obtained by the server. Obtained task data, and the server needs to obtain the data loading progress of the respective task data that needs to be obtained. If the acquisition of progress information is realized according to the method provided by the existing technology, it will only occupy less resources. Therefore, using the existing technology The provided method realizes the acquisition of progress information, so that the technical solution is more flexible through this combined method. Specifically, when there are three clients that need to obtain the corresponding task data from the server, the method of the prior art is shown in Figure 2, and the method of this application is shown in Figure 3, wherein the server is the client , the timing request means that the client sends a request to obtain the corresponding progress information at regular intervals.
本发明实施例还提供了一种任务进度信息推送装置,如图4所示,可以包括:The embodiment of the present invention also provides a device for pushing task progress information, as shown in Figure 4, which may include:
接收模块11,用于:接收客户端发送的数据请求;The receiving module 11 is configured to: receive the data request sent by the client;
加载模块12,用于:在数据请求的触发下,开始加载与数据请求对应的任务数据;The loading module 12 is configured to: start loading task data corresponding to the data request under the trigger of the data request;
推送模块13,用于:在加载任务数据的过程中,实时或者定时将加载任务数据的进度信息发送至对应的客户端,以供客户端显示进度信息。The push module 13 is configured to: during the process of loading the task data, send the progress information of the loading task data to the corresponding client in real time or at regular intervals, so that the client can display the progress information.
本发明实施例提供的一种任务进度信息推送装置,还可以包括:A device for pushing task progress information provided by an embodiment of the present invention may further include:
指示模块,用于:加载完成与数据请求对应的任务数据时,将任务数据发送至对应的客户端,并指示客户端显示并缓存接收到的任务数据,以在客户端再次需要任务数据时直接由自身的缓存中获取并显示。The instruction module is used for: when the task data corresponding to the data request is loaded, send the task data to the corresponding client, and instruct the client to display and cache the received task data, so that when the client needs the task data again, it can directly Obtained and displayed from its own cache.
本发明实施例提供的一种任务进度信息推送装置,推送模块可以包括:In a device for pushing task progress information provided in an embodiment of the present invention, the pushing module may include:
推送单元,用于:将已加载得到的任务数据占需要加载的任务数据的百分比作为进度信息发送至对应的客户端。The push unit is configured to: send the percentage of the loaded task data to the task data to be loaded as progress information to the corresponding client.
本发明实施例提供的一种任务进度信息推送装置,还可以包括:A device for pushing task progress information provided by an embodiment of the present invention may further include:
判断模块,用于:判断需要获取对应进度信息的客户端的数量是否大于预设值,如果是,则指示推送模块执行实时或者定时将加载任务数据的进度信息发送至对应的客户端的步骤,如果否,则在加载任务数据的过程中,如果接收到客户端发送的进度请求,则将加载任务数据的进度信息发送至对应的客户端。The judging module is used to: judge whether the number of clients that need to obtain the corresponding progress information is greater than the preset value, if yes, instruct the push module to perform the step of sending the progress information of the loading task data to the corresponding client in real time or regularly, if not , in the process of loading task data, if a progress request sent by the client is received, the progress information of loading task data is sent to the corresponding client.
本发明实施例还提供了一种任务进度信息推送设备,可以包括:The embodiment of the present invention also provides a device for pushing task progress information, which may include:
存储器,用于存储计算机程序;memory for storing computer programs;
处理器,用于执行计算机程序时实现如上任一项任务进度信息推送方法的步骤。The processor is configured to implement the steps of any one of the above methods for pushing task progress information when executing the computer program.
本发明实施例还提供了一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,计算机程序被处理器执行时实现如上任一项任务进度信息推送方法的步骤。The embodiment of the present invention also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of any one of the above methods for pushing task progress information are implemented.
需要说明的是,本发明实施例提供的一种任务进度信息推送装置、设备及计算机可读存储介质中相关部分的说明请参见本发明实施例提供的一种任务进度信息推送方法中对应部分的详细说明,在此不再赘述。另外本发明实施例提供的上述技术方案中与现有技术中对应技术方案实现原理一致的部分并未详细说明,以免过多赘述。It should be noted that, for the description of relevant parts of a task progress information push device, equipment, and computer-readable storage medium provided by the embodiment of the present invention, please refer to the corresponding part of a task progress information push method provided by the embodiment of the present invention. Detailed description will not be repeated here. In addition, the parts of the technical solutions provided by the embodiments of the present invention that are consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so as to avoid redundant description.
对所公开的实施例的上述说明,使本领域技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the present invention will not be limited to the embodiments shown herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810896841.3ACN108881493A (en) | 2018-08-08 | 2018-08-08 | A kind of Task Progress information-pushing method, device and equipment |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810896841.3ACN108881493A (en) | 2018-08-08 | 2018-08-08 | A kind of Task Progress information-pushing method, device and equipment |
| Publication Number | Publication Date |
|---|---|
| CN108881493Atrue CN108881493A (en) | 2018-11-23 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201810896841.3APendingCN108881493A (en) | 2018-08-08 | 2018-08-08 | A kind of Task Progress information-pushing method, device and equipment |
| Country | Link |
|---|---|
| CN (1) | CN108881493A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110222926A (en)* | 2019-04-25 | 2019-09-10 | 深圳壹账通智能科技有限公司 | Progress queries method and device, storage medium, the computer equipment of outgoing call task |
| CN112311889A (en)* | 2020-11-02 | 2021-02-02 | 浙江大华技术股份有限公司 | Method and device for determining equipment starting progress, storage medium and electronic device |
| CN113568723A (en)* | 2021-06-11 | 2021-10-29 | 济南浪潮数据技术有限公司 | Method, device and equipment for updating foreground task progress and readable medium |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1549139A (en)* | 2003-05-12 | 2004-11-24 | 英业达股份有限公司 | Method for displaying server-side program running condition in real time at client side |
| US20100161723A1 (en)* | 2007-05-31 | 2010-06-24 | Stuart Bryce | Systems and methods for synchronization in a networked environment |
| CN106533932A (en)* | 2017-01-17 | 2017-03-22 | 百度在线网络技术(北京)有限公司 | Method and device for pushing instant message |
| CN107045546A (en)* | 2017-03-31 | 2017-08-15 | 北京猎豹移动科技有限公司 | A kind of web page processing method, device and intelligent terminal |
| CN107168963A (en)* | 2016-03-07 | 2017-09-15 | 阿里巴巴集团控股有限公司 | The page loading of client and caching method, system and the client of the page |
| CN108228418A (en)* | 2017-12-05 | 2018-06-29 | 浪潮通用软件有限公司 | A kind of method, server-side and the system of determining server-side processing progress |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1549139A (en)* | 2003-05-12 | 2004-11-24 | 英业达股份有限公司 | Method for displaying server-side program running condition in real time at client side |
| US20100161723A1 (en)* | 2007-05-31 | 2010-06-24 | Stuart Bryce | Systems and methods for synchronization in a networked environment |
| CN107168963A (en)* | 2016-03-07 | 2017-09-15 | 阿里巴巴集团控股有限公司 | The page loading of client and caching method, system and the client of the page |
| CN106533932A (en)* | 2017-01-17 | 2017-03-22 | 百度在线网络技术(北京)有限公司 | Method and device for pushing instant message |
| CN107045546A (en)* | 2017-03-31 | 2017-08-15 | 北京猎豹移动科技有限公司 | A kind of web page processing method, device and intelligent terminal |
| CN108228418A (en)* | 2017-12-05 | 2018-06-29 | 浪潮通用软件有限公司 | A kind of method, server-side and the system of determining server-side processing progress |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110222926A (en)* | 2019-04-25 | 2019-09-10 | 深圳壹账通智能科技有限公司 | Progress queries method and device, storage medium, the computer equipment of outgoing call task |
| CN112311889A (en)* | 2020-11-02 | 2021-02-02 | 浙江大华技术股份有限公司 | Method and device for determining equipment starting progress, storage medium and electronic device |
| CN113568723A (en)* | 2021-06-11 | 2021-10-29 | 济南浪潮数据技术有限公司 | Method, device and equipment for updating foreground task progress and readable medium |
| Publication | Publication Date | Title |
|---|---|---|
| US10666758B2 (en) | Browser resource pre-pulling method, terminal and storage medium | |
| CN103207785B (en) | The processing method of data download request, Apparatus and system | |
| CN108363623A (en) | GPU resource dispatching method, device, equipment and computer readable storage medium | |
| CN107256180B (en) | Data processing method, device and terminal | |
| CN111338773A (en) | Distributed timed task scheduling method, scheduling system and server cluster | |
| CN112395075B (en) | Resource processing method, device and resource scheduling system | |
| CN109491788A (en) | A kind of virtual platform implementation of load balancing and device | |
| CN106257893A (en) | Storage server task response method, client, server and system | |
| CN108881493A (en) | A kind of Task Progress information-pushing method, device and equipment | |
| CN103150213A (en) | Method and device for balancing load | |
| CN111666113A (en) | Application program starting management method and device, electronic equipment and storage medium | |
| CN103873587A (en) | Method and device for achieving dispatching based on cloud platform | |
| CN101674320A (en) | Service addressing method and device in cluster environment | |
| CN110659131A (en) | Task processing method, electronic device, computer device, and storage medium | |
| CN107682389B (en) | Method, terminal and computer readable storage medium for executing network request | |
| CN116048825A (en) | Container cluster construction method and system | |
| CN113722626A (en) | Material concurrent request processing method, computing device and storage medium | |
| CN110019372B (en) | Data monitoring method, device, server and storage medium | |
| CN111294377A (en) | Network request sending method of dependency relationship, terminal device and storage medium | |
| CN109426554B (en) | Method and device for timing realization of a server | |
| CN115114022B (en) | Method, system, device and medium for using GPU resources | |
| CN106210146A (en) | File loading method based on B/S framework, device, server and system | |
| CN115617497A (en) | Thread processing method, scheduling component, monitoring component, server and storage medium | |
| CN116467053A (en) | Resource scheduling method and device, equipment and storage medium | |
| WO2015058594A1 (en) | Process loading method, device and system |
| 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 | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20181123 | |
| RJ01 | Rejection of invention patent application after publication |