HttpFileSystem dies under heavy load
------------------------------------

                 Key: VFS-164
                 URL: https://issues.apache.org/jira/browse/VFS-164
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: Nightly Builds
            Reporter: Mario Ivankovits
            Assignee: Mario Ivankovits
             Fix For: 1.1


Under heavy load the HttpFileSystem dies due to the fact that the used http 
library tries to limit the number of concurrent connections per server.

To workaround this, we now use a HttpConnectionManager which keeps one 
connection per thread.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to