[ 
https://issues.apache.org/jira/browse/VFS-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergio Fernández updated VFS-546:
---------------------------------
    Description: 
We have found a performance issue using VFS to access files via FTP. Pushing 
few MBs takes too long... The code is:

{code:java}
FileSystemManager fsmgr = VFS.getManager();
FileObject f = fsmgr.resolveFile(path);
if(d.exists()) {
    return f.getContent().getOutputStream();
}
{code}

With the same FTP server both using {{curl}} and a C++ implementation the same 
file requires few seconds.

Could be a configuration issue, a usage issue or a bug?

Thanks in advance.

  was:
We have found a performance issue using VFS to access files via FTP. Pushing 
few MBs takes too long... The code is:

{code:java}
FileSystemManager fsmgr = VFS.getManager();
FileObject f = fsmgr.resolveFile(path);
 if(d.exists()) {
    return f.getContent().getOutputStream();
}
{code}

With the same FTP server both using {{curl}} and a C++ implementation the same 
file requires few seconds.

Could be a configuration issue, a usage issue or a bug?

Thanks in advance.


> VFS very slow resolving FTP files
> ---------------------------------
>
>                 Key: VFS-546
>                 URL: https://issues.apache.org/jira/browse/VFS-546
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Debian
>            Reporter: Sergio Fernández
>            Priority: Minor
>
> We have found a performance issue using VFS to access files via FTP. Pushing 
> few MBs takes too long... The code is:
> {code:java}
> FileSystemManager fsmgr = VFS.getManager();
> FileObject f = fsmgr.resolveFile(path);
> if(d.exists()) {
>     return f.getContent().getOutputStream();
> }
> {code}
> With the same FTP server both using {{curl}} and a C++ implementation the 
> same file requires few seconds.
> Could be a configuration issue, a usage issue or a bug?
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to