Location:
Search - .DownloadStatus
Search list
Description: 该软件实现了多线程下载和上传的功能。
开发环境为myeclipse。-The software realize the multi-threaded download and upload functions. Development environment for myeclipse.
Platform: |
Size: 36864 |
Author: 岑文轩 |
Hits:
Description: * 1. DownloadRequest client -> server when download start
* Client inform server download start.
* 2. DownloadRequestReply server -> client reply DownloadRequest
* Server tell client file splitting plan.
* 3. DownloadStatus client -> server every 1 secnod after download request replyed
* 4. DownloadStatusReply server -> client reply DownloadStatus
* There are 6 status for every subfile: SUSPENDING, CREATING, CREATED, DOWNLOADING, DOWNLOADED, DONE.
* When server send DownloadRequestReply, the status of every subfile is set to SUSPENDING.
* At this time, server start several create subfile thread. Corresponding status is set to CREATING.
* When create subfile thread finished, corresponding status is set to CREATED.
* When client detect status of any subfile is CREATED, download them one by one. Set status to DOWNLOADING before download.
* When download operation finished, corresponding status is set to DOWNLOADED.
* When server detect status of any subfile is DOWNLOADED, delete it and corresponding status is set to DONE.
Platform: |
Size: 63401 |
Author: holdingsky@126.com |
Hits:
Description: * 1. DownloadRequest client -> server when download start
* Client inform server download start.
* 2. DownloadRequestReply server -> client reply DownloadRequest
* Server tell client file splitting plan.
* 3. DownloadStatus client -> server every 1 secnod after download request replyed
* 4. DownloadStatusReply server -> client reply DownloadStatus
* There are 6 status for every subfile: SUSPENDING, CREATING, CREATED, DOWNLOADING, DOWNLOADED, DONE.
* When server send DownloadRequestReply, the status of every subfile is set to SUSPENDING.
* At this time, server start several create subfile thread. Corresponding status is set to CREATING.
* When create subfile thread finished, corresponding status is set to CREATED.(Download data from the EKE device. It can be selected according to the time period. The size of the flash memory limited to the device. Divide the data into multiple files. Synchronize through the TCP protocol.)
Platform: |
Size: 62464 |
Author: holdingsky |
Hits: