JP5996691B2 - ファイル転送方法及びファイル転送プログラム - Google Patents
ファイル転送方法及びファイル転送プログラム Download PDFInfo
- Publication number
- JP5996691B2 JP5996691B2 JP2015030241A JP2015030241A JP5996691B2 JP 5996691 B2 JP5996691 B2 JP 5996691B2 JP 2015030241 A JP2015030241 A JP 2015030241A JP 2015030241 A JP2015030241 A JP 2015030241A JP 5996691 B2 JP5996691 B2 JP 5996691B2
- Authority
- JP
- Japan
- Prior art keywords
- transfer
- file
- thread
- tcp
- data
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/14—Protection against unauthorised use of memory or access to memory
- G06F12/1408—Protection against unauthorised use of memory or access to memory by using cryptography
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/64—Hybrid switching systems
- H04L12/6418—Hybrid transport
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Human Computer Interaction (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Information Transfer Between Computers (AREA)
Description
図1は、実施の形態のファイル転送システムのブロック図である。図1に示すように、ファイル転送システムでは、第1の送受信システム1が、TCP(Transmission Control Protocol)ネットワーク3を介し第2の送受信システム2に接続する。
図7は、本実施の形態のファイル転送構成のブロック図であり、図8は、図7の転送ジョブ作成モジュールの処理フロー図であり、図9は、図7の転送スレッド実行モジュールの処理フロー図である。図7において、図1乃至図6で説明したものと同一のものは同一の記号で示す。又、図1と同様に、第1の送受信システム1の第1の端末装置12が、第1の記憶装置10に格納されたファイル4を、第2の送受信システム2の第1のサーバー22にTCPネットワーク3を介しファイル転送(アップロード)する例で説明する。
図10は、第2の実施の形態のファイル転送方法の説明図である。図2で説明した第1の実施の形態では、チャンクサイズは固定であった。このため、図3に示すように、末尾のチャンク4−N−1のデータ長はチャンクサイズ以下となる可能性がある。
図2で説明した第1の実施の形態では、最大同時接続数(ストリーム数)Mは一定であった。図11、図12で説明する第3の実施の形態では、最大同時接続数(ストリーム数)Mを転送スピードに応じて変更するものである。例えば、既に転送を終えたチャンクの転送速度に応じて動的に最大接続数を変更する。
前述の実施の形態では、1つのファイルの転送を例に説明したが、プログラムの起動時に同時に転送するように指定した複数のファイルにも適用できる。若しくはデイレクトリを同時に転送する場合にも適用できる。その際、単一のファイル毎に、前述したファイルの分割と多重化通信を行う。又、同時接続数はプログラムの起動単位で保持し、ストリーム数は複数のファイルに跨って算出する。
Claims (5)
- 処理部が、メモリ内の単一のファイルをN個(Nは整数で、2以上)のデータ群に分割し、N個のデータ群とオフセット位置を示すN個の転送ジョブを作成する工程と、
前記処理部が、TCP(Transmission Control Protocol)の同時接続数のM個のストリームのコネクションを形成するM個の転送スレッドにN個の転送ジョブを割り当て、前記各転送スレッドを前記処理部の複数のコアにスケジューリングし、前記ストリーム毎に暗号化を伴うデータ転送を実行し、前記M個のストリームのコネクションにより、前記N個の転送ジョブで指定された前記N個のデータ群とオフセット位置の内、前記M個の転送スレッドに割り当てられた前記M個のデータ群とオフセット位置を並列に転送する工程とを有し、
前記M個のストリームのコネクションは、それぞれ、当該コネクションを形成する転送スレッドに割り当てられた転送ジョブで指定されたデータ群とオフセット位置を転送することを特徴とするファイル転送方法。 - 請求項1のファイル転送方法において、
前記作成されたN個の転送ジョブの内、M個の転送ジョブをスレッドプールに設けられた前記TCPの同時接続数Mの転送スレッドに割り当てる工程と、
前記スレッドプール内の前記M個の転送スレッドにより、前記M個のデータ群とオフセット位置を、前記TCPのM個のコネクションにより、並列に転送した結果、前記スレッドプール内の1つの転送スレッドの実行が完了すると、次の転送ジョブを前記転送スレッドに割り当て、前記転送スレッドを実行する工程とを更に有することを
特徴とするファイル転送方法。 - メモリ内の単一のファイルをN個(Nは整数で、2以上)のデータ群に分割し、N個のデータ群とオフセット位置を示すN個の転送ジョブを作成する工程と、
TCP(Transmission Control Protocol)の同時接続数のM個のストリームのコネクションを形成するM個の転送スレッドにN個の転送ジョブを割り当て、前記各転送スレッドをコンピュータの複数のコアにスケジューリングし、前記ストリーム毎に暗号化を伴うデータ転送を実行し、前記M個のストリームのコネクションにより、前記N個の転送ジョブで指定された前記N個のデータ群とオフセット位置の内、前記M個の転送スレッドに割り当てられた前記M個のデータ群とオフセット位置を並列に転送する工程であって、前記M個のストリームのコネクションが、それぞれ、当該コネクションを形成する転送スレッドに割り当てられた転送ジョブで指定されたデータ群とオフセット位置を転送する工程とを、
前記コンピュータに実行させるプログラム。 - 請求項3のプログラムにおいて、
前記作成されたN個の転送ジョブの内、M個の転送ジョブをスレッドプールに設けられた前記TCPの同時接続数Mの転送スレッドに割り当てる工程と、
前記スレッドプール内の前記M個の転送スレッドにより、前記M個のデータ群とオフセット位置を、前記TCPのM個のコネクションにより、並列に転送した結果、前記スレッドプール内の1つの転送スレッドの実行が完了すると、次の転送ジョブを前記転送スレッドに割り当て、前記転送スレッドを実行する工程とを
更にコンピュータに実行させるプログラム。 - 処理部が、メモリ内の単一のファイルをN個(Nは整数で、2以上)のデータ群に分割し、N個のデータ群とオフセット位置を示すN個の転送ジョブを作成する工程と、
前記処理部が、TCP(Transmission Control Protocol)の同時接続数のM個のストリームのコネクションを形成するM個の転送スレッドにN個の転送ジョブを割り当て、前記M個のストリームのコネクションにより、前記N個の転送ジョブで指定された前記N個のデータ群とオフセット位置の内、前記M個の転送スレッドに割り当てられた前記M個のデータ群とオフセット位置を並列に転送する工程とを有し、
前記M個のストリームのコネクションは、それぞれ、当該コネクションを形成する転送スレッドに割り当てられた転送ジョブで指定されたデータ群とオフセット位置を転送することを特徴とするファイル転送方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015030241A JP5996691B2 (ja) | 2015-02-19 | 2015-02-19 | ファイル転送方法及びファイル転送プログラム |
US14/673,264 US10241929B2 (en) | 2015-02-19 | 2015-03-30 | Data transfer method for parallel transfer of data divided into a plurality of data groups over multiple TCP connections simultaneously |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015030241A JP5996691B2 (ja) | 2015-02-19 | 2015-02-19 | ファイル転送方法及びファイル転送プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016152569A JP2016152569A (ja) | 2016-08-22 |
JP5996691B2 true JP5996691B2 (ja) | 2016-09-21 |
Family
ID=56693732
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015030241A Expired - Fee Related JP5996691B2 (ja) | 2015-02-19 | 2015-02-19 | ファイル転送方法及びファイル転送プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US10241929B2 (ja) |
JP (1) | JP5996691B2 (ja) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10375144B2 (en) * | 2015-09-28 | 2019-08-06 | Sony Corporation | Uploading over parallel requests |
US10120921B2 (en) * | 2015-10-20 | 2018-11-06 | Mastercard International Incorporated | Parallel transfer of SQL data to software framework |
CN113259415B (zh) | 2016-07-30 | 2023-03-10 | 华为技术有限公司 | 一种网络报文处理方法、装置及网络服务器 |
CN108021333B (zh) * | 2016-11-03 | 2021-08-24 | 阿里巴巴集团控股有限公司 | 随机读写数据的系统、装置及方法 |
JP6944317B2 (ja) * | 2017-09-12 | 2021-10-06 | 株式会社日立システムズ | ファイル転送システムおよびファイル転送方法 |
US11269536B2 (en) * | 2019-09-27 | 2022-03-08 | Open Text Holdings, Inc. | Method and system for efficient content transfer to distributed stores |
CN111225122A (zh) * | 2020-01-19 | 2020-06-02 | 深圳英飞拓科技股份有限公司 | 基于ptp协议的校时机制在多摄像机视频同步中的实现方法 |
US11082495B1 (en) | 2020-04-07 | 2021-08-03 | Open Text Holdings, Inc. | Method and system for efficient content transfer to a server |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6507862B1 (en) * | 1999-05-11 | 2003-01-14 | Sun Microsystems, Inc. | Switching method in a multi-threaded processor |
EP1563389A4 (en) * | 2001-08-01 | 2008-06-25 | Actona Technologies Ltd | VIRTUAL DATA DISTRIBUTION NETWORK |
JP4281649B2 (ja) * | 2004-08-05 | 2009-06-17 | 日本電信電話株式会社 | データパケット伝送方法及びシステム |
US20120054362A1 (en) * | 2010-08-31 | 2012-03-01 | Canon Kabushiki Kaisha | Mechanism for autotuning mass data transfer from a sender to a receiver over parallel connections |
JP2013012284A (ja) * | 2011-06-30 | 2013-01-17 | Toshiba Corp | コンテンツ送信装置及びダビング方法 |
JP5152940B2 (ja) | 2011-08-10 | 2013-02-27 | 株式会社Skeed | バルクデータを効率的に転送するためのデータ転送方法 |
KR20130046540A (ko) * | 2011-10-28 | 2013-05-08 | 삼성에스디에스 주식회사 | 데이터 전송 장치 및 방법 |
JP2013121028A (ja) * | 2011-12-07 | 2013-06-17 | Nippon Telegr & Teleph Corp <Ntt> | データパケット伝送方法及びシステム |
JP5724154B2 (ja) | 2013-05-16 | 2015-05-27 | 株式会社Skeed | データ配信システム、データ配信のためのデータ通信装置およびプログラム |
-
2015
- 2015-02-19 JP JP2015030241A patent/JP5996691B2/ja not_active Expired - Fee Related
- 2015-03-30 US US14/673,264 patent/US10241929B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20160246538A1 (en) | 2016-08-25 |
US10241929B2 (en) | 2019-03-26 |
JP2016152569A (ja) | 2016-08-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5996691B2 (ja) | ファイル転送方法及びファイル転送プログラム | |
US9608917B1 (en) | Systems and methods for achieving high network link utilization | |
EP2359565B1 (en) | Reassembling streaming data across multiple packetized communication channels | |
US9577961B2 (en) | Input/output management in a distributed strict queue | |
US9578074B2 (en) | Adaptive content transmission | |
US7987467B2 (en) | Scale across in a grid computing environment | |
US9571414B2 (en) | Multi-tiered processing using a distributed strict queue | |
US9584593B2 (en) | Failure management in a distributed strict queue | |
US9843528B2 (en) | Client selection in a distributed strict queue | |
US20120191674A1 (en) | Dynamic Monitoring of Ability to Reassemble Streaming Data Across Multiple Channels Based on History | |
US20150381549A1 (en) | Message batching in a distributed strict queue | |
US9575820B2 (en) | Client control in a distributed strict queue | |
US10050893B2 (en) | Data transmission using modified weighted fair queue algorithm | |
US20200059427A1 (en) | Integrating a communication bridge into a data processing system | |
US11076188B1 (en) | Size comparison-based segment cancellation | |
US9577878B2 (en) | Geographic awareness in a distributed strict queue | |
WO2024156239A1 (zh) | 视频流传输方法、装置、电子设备及存储介质 | |
US12120203B2 (en) | UDP message distribution method, UDP message distribution apparatus, electronic device and computer readable storage medium | |
US20160057068A1 (en) | System and method for transmitting data embedded into control information | |
CN115617474A (zh) | 一种面向边缘计算的启动时间感知的依赖任务调度方法 | |
US20100095006A1 (en) | Efficient selection of a messaging multiplexed channel instance | |
JP5440105B2 (ja) | 画像処理システム、画像処理装置、データ転送制御方法、プログラム及び記録媒体 | |
CN117201479B (zh) | 一种跨集群文件传输方法、系统及装置 | |
JP7326234B2 (ja) | 情報処理装置、情報処理方法及びコンピュータプログラム | |
US10270883B2 (en) | Scheduling downloads |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160517 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160715 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160809 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160824 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5996691 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |