CN111614751A - File uploading method of enterprise content management system - Google Patents

File uploading method of enterprise content management system Download PDF

Info

Publication number
CN111614751A
CN111614751A CN202010424589.3A CN202010424589A CN111614751A CN 111614751 A CN111614751 A CN 111614751A CN 202010424589 A CN202010424589 A CN 202010424589A CN 111614751 A CN111614751 A CN 111614751A
Authority
CN
China
Prior art keywords
uploading
data block
server
time
file
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.)
Pending
Application number
CN202010424589.3A
Other languages
Chinese (zh)
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.)
Shanghai Hongyi Software Technology Co ltd
Original Assignee
Shanghai Hongyi Software Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hongyi Software Technology Co ltd filed Critical Shanghai Hongyi Software Technology Co ltd
Priority to CN202010424589.3A priority Critical patent/CN111614751A/en
Publication of CN111614751A publication Critical patent/CN111614751A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Abstract

The application discloses a file uploading method of an enterprise content management system, which is applied to a client and achieves the purpose of limiting information to control the file uploading speed according to the uploading speed; in addition, the method only needs to keep the connection between the client and the server in the process of uploading the data block, and does not need to keep the connection at other times, so that the consumption of the server is reduced. In addition, the application also provides a file uploading device, equipment and a readable storage medium of the enterprise content management system, and the technical effect of the file uploading device corresponds to that of the method.

Description

File uploading method of enterprise content management system
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for uploading a file of an enterprise content management system.
Background
Currently, in the process of using an enterprise content management system by a user, corresponding uploading speed control is often performed on different users and members of an organization structure. Two common implementation modes are available, one is based on network equipment or hardware, and the bandwidth is directly controlled; the other is based on software system services, which control the reception of the transport stream.
However, both of the above solutions have drawbacks. For example, a scheme based on network equipment or hardware requires purchasing hardware, transforming the network, increasing user cost, and making adjustments difficult if a client has a current network plan; the scheme based on the software system increases the link maintenance time of the server and the client browser, reduces the network concurrency at the same time and increases the server consumption.
Therefore, how to provide a file uploading speed control scheme under an enterprise content management system to avoid the disadvantage of increasing hardware cost or increasing server consumption is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a file uploading method, a file uploading device, a file uploading apparatus and a readable storage medium of an enterprise content management system, which are used for solving the problem that the current file uploading speed control scheme increases hardware cost or increases server consumption. The specific scheme is as follows:
in a first aspect, the present application provides a file uploading method for an enterprise content management system, which is applied to a client, and the method includes:
s1, determining corresponding uploading rate limiting information according to the uploading request;
s2, splitting the file to be uploaded into data blocks with the same size according to the uploading rate limiting information, and determining the uploading time interval between the previous data block and the next data block in the uploading process;
s3, establishing a communication link with a server, executing the operation of uploading the current data block to the server, and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
s4, determining the time for starting uploading of the next data block according to the uploading time interval and the time for starting uploading of the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to S3 until all data blocks are uploaded to the server to generate prompt information for finishing uploading.
Preferably, the determining, according to the upload request, the corresponding upload rate limit information includes:
determining user information of a current user according to the uploading request;
and sending the user information to a server, and receiving uploading rate limit information corresponding to the user information fed back by the server.
Preferably, before the sending the user information to a server and receiving upload rate limit information corresponding to the user information fed back by the server, the method further includes:
and reading the corresponding relation between the preset user information and the uploading rate limit information into a cache at one side of the server.
Preferably, the determining the time for starting uploading the next data block according to the uploading time interval and the time for starting uploading the current data block includes:
and determining the time for starting uploading the next data block by using the promise according to the uploading time interval and the time for starting uploading the current data block.
Preferably, the disconnecting the communication link with the server after receiving the message that the uploading is successful and fed back by the server includes:
after receiving the message of successful uploading fed back by the server, disconnecting the communication link with the server and recording the time of finishing uploading the current data block;
correspondingly, the taking the next data block as the current data block after the time for starting uploading the next data block is reached includes:
determining a time difference value between the time when the current data block finishes uploading and the time when the next data block starts uploading by using promise; and waiting the time difference value by using the promise until the time for starting uploading the next data block is reached, and taking the next data block as the current data block.
Preferably, the splitting the file to be uploaded into data blocks with the same size according to the uploading rate limiting information includes:
and splitting the file to be uploaded into data blocks with the same size according to the uploading rate limit information, wherein the file to be uploaded is a Blob type file.
In a second aspect, the present application provides a file uploading apparatus of an enterprise content management system, which is applied to a client, and includes:
a rate determination module: the uploading request is used for determining corresponding uploading rate limiting information;
a file splitting module: the file uploading device is used for splitting a file to be uploaded into data blocks with the same size according to the uploading rate limit information, and determining an uploading time interval between a previous data block and a next data block in the uploading process;
an uploading module: the system comprises a server, a data processing module and a data processing module, wherein the data processing module is used for establishing a communication link with the server, executing the operation of uploading a current data block to the server and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
an update module: the time for starting uploading the next data block is determined according to the uploading time interval and the time for starting uploading the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to the uploading module until all the data blocks are uploaded to the server to generate prompt information for finishing uploading.
Preferably, the rate determining module includes:
a user information determination unit: the user information of the current user is determined according to the uploading request;
a rate determination unit: and the uploading rate limiting information is used for sending the user information to a server and receiving uploading rate limiting information which is fed back by the server and corresponds to the user information.
In a third aspect, the present application provides a file uploading device of an enterprise content management system, including:
a memory: for storing a computer program;
a processor: for executing the computer program for implementing the steps of the file upload method of the enterprise content management system as described above.
In a fourth aspect, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of the file upload method of the enterprise content management system as described above when executed by a processor.
The file uploading method of the enterprise content management system is applied to a client, and comprises the following steps: s1, determining corresponding uploading rate limiting information according to the uploading request; s2, splitting the file to be uploaded into data blocks with the same size according to the uploading rate limit information, and determining the uploading time interval between the previous data block and the next data block in the uploading process; s3, establishing a communication link with the server, executing the operation of uploading the current data block to the server, and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server; s4, determining the time for starting uploading of the next data block according to the uploading time interval and the time for starting uploading of the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to S3 until all data blocks are uploaded to the server to generate prompt information for finishing uploading.
Therefore, the method realizes the purpose of controlling the file uploading speed according to the uploading rate limit information, and because the control process is realized based on software, hardware equipment does not need to be added or the network structure does not need to be changed, so that the control cost is reduced; in addition, the method only needs to keep the connection between the client and the server in the process of uploading the data block, and does not need to keep the connection at other times, so that the consumption of the server is reduced. Finally, the method realizes that the file uploading speed is limited by the front end of the user under the condition of not depending on hardware and network speed limit conditions.
In addition, the application also provides a file uploading device, equipment and a readable storage medium of the enterprise content management system, and the technical effect of the file uploading device corresponds to the technical effect of the method, and the details are not repeated here.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart illustrating a first implementation of a file uploading method of an enterprise content management system according to an embodiment of the present disclosure;
fig. 2 is a flowchart illustrating an implementation of a second embodiment of a file uploading method of an enterprise content management system according to the present application;
fig. 3 is a schematic diagram illustrating an implementation process of a second embodiment of a file uploading method of an enterprise content management system according to the present application;
fig. 4 is a functional block diagram of an embodiment of a file uploading apparatus of an enterprise content management system according to the present application.
Detailed Description
The core of the application is to provide a file uploading method, a device, equipment and a readable storage medium of an enterprise content management system, so that the purpose of limiting the file uploading speed by using a user front end is realized under the condition of not depending on hardware and network speed limit conditions, the hardware cost is prevented from being increased, and the server consumption is also prevented from being increased.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a first embodiment of a file uploading method of an enterprise content management system provided by the present application is described as follows, where the embodiment is applied to a client, and the method includes:
s101, determining corresponding uploading rate limiting information according to an uploading request;
the embodiment relates to an enterprise content management system ECM, which comprises a server and a client, wherein the implementation process of the embodiment is realized based on the client, and is used for uploading files on the client to the server, and the client specifically refers to a front end developed based on JavaScript (JS for short).
Specifically, different upload speed rules are applied for different users or different organization members. According to actual requirements, respective uploading rate limiting information is set for different users or different organization members in advance, wherein the uploading rate limiting information refers to a specific uploading rate range interval, and the types of the organization members which can be set are as follows: individual users, departments, positions, groups of users.
When the uploading rate limiting information is matched, firstly, the user information which provides the uploading request is determined, then the user information is sent to a server, and the uploading rate limiting information which is fed back by the server and corresponds to the user information is received. Specifically, in practical applications, the same user information may be matched with a plurality of results, and the server may select the result with the highest uploading rate to feed back to the client.
In practical application, an uploading request is generated according to the operation of a user on a client, and the uploading request comprises information of a file to be uploaded. And then, determining corresponding uploading rate limit information according to the uploading request and the method, and entering the next step.
S102, splitting a file to be uploaded into data blocks with the same size according to the uploading rate limiting information, and determining an uploading time interval between a previous data block and a next data block in an uploading process;
specifically, assuming that the upload rate limit information is not higher than a certain upload rate, the amount of data uploaded in a unit time is determined according to the upload rate, so that the file to be uploaded can be divided into data blocks with the same size, and an upload time interval between a previous data block and a next data block in the upload process is determined. In the actual uploading process, the client uploads one data block to the server at intervals of the uploading time until all the data blocks are uploaded.
The file to be uploaded is specifically a Blob (binary large object) type file, where Blob is a container capable of storing a binary file, and in a computer, Blob refers to a field type used for storing a binary file in a database.
S103, establishing a communication link with a server, executing the operation of uploading the current data block to the server, and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
after the file to be uploaded is divided into the data blocks, a set of the data blocks is obtained, and then the data blocks can be uploaded to the server respectively. Specifically, the uploading process between the client and the server is realized based on an HTTP (hyper text transport protocol), the client sends the current data block to the server, the server receives the current data block and stores the current data block into a disk, and after the storage is finished, the server sends a response message to the client so as to finish the uploading of the current data. In the process of uploading the current data block, the client and the server always keep a communication link, and after the uploading is finished, the communication link is disconnected, so that the occupation of the server is reduced, and the consumption of the server is reduced.
It should be noted that the current data block mentioned in this embodiment refers to a data block being uploaded in an uploading state, and is not specific to a certain data block.
S104, judging whether all the data blocks are uploaded to the server; if not, jumping to S105, otherwise, jumping to S106;
it is understood that all data blocks herein refer to all data blocks obtained by splitting a file to be uploaded.
S105, determining the time for starting uploading of the next data block according to the uploading time interval and the time for starting uploading of the current data block; after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to S103;
specifically, the operation of S105 may be implemented by Promise. A Promise is a proxy object, which may be unknown at the time of Promise creation, that allows the user to bind the corresponding processing methods for the success and failure of asynchronous operations, respectively. So that an asynchronous method can return values as a synchronous method, but not the final execution result immediately, but a promise that can represent results that occur in the future.
And S106, generating prompt information of uploading completion.
And generating prompt information of uploading completion at the client to remind the user of the completion of the uploading.
The file uploading method of the enterprise content management system provided by the embodiment is applied to the client, the method achieves the purpose of controlling the file uploading speed according to the uploading speed limit information, and because the control process is realized based on software, no additional hardware equipment or network structure change is needed, the control cost is reduced; in addition, the method only needs to keep the connection between the client and the server in the process of uploading the data block, and does not need to keep the connection at other time, so that the connection time between the client and the server is shortened, and the consumption of the server is reduced. Finally, the method realizes that the file uploading speed is limited by the front end of the user under the condition of not depending on hardware and network speed limit conditions.
A second embodiment of the file uploading method of the enterprise content management system provided by the present application is described in detail below, and the second embodiment is implemented based on the first embodiment and is expanded to a certain extent on the basis of the first embodiment.
Fig. 2 is a flowchart illustrating implementation of the second embodiment, and fig. 3 is a timing diagram illustrating the second embodiment. Referring to fig. 2 and 3, the second embodiment specifically includes the following steps:
s201, a client determines user information of a current user according to an uploading request and sends the user information to a server;
s202, a background service at one side of the server locally caches and inquires upload rate limit information corresponding to the user information, and feeds the inquiry result back to the client;
s203, the client splits the file to be uploaded into data blocks with the same size according to the uploading rate limit information, and determines an uploading time interval between a previous data block and a next data block in the uploading process;
s204, the client records the time T1 when the current data block starts to be uploaded, and uploads the current data block to the server;
s205, a background service at one side of the server writes the current data block into a storage device, and sends a message of successful uploading to the client after the writing is finished;
s206, the client records the time of receiving the message of successful uploading as the time T2 of uploading the current data block end;
s207, the client judges whether a data block waiting for uploading exists; if yes, jumping to S208, otherwise, jumping to S209;
s208, the client determines the waiting time length according to the uploading time interval, the time T1 when the current data block starts to be uploaded and the time T2 when the current data block finishes to be uploaded by using the Promise; waiting the duration by using the Promise until the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to S204;
as shown in fig. 3, a difference T3 between the time T2 when the current data block finishes uploading and the time T1 when the current data block starts uploading is calculated, and if the uploading time interval is 1000ms, the time duration that needs to be waited can be obtained by subtracting the difference T3 from the uploading time interval. Of course, the time for starting uploading the next data block can also be directly calculated according to the time for starting uploading the current data block and the uploading time interval.
And S209, the client generates prompt information for finishing uploading.
Therefore, the file uploading method of the enterprise content management system provided by the embodiment achieves the purpose of controlling the file uploading speed according to the uploading speed limit information, ensures the transmission speed limit, and reduces the connection time of the server.
In the following, a file uploading apparatus of an enterprise content management system provided by an embodiment of the present application is introduced, and a file uploading apparatus of an enterprise content management system described below and a file uploading method of an enterprise content management system described above may be referred to correspondingly.
As shown in fig. 4, the file uploading apparatus of the enterprise content management system of the embodiment, applied to the client, includes the following modules:
rate determination module 401: the uploading request is used for determining corresponding uploading rate limiting information;
the file splitting module 402: the file uploading device is used for splitting a file to be uploaded into data blocks with the same size according to the uploading rate limit information, and determining an uploading time interval between a previous data block and a next data block in the uploading process;
the uploading module 403: the system comprises a server, a data processing module and a data processing module, wherein the data processing module is used for establishing a communication link with the server, executing the operation of uploading a current data block to the server and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
the update module 404: the time for starting uploading the next data block is determined according to the uploading time interval and the time for starting uploading the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to the uploading module until all the data blocks are uploaded to the server to generate prompt information for finishing uploading.
In some specific embodiments, the rate determining module includes:
a user information determination unit: the user information of the current user is determined according to the uploading request;
a rate determination unit: and the uploading rate limiting information is used for sending the user information to a server and receiving uploading rate limiting information which is fed back by the server and corresponds to the user information.
The file uploading device of the enterprise content management system of the embodiment is used for implementing the file uploading method of the enterprise content management system, and therefore the specific implementation manner of the device can be seen in the embodiment section of the file uploading method of the enterprise content management system in the foregoing. Therefore, specific embodiments thereof may be referred to in the description of the corresponding respective partial embodiments, and will not be described herein.
In addition, since the file uploading apparatus of the enterprise content management system of this embodiment is used to implement the file uploading method of the enterprise content management system, the role of the file uploading apparatus corresponds to that of the method described above, and details are not described here.
In addition, the present application also provides a file uploading device of an enterprise content management system, including:
a memory: for storing a computer program;
a processor: for executing the computer program for implementing the steps of the file upload method of the enterprise content management system as described above.
Finally, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of the file upload method of an enterprise content management system as described above, when executed by a processor.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A file uploading method of an enterprise content management system is applied to a client side, and comprises the following steps:
s1, determining corresponding uploading rate limiting information according to the uploading request;
s2, splitting the file to be uploaded into data blocks with the same size according to the uploading rate limiting information, and determining the uploading time interval between the previous data block and the next data block in the uploading process;
s3, establishing a communication link with a server, executing the operation of uploading the current data block to the server, and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
s4, determining the time for starting uploading of the next data block according to the uploading time interval and the time for starting uploading of the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to S3 until all data blocks are uploaded to the server to generate prompt information for finishing uploading.
2. The method of claim 1, wherein the determining corresponding upload rate limit information according to the upload request comprises:
determining user information of a current user according to the uploading request;
and sending the user information to a server, and receiving uploading rate limit information corresponding to the user information fed back by the server.
3. The method of claim 2, wherein before the sending the user information to a server and receiving upload rate limit information corresponding to the user information fed back by the server, further comprising:
and reading the corresponding relation between the preset user information and the uploading rate limit information into a cache at one side of the server.
4. The method of claim 1, wherein determining a time at which a next data block starts to upload based on the upload time interval and a time at which the current data block starts to upload comprises:
and determining the time for starting uploading the next data block by using the promise according to the uploading time interval and the time for starting uploading the current data block.
5. The method of claim 4, wherein the disconnecting the communication link with the server after receiving the message that the uploading fed back by the server is successful comprises:
after receiving the message of successful uploading fed back by the server, disconnecting the communication link with the server and recording the time of finishing uploading the current data block;
correspondingly, the taking the next data block as the current data block after the time for starting uploading the next data block is reached includes:
determining a time difference value between the time when the current data block finishes uploading and the time when the next data block starts uploading by using promise; and waiting the time difference value by using the promise until the time for starting uploading the next data block is reached, and taking the next data block as the current data block.
6. The method of claim 1, wherein the splitting the file to be uploaded into data blocks of the same size according to the upload rate limit information comprises:
and splitting the file to be uploaded into data blocks with the same size according to the uploading rate limit information, wherein the file to be uploaded is a Blob type file.
7. A file uploading device of an enterprise content management system is applied to a client, and the device comprises:
a rate determination module: the uploading request is used for determining corresponding uploading rate limiting information;
a file splitting module: the file uploading device is used for splitting a file to be uploaded into data blocks with the same size according to the uploading rate limit information, and determining an uploading time interval between a previous data block and a next data block in the uploading process;
an uploading module: the system comprises a server, a data processing module and a data processing module, wherein the data processing module is used for establishing a communication link with the server, executing the operation of uploading a current data block to the server and recording the time when the current data block starts to be uploaded; after receiving the message fed back by the server and successfully uploaded, disconnecting the communication link with the server;
an update module: the time for starting uploading the next data block is determined according to the uploading time interval and the time for starting uploading the current data block; and after the time for starting uploading the next data block is reached, taking the next data block as the current data block, and jumping to the uploading module until all the data blocks are uploaded to the server to generate prompt information for finishing uploading.
8. The apparatus of claim 7, wherein the rate determination module comprises:
a user information determination unit: the user information of the current user is determined according to the uploading request;
a rate determination unit: and the uploading rate limiting information is used for sending the user information to a server and receiving uploading rate limiting information which is fed back by the server and corresponds to the user information.
9. A file upload device of an enterprise content management system, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program for carrying out the steps of the file upload method of an enterprise content management system as claimed in any one of the claims 1-6.
10. A readable storage medium, having stored thereon a computer program for implementing the steps of the file upload method of an enterprise content management system according to any of claims 1-6, when being executed by a processor.
CN202010424589.3A 2020-05-19 2020-05-19 File uploading method of enterprise content management system Pending CN111614751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010424589.3A CN111614751A (en) 2020-05-19 2020-05-19 File uploading method of enterprise content management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010424589.3A CN111614751A (en) 2020-05-19 2020-05-19 File uploading method of enterprise content management system

