You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Propositions for next features

Large File Handling

Problem

  • Concerns the transfer of large files (> 1GB) 
  • Performance is too slow

Proposed Solution

  • Currently one file is being processed in one channel.
  • Using multiple channels would increase the overall speed of transfer
    • Use of multiple TCP streams to transfer data in parallel
  • See also

Resume File Transfer

Problem

  • If an error occurs during transfer of a file then this file has to re-transferred completely

Proposed Solution

  • Automatically detect and resume the transfer after interruptions (e.g. connection is broken)
    • Detect 
      • JADE knows when a transfer was interrupted and would resume operation with the same parameters
      • Detection is limited for a configurable duration after interrupted file transfers
    • Resume
      • JADE knows the chunks that have been transferred and is capable to continue writing chunks
    • Fail-safe operation
      • JADE detects problems of modified files and inconsistencies and can fallback to re-transfer a file 

Priority of files to be transferred

Problem

  • Individual files of a file Group should be tr

   

Interfaces    

JMS        

not implemented yet    

NFS        

not implemented yet            

Support NFS Version 2,3,4    

HTTP,HTTPS        

  • implemented          
    • Authentication            
    • Read files        
  • not implemented yet            
    • Directory contents listing            
    • Proxy                       

Transfer speed restrictions

Integration with LDAP    

Publish-Subscribe Model

Centralized Configuration and Management    

JADE GUI for    

Routing rules

Monitoring Interfaces

Background Service -     

  • No labels