CN102387220A - Offline downloading method and system based on cloud storage - Google Patents

Offline downloading method and system based on cloud storage Download PDF

Info

Publication number
CN102387220A
CN102387220A CN2011104329300A CN201110432930A CN102387220A CN 102387220 A CN102387220 A CN 102387220A CN 2011104329300 A CN2011104329300 A CN 2011104329300A CN 201110432930 A CN201110432930 A CN 201110432930A CN 102387220 A CN102387220 A CN 102387220A
Authority
CN
China
Prior art keywords
download
downloading
user
cloud storage
task
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
CN2011104329300A
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.)
LeTV Cloud Computing Co Ltd
Original Assignee
LeTV Information Technology Beijing 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 LeTV Information Technology Beijing Co Ltd filed Critical LeTV Information Technology Beijing Co Ltd
Priority to CN2011104329300A priority Critical patent/CN102387220A/en
Publication of CN102387220A publication Critical patent/CN102387220A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention provides an offline downloading method based on cloud storage and a corresponding system which replaces a user to finish actual downloading work. A downloaded file can be permanently stored in the offline downloading system locally; and even if a source uniform resource locator (URL) of the file fails, a user can still acquire the file by submitting a downloading request to the offline downloading system; therefore, the permanent validity of downloading is guaranteed and a work flow on the system side is totally transparent to the user. Furthermore, after the offline downloading method based on the cloud storage and the corresponding system are used for finishing the actual downloading work, the user is informed of downloading the file to a local computer of the user through a high speed channel between the user and the offline downloading system; and a high data transmission speed is guaranteed.

Description

Off-line downloading method and system based on cloud storage
Technical Field
The invention relates to the technical field of communication, in particular to an offline downloading method and system based on cloud storage.
Background
Downloading is the act of copying data from a computer on a network to a local computer. File downloading is a well-established technology on a personal computer, and a user downloads a file of interest to the user from a network and stores the file in the personal computer. There are three main downloading techniques in the internet: server download P2S, peer-to-peer download P2P, and intelligent grid P2 SP.
P2S refers to a download technology in which a user computer requests a download from a server and copies data on the server to the user computer via a protocol. P2S includes both HTTP and FTP protocols.
In the P2P download mode, all the user computers participating in the download also play the role of providing the download, i.e. uploading at the same time. For a complete resource, many data blocks may be included. When many users download the same resource, the obtained data blocks are different, so that each user computer can provide the data which is existed by itself to other computers without the data for downloading. With sufficient network bandwidth, the more computers participating in the download, the faster each computer can download the resource.
The P2SP integrates the advantages of the two downloading modes of P2S and P2P, and integrates the originally isolated server, the mirror image resource of the server and the P2P resource through the bridge of the multimedia retrieval database. Therefore, the downloading speed is higher, meanwhile, the downloading resources are richer, and the downloading stability is stronger.
However, in any of these downloading methods, the conventional downloading method is difficult to maintain continuous high-speed downloading during the downloading process due to the complexity of the network environment, and takes a long time. In addition, if a download URL link fails, it is likely that the desired file will no longer be available for download, and the download link will not be guaranteed to be permanently valid.
And the personal computer is generally fixed, can not surf the net at any time and any place, along with the technological progress, the mobile communication equipment terminal has already had the function of browsing the webpage, and more users visit the website at any time and any place through the mobile communication equipment terminal. However, there still exists a great problem in downloading files through a mobile communication device terminal. The biggest problem is that the mobile communication equipment terminal is connected with the network through a narrow band, so that the speed of downloading the file is slow. Meanwhile, in the current communication environment, the website is accessed through the mobile communication network, the flow generated by the user downloading is directly hooked with the telephone charge, and if the downloaded file is large, the required cost and money are more.
Disclosure of Invention
The invention aims to solve the technical problems of high downloading speed and permanent effectiveness of the file to be downloaded so as to improve the user experience of downloading. In order to solve the above problems, the present invention provides an offline downloading method based on cloud storage and a corresponding system thereof, wherein a server establishes a dedicated offline downloading system, and when a user wants to download a file, the user only needs to submit a downloading request to the offline downloading system, and the offline downloading system completes the downloading work of time.
The invention provides an offline downloading system based on cloud storage, which comprises a user system, a distributed downloading system, a cloud storage system and a CDN system, wherein the user system comprises a user information list and a downloading task information list.
The user information list records information of each registered user, the recorded information of the registered users comprises a unique identifier of the user, a storage path of a user private space in the cloud storage system, the total capacity of the user private space in the cloud storage system, and the current residual capacity of the user private space in the cloud storage system.
The download task information list records information of each download task, and the recorded information of the download task comprises a unique identifier of a user submitting the download task, a link of a download address of the download task, and a download state of the download task.
Wherein the download status includes not downloaded, downloading in progress, downloading completed and downloading failed.
The distributed downloading system comprises a task scheduling server and a downloading server cluster. Wherein,
and the task scheduling server records the load state of the download server cluster in real time, and each download server in the download server cluster executes an actual download task.
And the cloud storage system is in data communication with other systems through a cloud storage system interface. The cloud storage system adopts a GFS architecture, and each registered user has a corresponding private storage space in the cloud storage system.
The CDN content delivery system comprises a CDN scheduling server and CDN edge nodes, wherein the CND edge nodes are in data communication with the cloud storage system through the cloud storage system interface, and the CDN scheduling server is in data communication with each user.
In addition, the invention also provides an offline downloading method based on cloud storage, which is characterized by comprising the following steps:
a user system receives a downloading request submitted to the user system by a user;
the user system converts the received downloading request into a downloading task and stores the downloading task into a downloading task information list;
the task scheduling server acquires a new downloading task from the user system and distributes the acquired new downloading task to the downloading server;
the task scheduling server updates the task state of the download task which is already allocated to the download server in the download task information list in the user system to be 'downloading';
the download server executes actual download work;
after finishing the designated downloading work, the downloading server stores the downloaded file into the cloud storage system;
after finishing the appointed downloading work, the downloading server sends the downloading finished information to the task scheduling server;
after receiving the information of finished downloading, the task scheduling server updates the task state of the finished downloading task in the downloading task information list in the user system to 'finished downloading';
the user obtains the file requested to be downloaded through the user system.
Preferably, the task scheduling server obtains the size of the file to be downloaded according to the obtained downloading task, the task scheduling server logically divides the file to be downloaded into N segments, and selects N downloading servers with relatively least current load tasks from the downloading server cluster;
preferably, the N download servers respectively receive the N corresponding download tasks allocated by the task scheduling server;
preferably, after receiving all the N download tasks, the task scheduling server updates the task state of the completed download task in the download task information list in the user system to "download completed";
preferably, the user system sends the ID of the downloaded file and the CDN scheduling address to a user, the user accesses the CDN scheduling server according to the CDN scheduling address, and the CDN scheduling server sends a CDN edge node address that meets the condition to the user;
preferably, the user sends the ID of the downloaded file to the received CDN edge node to obtain the file requested to be downloaded.
Preferably, the CDN edge node downloads the file requested to be downloaded from the cloud storage system through an interface of the cloud storage system, and caches the downloaded file in the CDN edge node after the download task is completed.
Compared with the prior art, the invention has the advantages that: the method for downloading the file offline and the corresponding system thereof provided by the invention replace a user to finish actual downloading work, the downloaded file can be permanently stored in the local of the offline downloading system, and even if the source URL of the file is invalid, the user can still obtain the file by submitting a downloading request to the offline downloading system. This ensures permanent validity of the download and the workflow on the system side is completely transparent to the user. In addition, after the off-line downloading method and the corresponding system thereof provided by the invention finish the actual downloading work, the user is informed, and the user downloads the file to the PC of the user by using the high-speed channel between the off-line downloading system and the user, so that the high speed of data transmission is ensured.
Drawings
In order that the invention may be readily understood, specific embodiments thereof will now be described with reference to the accompanying drawings.
Fig. 1 is an overall structure diagram of an offline downloading system based on cloud storage according to the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and preferred embodiments.
The invention establishes a special off-line downloading system at one side of the server, when a user wants to download a file, the user only needs to submit a downloading request to the off-line downloading system, and the off-line downloading system finishes the actual downloading work. After the off-line downloading system finishes the downloading work, the downloaded file is stored in the local of the off-line downloading system, and the user is informed that the downloading is finished and can obtain the file by the off-line downloading system. The user downloads the file to the local computer by using a high-speed transmission channel between the offline downloading system and the user.
Particularly, after the off-line downloading system finishes a downloading process, the stored downloading file is associated with the downloading URL, and the association relation is cached. In this way, when other users submit download requests for the URL again, the offline download system can find that the file to be downloaded is stored locally in the system, and then directly inform the user that the download is completed, and the user downloads the file to their own local computer using the high-speed transmission channel.
In the user system of the off-line downloading system based on the cloud storage, provided by the invention, two tables are maintained: a user information list and a download task information list. Wherein,
the user information list is a list in which a certain amount of private storage space is allocated to each registered user in the cloud storage system. The user information list records information of all registered users, and the information of each registered user is the following four-tuple:
<UserID、StorePath、TotalCapacity、RemainCapacity>
UserID: a user unique identifier;
StorePath: a user private space storage path in the cloud storage system;
TotalCapacity: the method comprises the steps that the total capacity of a user private space in a cloud storage system is large;
RemainCapacity: the current residual capacity of the user private space in the cloud storage system is large.
The downloading task information list is that after the user system receives the downloading request submitted by the user, the request is converted into a downloading task to be stored in the task information list. The information of each download task is the following triplets:
<UserID、URL、State>
UserID: submitting the unique user identifier of the download task;
URL: downloading an address link;
state: the status of the task is downloaded. The downloading task is divided into four states in the whole downloading process: "not downloaded", "downloading in", "downloading completed", "downloading failed".
The distributed downloading system of the off-line downloading system based on the cloud storage is composed of a single task scheduling server and a downloading server cluster. Each download server in the download server cluster executes the actual download job, and each download server has an upper limit of the download task to be undertaken. The task scheduling server records the load condition of each download server in real time.
The task scheduling server acquires a task with an 'un-downloaded' state from a user system downloading task information table at regular time, acquires the size of a file to be downloaded according to a downloading address link URL, logically divides the file into N file blocks, selects N downloading servers with the lightest load (the current born downloading task is relatively least) according to the recorded load condition of each downloading server, assigns the acquired task to the N downloading servers, and each downloading server is responsible for the actual downloading of one file block (fragment). After the task assignment is finished, the scheduling server updates the state of the downloading task to 'downloading' in the user system task information table. And after the actual downloading of the fragments is finished by the downloading server, feeding the result back to the scheduling server. And only when the downloading of all the fragments is successful, the scheduling server updates the downloading task state in the task information table to be 'downloading completed', otherwise, the downloading task is marked as 'downloading failure'.
Each download server in the download server cluster is responsible for the actual download job. For a downloading task, a downloading server is responsible for downloading a logic fragment of a file to be downloaded; according to the real-time scheduling of the task scheduling server, a single download server can bear a plurality of download tasks, but the total number of the tasks cannot exceed the preset upper limit. After the downloading server finishes downloading the logic fragment of each task, the task scheduling server is informed that the downloading of the fragment is finished, and the downloaded data is written into a corresponding user private storage space in the cloud storage system by using an interface provided by the cloud storage system.
The cloud storage system of the off-line downloading system based on the cloud storage is a file storage warehouse, and files downloaded by the off-line downloading system are stored in the cloud storage system. The cloud storage system uses a GFS architecture, an excellent backup mechanism and a disaster recovery mechanism are arranged inside the cloud storage system, and the backup mechanism and the disaster recovery mechanism are transparent to the outside. And the external system performs data reading and writing interaction with the cloud storage system by using an I/O interface provided by the cloud storage system.
The CDN content distribution system of the off-line downloading system based on the cloud storage, provided by the invention, distributes the downloaded files to the CDN edge node closest to the user, so that the user can access the files nearby.
A preferred off-line download procedure of the present invention is as follows:
the user submits a download request to the user system in the offline download system, assuming the download address is linked to a URL. The user system converts the download request into a download task and stores the download task in the download task information table.
The task scheduling server in the off-line downloading system obtains a new downloading task from the user system, obtains the size of a file to be downloaded through a downloading link URL, logically divides the file into N fragments, selects N downloading servers with relatively least current load from a downloading server cluster according to a self scheduling mechanism, respectively assigns the downloading tasks of the N fragments to the N downloading servers, and updates the task state in a downloading task information table of the user system to be 'downloading in the process'.
And the N download servers execute actual download work, after each download server finishes downloading the designated fragments, the fragment data is written into the cloud storage system through the cloud storage system interface, and the download results are fed back to the task scheduling server.
After all the fragments are downloaded successfully, the files required to be downloaded by the user are also stored in the cloud storage system. And the task scheduling server updates the task state in the downloading task information table to be 'downloading completed'.
The user system provides the ID of the downloaded file and the CDN scheduling address to the user 1, the user 1 accesses the CDN scheduling server according to the scheduling address to request a CDN edge node which is closest to the user and has the most ideal load condition, and the CDN scheduling server informs the user of the address of the CDN edge node meeting the condition.
And the user sends the ID of the downloaded file to the designated CDN edge node and asks for the file. And if the CDN edge node does not have the cache of the file, downloading the file from the cloud storage system by using an interface of the cloud storage system through a high-speed channel, caching the file in the local of the CDN edge node after downloading, and then pushing the file to a user. At this time, the whole off-line downloading process is completed, and the user obtains the desired downloaded file.
The foregoing detailed description has been presented in conjunction with specific embodiments of this invention, but is not intended to limit the invention thereto. Any simple modifications of the above embodiments according to the technical essence of the present invention still fall within the scope of the technical solution of the present invention.

Claims (10)

1. An offline download system based on cloud storage, the system comprising:
a user system, a distributed download system, a cloud storage system, and a CDN content delivery system, wherein,
the user system comprises a user information list and a download task information list, wherein the user information list records the information of each registered user, and the download task information list records the information of each download task;
the distributed downloading system comprises a task scheduling server and a downloading server cluster, wherein the task scheduling server records the load state of the downloading server cluster in real time, and each downloading server in the downloading server cluster executes an actual downloading task;
the cloud storage system is in data communication with other systems through a cloud storage system interface, and each registered user has a corresponding private storage space in the cloud storage system;
the CDN content delivery system comprises a CDN scheduling server and CDN edge nodes, the CND edge nodes are in data communication with the cloud storage system through the cloud storage system interface, and the CDN scheduling server is in data communication with each user.
2. The cloud storage based offline download system of claim 1, wherein said recorded information of registered users comprises a user unique identifier.
3. The offline download system based on cloud storage according to claim 1, wherein the recorded information of the registered users further comprises a user private space storage path in the cloud storage system.
4. The offline download system based on cloud storage according to claim 1, wherein the recorded information of the registered users further comprises the size of the aggregate capacity of the user private space in the cloud storage system.
5. The offline download system based on cloud storage according to claim 1, wherein the recorded information of the registered users further comprises a current remaining capacity size of the user private space in the cloud storage system.
6. The cloud storage based offline download system of claim 1, wherein the recorded information of the download task comprises a unique identifier of a user submitting the download task.
7. The offline download system based on cloud storage according to claim 1, wherein the recorded information of the download task further comprises a link to a download address of the download task.
8. The offline download system based on cloud storage according to claim 1, wherein the recorded information of the download task further comprises a download status of the download task.
9. The offline download system based on cloud storage according to claim 8, wherein the download status of the download task comprises an un-downloaded status.
10. The offline download system based on cloud storage according to claim 8, wherein the download status of the download task further comprises a status under download.
CN2011104329300A 2011-12-22 2011-12-22 Offline downloading method and system based on cloud storage Pending CN102387220A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104329300A CN102387220A (en) 2011-12-22 2011-12-22 Offline downloading method and system based on cloud storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104329300A CN102387220A (en) 2011-12-22 2011-12-22 Offline downloading method and system based on cloud storage

Publications (1)

Publication Number Publication Date
CN102387220A true CN102387220A (en) 2012-03-21

Family

ID=45826180

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104329300A Pending CN102387220A (en) 2011-12-22 2011-12-22 Offline downloading method and system based on cloud storage

Country Status (1)

Country Link
CN (1) CN102387220A (en)

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102710742A (en) * 2012-04-11 2012-10-03 佳都新太科技股份有限公司 Offline file synchronous processing mechanism based on cloud computing virtual application
CN102710430A (en) * 2012-04-19 2012-10-03 广州中国科学院先进技术研究所 Heterogeneous resource measuring system and scheduling method based on cloud computing
CN102752370A (en) * 2012-06-05 2012-10-24 东莞市合昱计算机技术有限公司 Multi-protocol off-line download system
CN102917047A (en) * 2012-10-17 2013-02-06 成都索贝数码科技股份有限公司 System and method for realizing digital document physical distribution in Internet environment
CN102932476A (en) * 2012-11-15 2013-02-13 北京奇虎科技有限公司 Network storage synchronization system
CN103001955A (en) * 2012-11-22 2013-03-27 中兴通讯股份有限公司 Method and system for accelerating business downloading and method and device for maintaining business states
CN103207785A (en) * 2013-04-23 2013-07-17 北京奇虎科技有限公司 Method, device, and system for processing data download request
CN103227836A (en) * 2013-05-02 2013-07-31 百度在线网络技术(北京)有限公司 Off-line downloading method and off-line downloading server
WO2013135203A1 (en) * 2012-03-16 2013-09-19 Tencent Technology (Shenzhen) Company Limited Offline download method and system
WO2013159703A1 (en) * 2012-04-24 2013-10-31 Tencent Technology (Shenzhen) Company Limited Offline download method, multimedia file download method and system thereof
CN103391312A (en) * 2013-06-26 2013-11-13 北京奇虎科技有限公司 Resource offline downloading method and device
CN103475564A (en) * 2012-06-06 2013-12-25 腾讯科技(深圳)有限公司 Network attachment transmission method and system thereof
WO2014015789A1 (en) * 2012-07-26 2014-01-30 腾讯科技(深圳)有限公司 Digital television terminal, video file playing method and video file playing system
CN103581269A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Cloud off-line downloading method, system and device thereof
CN103581259A (en) * 2012-08-03 2014-02-12 盛乐信息技术(上海)有限公司 P2P download task scheduling method and system
CN103685367A (en) * 2012-09-10 2014-03-26 腾讯科技(深圳)有限公司 Offline download system and offline download method
WO2014071786A1 (en) * 2012-11-06 2014-05-15 腾讯科技(深圳)有限公司 Method and system for file transmitting
CN103856531A (en) * 2012-12-05 2014-06-11 中国科学院深圳先进技术研究院 Local area network downloading device and method based on multiple collaborators
US9282141B2 (en) 2012-05-15 2016-03-08 Tencent Technology (Shenzhen) Company Limited Method and system for loading file in webgame
CN105391805A (en) * 2015-12-21 2016-03-09 天津海量信息技术有限公司 Data downloading system and downloading method based on multi-client cluster collaboration
CN106254561A (en) * 2016-10-12 2016-12-21 上海安馨信息科技有限公司 The real-time offline download method of a kind of Internet resources file and system
CN107105037A (en) * 2017-04-25 2017-08-29 上海幻电信息科技有限公司 A kind of distributed video CDN resource management systems and method based on file verification
CN107493346A (en) * 2017-09-07 2017-12-19 广州南翼信息科技有限公司 Resource file caching dissemination system and method based on multi-medium information spreading system
CN109379419A (en) * 2018-10-09 2019-02-22 上海二三四五网络科技有限公司 A kind of CDN acceleration service control method and control device based on private cloud disk
CN109819309A (en) * 2017-11-21 2019-05-28 中国电信股份有限公司 Cloud storage platform, method and video-on-demand platform, method and audio/video player system
CN109995876A (en) * 2019-04-11 2019-07-09 深圳市永兴元科技股份有限公司 Document transmission method, device, system and computer storage medium
CN110266744A (en) * 2019-02-27 2019-09-20 中国联合网络通信集团有限公司 Location-based edge cloud resource dispatching method and system
CN110688672A (en) * 2019-09-17 2020-01-14 上海易点时空网络有限公司 Method and system for ensuring file downloading safety of data warehouse
CN112486656A (en) * 2020-12-10 2021-03-12 上海创远仪器技术股份有限公司 Method for realizing wireless ionization wire task scheduling and data downloading
CN115412589A (en) * 2022-07-12 2022-11-29 湖南于一科技有限公司 Method for realizing upgrading in application without service end based on appointed mode

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1710857A (en) * 2004-06-18 2005-12-21 千橡寰宇科技发展(北京)有限公司 Method and method for realizing document accelerated download
CN101064729A (en) * 2006-04-27 2007-10-31 中国电信股份有限公司 System and method for realizing FTP download service through CDN network
CN102118406A (en) * 2009-12-31 2011-07-06 Tcl集团股份有限公司 Offline downloading method and portal service system for terminal equipment
US20110213879A1 (en) * 2010-03-01 2011-09-01 Ashley Edwardo King Multi-level Decision Support in a Content Delivery Network
CN102238137A (en) * 2010-04-27 2011-11-09 腾讯科技(深圳)有限公司 Method, system and device for downloading
US8060616B1 (en) * 2008-11-17 2011-11-15 Amazon Technologies, Inc. Managing CDN registration by a storage provider

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1710857A (en) * 2004-06-18 2005-12-21 千橡寰宇科技发展(北京)有限公司 Method and method for realizing document accelerated download
CN101064729A (en) * 2006-04-27 2007-10-31 中国电信股份有限公司 System and method for realizing FTP download service through CDN network
US8060616B1 (en) * 2008-11-17 2011-11-15 Amazon Technologies, Inc. Managing CDN registration by a storage provider
CN102118406A (en) * 2009-12-31 2011-07-06 Tcl集团股份有限公司 Offline downloading method and portal service system for terminal equipment
US20110213879A1 (en) * 2010-03-01 2011-09-01 Ashley Edwardo King Multi-level Decision Support in a Content Delivery Network
CN102238137A (en) * 2010-04-27 2011-11-09 腾讯科技(深圳)有限公司 Method, system and device for downloading

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YAN HUANG,ZHENHUA LI,GANG LIU,YAFEI DAI: "Cloud Download:Using Cloud Utilities to Achieve High-quality Content Distribution for Unpopular Videos", 《PROCEEDINGS OF THE 19TH ACM INTERNATIONAL CONFERENCE ON MULTIMEDIA》 *

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9491225B2 (en) 2012-03-16 2016-11-08 Tencent Technology (Shenzhen) Company Limited Offline download method and system
WO2013135203A1 (en) * 2012-03-16 2013-09-19 Tencent Technology (Shenzhen) Company Limited Offline download method and system
CN102710742A (en) * 2012-04-11 2012-10-03 佳都新太科技股份有限公司 Offline file synchronous processing mechanism based on cloud computing virtual application
CN102710430A (en) * 2012-04-19 2012-10-03 广州中国科学院先进技术研究所 Heterogeneous resource measuring system and scheduling method based on cloud computing
CN102710430B (en) * 2012-04-19 2015-04-29 广州中国科学院先进技术研究所 Heterogeneous resource measuring system and scheduling method based on cloud computing
WO2013159703A1 (en) * 2012-04-24 2013-10-31 Tencent Technology (Shenzhen) Company Limited Offline download method, multimedia file download method and system thereof
US9282141B2 (en) 2012-05-15 2016-03-08 Tencent Technology (Shenzhen) Company Limited Method and system for loading file in webgame
CN102752370A (en) * 2012-06-05 2012-10-24 东莞市合昱计算机技术有限公司 Multi-protocol off-line download system
CN102752370B (en) * 2012-06-05 2015-07-29 广东智华计算机科技有限公司 A kind of multi-protocol off-line download system
CN103475564A (en) * 2012-06-06 2013-12-25 腾讯科技(深圳)有限公司 Network attachment transmission method and system thereof
WO2014015789A1 (en) * 2012-07-26 2014-01-30 腾讯科技(深圳)有限公司 Digital television terminal, video file playing method and video file playing system
CN103581736A (en) * 2012-07-26 2014-02-12 腾讯科技(深圳)有限公司 Digital television terminal, video file playing method and video file playing system
US9609366B2 (en) 2012-07-26 2017-03-28 Tencent Technology (Shenzhen) Company Limited Digital television terminal, video file playing method and video file playing system
CN103581259A (en) * 2012-08-03 2014-02-12 盛乐信息技术(上海)有限公司 P2P download task scheduling method and system
CN103581269A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Cloud off-line downloading method, system and device thereof
CN103685367B (en) * 2012-09-10 2018-07-20 腾讯科技(深圳)有限公司 Off-line download system and method
CN103685367A (en) * 2012-09-10 2014-03-26 腾讯科技(深圳)有限公司 Offline download system and offline download method
CN102917047A (en) * 2012-10-17 2013-02-06 成都索贝数码科技股份有限公司 System and method for realizing digital document physical distribution in Internet environment
WO2014071786A1 (en) * 2012-11-06 2014-05-15 腾讯科技(深圳)有限公司 Method and system for file transmitting
CN103812882A (en) * 2012-11-06 2014-05-21 腾讯科技(深圳)有限公司 Method and system for transferring files
CN103812882B (en) * 2012-11-06 2018-01-30 腾讯科技(深圳)有限公司 A kind of method and system of file transmission
CN102932476A (en) * 2012-11-15 2013-02-13 北京奇虎科技有限公司 Network storage synchronization system
WO2014079340A1 (en) * 2012-11-22 2014-05-30 中兴通讯股份有限公司 Service download acceleration method and system, service state maintenance method and device
AU2013350222B2 (en) * 2012-11-22 2016-03-03 Zte Corporation Service download acceleration method and system, service state maintenance method and device
CN103001955A (en) * 2012-11-22 2013-03-27 中兴通讯股份有限公司 Method and system for accelerating business downloading and method and device for maintaining business states
CN103001955B (en) * 2012-11-22 2017-05-31 南京中兴软件有限责任公司 Method and system, the maintaining method and device of service condition that service downloading accelerates
CN103856531A (en) * 2012-12-05 2014-06-11 中国科学院深圳先进技术研究院 Local area network downloading device and method based on multiple collaborators
CN103207785A (en) * 2013-04-23 2013-07-17 北京奇虎科技有限公司 Method, device, and system for processing data download request
CN103207785B (en) * 2013-04-23 2016-08-31 北京奇虎科技有限公司 The processing method of data download request, Apparatus and system
CN103227836B (en) * 2013-05-02 2016-10-26 百度在线网络技术(北京)有限公司 Offline download method and off-line download server
CN103227836A (en) * 2013-05-02 2013-07-31 百度在线网络技术(北京)有限公司 Off-line downloading method and off-line downloading server
CN103391312A (en) * 2013-06-26 2013-11-13 北京奇虎科技有限公司 Resource offline downloading method and device
CN103391312B (en) * 2013-06-26 2017-06-09 北京奇虎科技有限公司 Resource offline method for down loading and device
CN105391805A (en) * 2015-12-21 2016-03-09 天津海量信息技术有限公司 Data downloading system and downloading method based on multi-client cluster collaboration
CN106254561A (en) * 2016-10-12 2016-12-21 上海安馨信息科技有限公司 The real-time offline download method of a kind of Internet resources file and system
CN106254561B (en) * 2016-10-12 2019-12-17 上海安馨信息科技有限公司 real-time off-line downloading method and system for network resource file
CN107105037A (en) * 2017-04-25 2017-08-29 上海幻电信息科技有限公司 A kind of distributed video CDN resource management systems and method based on file verification
CN107493346A (en) * 2017-09-07 2017-12-19 广州南翼信息科技有限公司 Resource file caching dissemination system and method based on multi-medium information spreading system
CN109819309A (en) * 2017-11-21 2019-05-28 中国电信股份有限公司 Cloud storage platform, method and video-on-demand platform, method and audio/video player system
CN109819309B (en) * 2017-11-21 2021-12-14 中国电信股份有限公司 Cloud storage platform and method, video on demand platform and method and video playing system
CN109379419A (en) * 2018-10-09 2019-02-22 上海二三四五网络科技有限公司 A kind of CDN acceleration service control method and control device based on private cloud disk
CN110266744A (en) * 2019-02-27 2019-09-20 中国联合网络通信集团有限公司 Location-based edge cloud resource dispatching method and system
CN109995876A (en) * 2019-04-11 2019-07-09 深圳市永兴元科技股份有限公司 Document transmission method, device, system and computer storage medium
CN109995876B (en) * 2019-04-11 2022-04-19 深圳市永兴元科技股份有限公司 File transmission method, device, system and computer storage medium
CN110688672A (en) * 2019-09-17 2020-01-14 上海易点时空网络有限公司 Method and system for ensuring file downloading safety of data warehouse
CN112486656A (en) * 2020-12-10 2021-03-12 上海创远仪器技术股份有限公司 Method for realizing wireless ionization wire task scheduling and data downloading
CN115412589A (en) * 2022-07-12 2022-11-29 湖南于一科技有限公司 Method for realizing upgrading in application without service end based on appointed mode
CN115412589B (en) * 2022-07-12 2023-10-31 湖南于一科技有限公司 Method for realizing upgrading in service-free end application based on appointed mode

Similar Documents

Publication Publication Date Title
CN102387220A (en) Offline downloading method and system based on cloud storage
Ray An introduction to dew computing: definition, concept and implications
CN104823170B (en) Distributed cache cluster management
US10275232B1 (en) Architecture for incremental deployment
KR101862718B1 (en) Reducing data volume durability state for block-based storage
CN104731516B (en) A kind of method, apparatus and distributed memory system of accessing file
US8473646B1 (en) Balancing latency and throughput for shared resources
US20210124719A1 (en) Local networked storage linked to remote networked storage system
US10242100B2 (en) Managing cached data in a network environment
US20110055494A1 (en) Method for distributed direct object access storage
CN108023953B (en) High-availability implementation method and device for FTP service
CN105357296A (en) Elastic caching system based on Docker cloud platform
CN110430274A (en) A kind of document down loading method and system based on cloud storage
US9229740B1 (en) Cache-assisted upload proxy
US8984162B1 (en) Optimizing performance for routing operations
US20130346540A1 (en) Storing and Moving Data in a Distributed Storage System
CN101631143A (en) Multi-server system in load-balancing environment and file transmission method thereof
JP2020102838A5 (en)
Rajalakshmi et al. An improved dynamic data replica selection and placement in cloud
US11221993B2 (en) Limited deduplication scope for distributed file systems
KR20140143775A (en) Cache management
KR101666064B1 (en) Apparatus for managing data by using url information in a distributed file system and method thereof
CN110290196A (en) A kind of content distribution method and device
US8543700B1 (en) Asynchronous content transfer
CN109716731A (en) For providing the system and method for functions reliably and efficiently data transmission

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120321

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20151223

Address after: 100025 Beijing city Chaoyang District Yaojieyuan Road No. 105 building LETV

Applicant after: LETV CLOUD COMPUTING CO., LTD.

Address before: 100026 Beijing City Guanghua Road Chaoyang District Oriental Media Center No. 4 C block 8 layer

Applicant before: LeTV Information Technology (Beijing) Co., Ltd.