CN104767801A - Two-thread ftp transmission method and system - Google Patents

Two-thread ftp transmission method and system Download PDF

Info

Publication number
CN104767801A
CN104767801A CN201510128007.6A CN201510128007A CN104767801A CN 104767801 A CN104767801 A CN 104767801A CN 201510128007 A CN201510128007 A CN 201510128007A CN 104767801 A CN104767801 A CN 104767801A
Authority
CN
China
Prior art keywords
thread
data
file
original
read
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.)
Granted
Application number
CN201510128007.6A
Other languages
Chinese (zh)
Other versions
CN104767801B (en
Inventor
余再跃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Datang Mobile Communications Equipment Co Ltd
Original Assignee
Datang Mobile Communications Equipment 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 Datang Mobile Communications Equipment Co Ltd filed Critical Datang Mobile Communications Equipment Co Ltd
Priority to CN201510128007.6A priority Critical patent/CN104767801B/en
Publication of CN104767801A publication Critical patent/CN104767801A/en
Application granted granted Critical
Publication of CN104767801B publication Critical patent/CN104767801B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a two-thread ftp transmission method and system. The method comprises the steps that all bytes of an original file are arranged from last data to first data, and an inverted file is obtained; according to a first thread, the original file is read from the first data of the original file; according to a second thread, the inverted file is read from the first data of the inverted file; whether the sum of file data read in the first thread and file data read in the second thread is larger than or equal to the size of the original file is judged, and when it is judged that the sum of the read data is larger than or equal to the size of the original file, the first thread and the second thread are stopped; the file data read in the first thread and the second thread are combined to form a transmission file. The CPU resources of a client side are saved to the maximum extent, the control process is simple, the downloading position is prevented from being frequently switched, a RESET instruction is prevented from being called, and fast transmission of a two-thread ftp is achieved.

Description

The transmission method of a kind of two thread ftp and system
Technical field
The present invention relates to the Internet file host-host protocol applied technical field, particularly relate to transmission method and the system of a kind of two thread ftp.
Background technology
File transfer protocol (FTP) ftp (File Transfer Protocol) is one of important application of current network service, it achieves function that is reliable and effectively transmission data; Simultaneously, ftp has another outstanding advantage: as long as the system of carrying out file transfer all supports ftp agreement, just can carry out file transfer easily between dissimilar computer, make user can not be influenced because of the difference of all kinds of Hosts file accumulator system.Therefore, ftp is widely used service on Internet always.
Two traditional thread ftp download and the ftp method for down loading of multithreading is similar, namely following scheme is adopted to realize the download of file: first thread is downloaded from file start-position, second thread downloads original position by rest instruction adjustment, downloads in the middle of file some positions.
Inventor is realizing in process of the present invention, finds at least there is following problem in prior art:
Prior art does not support REST instruction at some ftp server, the traditional ftp server disposed more particularly, and in this case, two threads are downloaded and just cannot be achieved.
For the server supporting REST instruction, the speed downloaded due to two threads usually has certain difference, has one first to download, after having downloaded, this thread can not free, can only again by calculating, never download the position that in part, searching one is suitable, then start again in this position to download, after certain hour, have again one in these two threads first to finish the work, this is first finished the work, and needs again by calculating, adjustment position, start again to download, control procedure more complicated.
Getting from ftp server due to each, is all multiple byte, therefore each download adjustment position before, generally all transmit some bytes more, cause the wasting of resources.Such as, only differing from now a byte just needs adjustment position to know clearly, but server passes 100 bytes once, and then causes the waste of 99 bytes.
Summary of the invention
In view of the above problems, the present invention is proposed to provide a kind of transmission method of two thread ftp and the transmission system of corresponding two thread ftp that overcome the problems referred to above or solve or slow down the problems referred to above at least in part.
According to an aspect of the present invention, provide the transmission method of a kind of two thread ftp, the method comprises:
All bytes of original are arranged by from last data to the order of first data, obtains inverted file;
First thread reads described original from first data of described original;
Second thread reads described inverted file from first data of described inverted file;
Judge whether the file data sum of described first thread and described second thread reading is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stops described first thread and the second thread;
The file data that described first thread and described second thread read is combined into transfer files.
Wherein, described method also comprises:
Be comprise inverted file catalogue corresponding to the original directory creating one of at least one original;
Will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
Wherein, the described file data by described first thread and described second thread reading is combined into transfer files, specifically comprises:
Create one and the onesize transfer files of described original;
First data of the corresponding described transfer files of first data in the file data that described first thread is read, the file data read with described first thread successively covers the Part I of described transfer files;
Last data of the corresponding described transfer files of first data in the file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
Wherein, described method also comprises:
The file data that described first thread and described second thread read is buffered in internal memory, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
Wherein, described original and described inverted file are deployed on different disks.
According to another aspect of the present invention, provide the transmission system of a kind of two thread ftp, this system comprises:
Inverted file generation unit, for all bytes of original being arranged by from last data to the order of first data, obtains inverted file;
First thread reading unit, reads described original for the first thread from first data of described original;
Second thread reading unit, reads described inverted file for the second thread from first data of described inverted file;
Judging unit, for judging whether the file data sum of described first thread and described second thread reading is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stop described first thread and the second thread;
Transfer files generation unit, is combined into transfer files for the file data described first thread and described second thread read.
Wherein, described system also comprises:
Inverted file directory creating unit, for the inverted file catalogue that the original directory creating one for comprising at least one original is corresponding;
Memory cell, for will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
Wherein, described transfer files generation unit comprises:
Transfer files creation module, for creating one and the onesize transfer files of described original;
First overlay module, for first data by the corresponding described transfer files of first data in the file data of described first thread reading, the file data read with described first thread successively covers the Part I of described transfer files;
Second overlay module, for last data of the corresponding described transfer files of first data in file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
Wherein, described system also comprises:
Buffer unit, file data for described first thread and described second thread being read is buffered in internal memory, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
Wherein, described original and described inverted file are deployed on different disks.
Beneficial effect of the present invention is:
The transmission method of two thread ftp provided by the invention and system, for ftp client, avoid the document location scheduling of two thread complexity, can ensure that two threads terminate simultaneously; The present invention conveniently can carry out file deployment, and file corresponding for two threads is put into different disk, reduces access conflict, improves access efficiency; Avoid REST between server end and client mutual, what thus decrease between server end and client is mutual.The present invention, under the prerequisite of two threads, maximally make use of Internet resources, has maximally saved the cpu resource of client, and controls the simplest, avoids and calls REST instruction and frequent switching position.And the present invention can also be applicable to the ftp server not supporting REST instruction, and do not need the code changing ftp server.
Accompanying drawing explanation
Can understanding the features and advantages of the present invention clearly by reference to accompanying drawing, accompanying drawing is schematic and should not be construed as and carry out any restriction to the present invention, in the accompanying drawings:
The schematic flow sheet of the transmission method of a kind of two thread ftp that Fig. 1 provides for the embodiment of the present invention;
The segmentation flow chart of step S15 in the transmission method of a kind of two thread ftp that Fig. 2 provides for another embodiment of the present invention;
The structured flowchart of the transmission system of a kind of two thread ftp that Fig. 3 provides for the embodiment of the present invention; And
The internal structure block diagram of transfer files generation unit in the transmission system of a kind of two thread ftp that Fig. 4 provides for another embodiment of the present invention.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The flow chart of the transmission method of a kind of two thread ftp that Fig. 1 provides for the embodiment of the present invention, as shown in Figure 1, the method comprises the following steps:
S11, all bytes of original to be arranged by from last data to the order of first data, obtain inverted file;
S12, the first thread read described original from first data of described original;
S13, the second thread read described inverted file from first data of described inverted file;
S14, judge whether the file data sum that described first thread and described second thread read is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stops described first thread and the second thread;
S15, by described first thread and described second thread read file data be combined into transfer files.
Further, the transmission method of a kind of two thread ftp that the embodiment of the present invention provides also comprises:
Be comprise inverted file catalogue corresponding to the original directory creating one of at least one original;
Will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
In the embodiment of the present invention, ftp server, to the file under ftp catalogue, prepares two catalogues at server end.Such as, file directory is as follows :/file_server/download/, as original catalogue;
Ftp server is the catalogue that above-mentioned original directory creating one is corresponding, and/file_server/download_inverse/, using the catalogue of this correspondence as inverted file catalogue.What wherein deposit under download/ catalogue is normal file and original, and the file under the file deposited under download_inverse/ catalogue and download/ catalogue is one to one, but file content is contrary order and inverted file.Wherein, deposited original a.txt under original catalogue download/, had 3 bytes in file, 3 bytes are respectively 0xA1,0xA2,0xA3, then deposited corresponding inverted file a.txt under inverted file catalogue download_inverse/, its content is respectively 0xA3,0xA2,0xA1.
Further, in the embodiment of the present invention, the file data that described first thread and described second thread read is combined into transfer files by step S15, as shown in Figure 2, specifically comprises following fine division step:
The transfer files that S151, establishment one and described original are onesize;
First data of the corresponding described transfer files of first data in S152, file data that described first thread is read, the file data read with described first thread successively covers the Part I of described transfer files;
Last data of the corresponding described transfer files of first data in S153, file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
In the embodiment of the present invention, when user initiates to read download/a.txt, ftp client first thread then reads a.txt from download/, reads from file beginning.Ftp client second thread then reads a.txt from download_inverse/ catalogue, also reads from file beginning.When the data sum >=file size that two threads read, two threads stop simultaneously.Two threads to need the file data read, according to the correct writing in files of side-play amount, specifically can adopt with the following method:
First a large transfer files the same as the size of original a.txt is created, data all in file are all 0, then the file data on the server of described first thread and the reading of the second thread is received, during written document, adjust file pointer to deviation post, by original for covering correct for data 0; Certainly, during second thread written document, need the order of data byte again to adjust, such as, by above-described embodiment, receive 0xA3,0xA2, be adjusted to 0xA2,0xA3, and then writing in files accordingly latter two position, detailed step is as follows:
The corresponding position of the transfer files that the file data write of being read by described first thread creates.The defining method of relevant position is as follows: first data of first corresponding described transfer files of data, and the file data read with described first thread successively covers the Part I of described transfer files;
The corresponding position of the transfer files that the file data write of being read by described second thread creates.The computational methods of relevant position are as follows: last data of the corresponding described transfer files of first data of reception, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.Wherein, the process of the second thread writing in files is more complicated than the 1st thread.
Such as, second thread has been written with a file M byte at present, namely last M byte of file writes, then have received again N number of byte, then to adjust the position of current file pointer, adjust to distance end of file (EOF pointer) M+N byte place, then by this N number of byte write.
Further, the transmission method of two thread ftp in the embodiment of the present invention also comprises: be buffered in internal memory by the file data that described first thread and described second thread read, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
The embodiment of the present invention, the file data that described first thread and described second thread read is buffered in internal memory, when the file data arrival preset data amount of buffer memory in described internal memory or when being transmitted (namely transmission quantity equals file size), the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
Further, described original and described inverted file are deployed on similar and different disk, the embodiment of the present invention can between an original and corresponding described inverted file are deployed on different disks, also can by the described original catalogue depositing at least one source file and the described inverted file catalogue of depositing corresponding inverted file be deployed on different disks.In the embodiment of the present invention, original catalogue download/ and inverted file catalogue download_inverse/ is deployed on different disks, can access conflict be reduced, improve access efficiency.
Although the embodiment of the present invention creates inverted file at server end can consume some times, but under a lot of scene, same file is downloaded by a lot of clients, thus saved the time to multiple client, therefore, if the client downloaded is abundant, then its benefit brought or considerable.
The embodiment of the present invention improves the file transfer speed under two threads conscientiously, and this enforcement not only can avoid REST frequently to call, and improves the treatment effeciency of client and server simultaneously, thus in reality test, network speed also can obtain certain raising.
And the present invention goes for the ftp server not supporting REST instruction equally, do not need the code changing ftp server.
The structured flowchart of the transmission system of a kind of two thread ftp that Fig. 3 provides for the embodiment of the present invention; As shown in Figure 3, this system comprises:
Inverted file generation unit 11, for all bytes of original being arranged by from last data to the order of first data, obtains inverted file;
First thread reading unit 12, reads described original for the first thread from first data of described original;
Second thread reading unit 13, reads described inverted file for the second thread from first data of described inverted file;
Judging unit 14, for judging whether the file data sum of described first thread and described second thread reading is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stop described first thread and the second thread;
Transfer files generation unit 15, is combined into transfer files for the file data described first thread and described second thread read.
Further, the transmission system of two thread ftp of embodiment of the present invention proposition also comprises:
Inverted file directory creating unit, for the inverted file catalogue that the original directory creating one for comprising at least one original is corresponding;
Memory cell, for will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
In the embodiment of the present invention, ftp server, to the file under ftp catalogue, prepares two catalogues at server end.Such as, file directory is as follows :/file_server/download/, as original catalogue; Ftp server is the catalogue that above-mentioned original directory creating one is corresponding, and/file_server/download_inverse/, using the catalogue of this correspondence as inverted file catalogue.What wherein deposit under download/ catalogue is normal file and original, and the file under the file deposited under download_inverse/ catalogue and download/ catalogue is one to one, but file content is contrary order and inverted file.Wherein, deposited original a.txt under original catalogue download/, had 3 bytes in file, 3 bytes are respectively 0xA1,0xA2,0xA3, then deposited corresponding inverted file a.txt under inverted file catalogue download_inverse/, its content is respectively 0xA3,0xA2,0xA1.
Further, in embodiments of the present invention, the transfer files generation unit 15 of proposition, as shown in Figure 4, specifically comprises:
Transfer files creation module 151, for creating one and the onesize transfer files of described original;
First overlay module 152, for first data by the corresponding described transfer files of first data in the file data of described first thread reading, the file data read with described first thread successively covers the Part I of described transfer files;
Second overlay module 153, for last data of the corresponding described transfer files of first data in file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
In the embodiment of the present invention, when user initiates to read download/a.txt, ftp client first thread then reads a.txt from download/, reads from file beginning.Ftp client second thread then reads a.txt from download_inverse/ catalogue, also reads from file beginning.When the data sum >=file size that two threads read, two threads stop simultaneously.Two threads need the file data read according to the correct writing in files of side-play amount, specifically can adopt with the following method: first create a large file the same as the size of original a.txt, data all in file are all 0, then the file data on the server of described first thread and the reading of the second thread is received, during written document, adjust file pointer to deviation post, by original for covering correct for data 0; Certainly, during second thread written document, need the order of data byte again to adjust, such as, by above-described embodiment, receive 0xA3,0xA2, be adjusted to 0xA2,0xA3, and then writing in files accordingly latter two position.
Further, also comprise in the transmission system of two thread ftp of embodiment of the present invention proposition:
Buffer unit, file data for described first thread and described second thread being read is buffered in internal memory, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
Further, in the transmission system of two thread ftp of the embodiment of the present invention, the described original in the embodiment of the present invention and described inverted file are deployed on different disks.Can access conflict be reduced, improve access efficiency.
The transmission system of the two thread ftp that the embodiment of the present invention proposes goes for the ftp server not supporting REST instruction equally, and does not need the code changing ftp server.
In sum, the transmission method of a kind of two thread ftp provided by the invention and system, for ftp client, avoid the document location scheduling of two thread complexity, can ensure that two threads terminate simultaneously, the byte of waste (reading) little more, only just may read some bytes at that moment running through more; For ftp server end, can dispose easily, easily content corresponding for two threads be put into different disk, reduce access conflict, improve access efficiency; Mutual without the REST between server end and client, what thus decrease between server end and client is mutual.The method, under the prerequisite of two threads, maximally make use of Internet resources, has maximally saved the cpu resource of client, and controls the simplest, avoids and calls REST instruction and frequent switching position.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention can by hardware implementing, and the mode that also can add necessary general hardware platform by software realizes.Based on such understanding, technical scheme of the present invention can embody with the form of software product, it (can be CD-ROM that this software product can be stored in a non-volatile memory medium, USB flash disk, portable hard drive etc.) in, comprise some instructions and perform method described in each embodiment of the present invention in order to make a computer equipment (can be personal computer, server, or the network equipment etc.).
It will be appreciated by those skilled in the art that accompanying drawing is the schematic diagram of a preferred embodiment, the module in accompanying drawing or flow process might not be that enforcement the present invention is necessary.
It will be appreciated by those skilled in the art that the module in the device in embodiment can carry out being distributed in the device of embodiment according to embodiment description, also can carry out respective change and be arranged in the one or more devices being different from the present embodiment.The module of above-described embodiment can merge into a module, also can split into multiple submodule further.
Be only several specific embodiment of the present invention above, but the present invention is not limited thereto, the changes that any person skilled in the art can think of all should fall into protection scope of the present invention.

Claims (10)

1. a transmission method of two thread ftp, is characterized in that, described method comprises:
All bytes of original are arranged by from last data to the order of first data, obtains inverted file;
First thread reads described original from first data of described original;
Second thread reads described inverted file from first data of described inverted file;
Judge whether the file data sum of described first thread and described second thread reading is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stops described first thread and the second thread;
The file data that described first thread and described second thread read is combined into transfer files.
2. method according to claim 1, is characterized in that, described method also comprises:
Be comprise inverted file catalogue corresponding to the original directory creating one of at least one original;
Will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
3. method according to claim 1, is characterized in that, the described file data by described first thread and described second thread reading is combined into transfer files, specifically comprises:
Create one and the onesize transfer files of described original;
First data of the corresponding described transfer files of first data in the file data that described first thread is read, the file data read with described first thread successively covers the Part I of described transfer files;
Last data of the corresponding described transfer files of first data in the file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
4. method according to claim 3, is characterized in that, described method also comprises:
The file data that described first thread and described second thread read is buffered in internal memory, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
5. method according to claim 1, is characterized in that, described original and described inverted file are deployed on different disks.
6. a transmission system of two thread ftp, is characterized in that, described system comprises:
Inverted file generation unit, for all bytes of original being arranged by from last data to the order of first data, obtains inverted file;
First thread reading unit, reads described original for the first thread from first data of described original;
Second thread reading unit, reads described inverted file for the second thread from first data of described inverted file;
Judging unit, for judging whether the file data sum of described first thread and described second thread reading is more than or equal to the size of described original, when the data sum of described reading is more than or equal to the size of described original, stop described first thread and the second thread;
Transfer files generation unit, is combined into transfer files for the file data described first thread and described second thread read.
7. system according to claim 6, is characterized in that, described system also comprises:
Inverted file directory creating unit, for the inverted file catalogue that the original directory creating one for comprising at least one original is corresponding;
Memory cell, for will under at least one inverted file be stored in described inverted file catalogue one to one with at least one original described.
8. system according to claim 6, is characterized in that, described transfer files generation unit comprises:
Transfer files creation module, for creating one and the onesize transfer files of described original;
First overlay module, for first data by the corresponding described transfer files of first data in the file data of described first thread reading, the file data read with described first thread successively covers the Part I of described transfer files;
Second overlay module, for last data of the corresponding described transfer files of first data in file data that described second thread is read, the file data read with described second thread successively to cover in described transfer files the file data do not read by described first thread the Part II that covers.
9. system according to claim 8, is characterized in that, described system also comprises:
Buffer unit, file data for described first thread and described second thread being read is buffered in internal memory, when the file data of buffer memory in described internal memory arrive preset data amount or transfer of data complete time, the file data of buffer memory in described internal memory is carried out the covering of described transfer files, the internal memory of release busy.
10. system according to claim 6, is characterized in that, described original and described inverted file are deployed on different disks.
CN201510128007.6A 2015-03-23 2015-03-23 A kind of transmission method and system of two threads ftp Active CN104767801B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510128007.6A CN104767801B (en) 2015-03-23 2015-03-23 A kind of transmission method and system of two threads ftp

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510128007.6A CN104767801B (en) 2015-03-23 2015-03-23 A kind of transmission method and system of two threads ftp

Publications (2)

Publication Number Publication Date
CN104767801A true CN104767801A (en) 2015-07-08
CN104767801B CN104767801B (en) 2018-05-08

Family

ID=53649400

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510128007.6A Active CN104767801B (en) 2015-03-23 2015-03-23 A kind of transmission method and system of two threads ftp

Country Status (1)

Country Link
CN (1) CN104767801B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105916011A (en) * 2015-12-03 2016-08-31 乐视致新电子科技(天津)有限公司 Video real-time playing method and device
CN106713450A (en) * 2016-12-21 2017-05-24 广州优视网络科技有限公司 Downloading acceleration method and apparatus based on read-write separation mode
CN111787105A (en) * 2020-07-01 2020-10-16 深圳市有方科技股份有限公司 File transmission method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6044225A (en) * 1996-03-13 2000-03-28 Diamond Multimedia Systems, Inc. Multiple parallel digital data stream channel controller
CN101136791A (en) * 2006-11-16 2008-03-05 中兴通讯股份有限公司 File transfer protocol based network throughput testing approach
CN102790771A (en) * 2012-07-25 2012-11-21 山东中创软件商用中间件股份有限公司 File transmission method and system
CN103997514A (en) * 2014-04-23 2014-08-20 汉柏科技有限公司 File parallel transmission method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6044225A (en) * 1996-03-13 2000-03-28 Diamond Multimedia Systems, Inc. Multiple parallel digital data stream channel controller
CN101136791A (en) * 2006-11-16 2008-03-05 中兴通讯股份有限公司 File transfer protocol based network throughput testing approach
CN102790771A (en) * 2012-07-25 2012-11-21 山东中创软件商用中间件股份有限公司 File transmission method and system
CN103997514A (en) * 2014-04-23 2014-08-20 汉柏科技有限公司 File parallel transmission method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘福岩等: "《从多地址空间到单地址空间再到无地址空间》", 《软件学报》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105916011A (en) * 2015-12-03 2016-08-31 乐视致新电子科技(天津)有限公司 Video real-time playing method and device
WO2017092433A1 (en) * 2015-12-03 2017-06-08 乐视控股(北京)有限公司 Method and device for video real-time playback
CN106713450A (en) * 2016-12-21 2017-05-24 广州优视网络科技有限公司 Downloading acceleration method and apparatus based on read-write separation mode
CN111787105A (en) * 2020-07-01 2020-10-16 深圳市有方科技股份有限公司 File transmission method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN104767801B (en) 2018-05-08

Similar Documents

Publication Publication Date Title
CN109862065B (en) File downloading method and device and electronic equipment
US11374995B2 (en) Multimedia file processing
US11411885B2 (en) Network-accessible data volume modification
CN107547629B (en) Method and device for downloading client static resources, electronic equipment and readable medium
WO2018036133A1 (en) File download method and device
US20100088448A1 (en) Virtual computing accelerator and program downloading method for server-based virtual computing
US20190007480A1 (en) Methods, systems, and media for stored content distribution and access
CN111212114B (en) Method and device for downloading resource file
CN106533713A (en) Application deployment method and device
US11249790B1 (en) Scheduling usage of oversubscribed computing resources
CN104767801A (en) Two-thread ftp transmission method and system
CN106657182B (en) Cloud file processing method and device
CN113315800A (en) Mirror image storage and downloading method, device and system
CN106911741B (en) Method for balancing virtual network management file downloading load and network management server
CN113420005A (en) Data storage method, system, electronic device and computer storage medium
US11269525B2 (en) Co-processing a plurality of dependent systems with a finite number of processing threads
CN106598502B (en) Data storage method and system
CN102143206A (en) Storage pool regulation method, device and system for cluster storage system
CN113821174B (en) Storage processing method, storage processing device, network card equipment and storage medium
CN112887349B (en) Method and device for distributing files
WO2015149407A1 (en) Read/write method and system based on virtualization technology
US11630738B2 (en) Automatic objective-based compression level change for individual clusters
US11036430B2 (en) Performance capability adjustment of a storage volume
AU2017290693B2 (en) Network-accessible data volume modification
US10925104B2 (en) Method and device for network connection download

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant