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

Compare with Current View Page History

« Previous Version 4 Next »

Large File Handling    

Problem

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

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

Solution

  • Automatically detect and resume the transfer after interruptions (e.g. connection is broken)

Priority of transfer files

   

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