Publications (1)

Publication Number Publication Date
CN111614751A true CN111614751A (en) 2020-09-01

Family

ID=72201240

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010424589.3A Pending CN111614751A (en) 2020-05-19 2020-05-19 File uploading method of enterprise content management system

Country Status (1)

Country Link
CN (1) CN111614751A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160234303A1 (en) * 2013-10-18 2016-08-11 Tencent Technology (Shenzhen) Company Limited Peer-to-Peer Upload Scheduling
CN106060160A (en) * 2016-07-07 2016-10-26 腾讯科技(深圳)有限公司 File uploading method and device
CN106209892A (en) * 2009-09-22 2016-12-07 高通股份有限公司 Use the enhanced block request streaming of scalable coding
CN109547566A (en) * 2018-12-25 2019-03-29 华南理工大学 A kind of multithreading upload optimization method distributed based on memory
CN110401723A (en) * 2019-08-16 2019-11-01 北京浪潮数据技术有限公司 Method, system, equipment and the storage medium of OVA file upload services device
CN110572851A (en) * 2019-09-27 2019-12-13 深圳市信锐网科技术有限公司 data uploading method, system, device and computer readable storage medium
CN110958140A (en) * 2019-11-21 2020-04-03 北京浪潮数据技术有限公司 Speed limiting method, system and device for storage server cloud backup uploading bandwidth

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106209892A (en) * 2009-09-22 2016-12-07 高通股份有限公司 Use the enhanced block request streaming of scalable coding
US20160234303A1 (en) * 2013-10-18 2016-08-11 Tencent Technology (Shenzhen) Company Limited Peer-to-Peer Upload Scheduling
CN106060160A (en) * 2016-07-07 2016-10-26 腾讯科技(深圳)有限公司 File uploading method and device
CN109547566A (en) * 2018-12-25 2019-03-29 华南理工大学 A kind of multithreading upload optimization method distributed based on memory
CN110401723A (en) * 2019-08-16 2019-11-01 北京浪潮数据技术有限公司 Method, system, equipment and the storage medium of OVA file upload services device
CN110572851A (en) * 2019-09-27 2019-12-13 深圳市信锐网科技术有限公司 data uploading method, system, device and computer readable storage medium
CN110958140A (en) * 2019-11-21 2020-04-03 北京浪潮数据技术有限公司 Speed limiting method, system and device for storage server cloud backup uploading bandwidth

Similar Documents

Publication Publication Date Title
CN108833521B (en) Message pushing method, device, system, computer equipment and storage medium
CN108173774B (en) Client upgrading method and system
CN105847447B (en) Message pushing method and device
JP2017037666A (en) Sending category information
CN111708743A (en) File storage management method, file management client and file storage management system
JP2017168074A (en) Method and apparatus for controlling data transmission
CN113411404A (en) File downloading method, device, server and storage medium
CN112351068A (en) Information synchronization method, system, device, computer equipment and storage medium
US20200142759A1 (en) Rest gateway for messaging
CN109861922B (en) Method and apparatus for controlling flow
CN102130928A (en) Method and device for downloading data
CN108520401B (en) User list management method, device, platform and storage medium
CN109471713B (en) Method and device for inquiring information
CN107329832B (en) Data receiving method and device
CN113742389A (en) Service processing method and device
CN111614751A (en) File uploading method of enterprise content management system
CN114077483A (en) Data resource scheduling method, server, system and storage medium
CN111782260A (en) Gray scale distribution method and gray scale distribution device
CN110764930A (en) Request or response processing method and device based on message mode
CN113055444B (en) File sharing method and related device thereof
CN111510493B (en) Distributed data transmission method and device
CN111031355B (en) Media resource playing processing method, device and system
CN112507193A (en) Data updating method, device, equipment and storage medium
CN113052691A (en) Distributed account checking system service balancing method, node and cluster
CN110442433B (en) Method, equipment and storage medium for executing SQL (structured query language) task

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