RE: [VFS]HttpConnectionManager

2009-02-23 Thread Mario Ivankovits
Hi! -Original Message- From: Ralph Goers [mailto:ralph.go...@dslextreme.com] Sent: Monday, February 23, 2009 8:29 AM Thanks Mario. VFS-164 wasn't really clear. Was the problem the limit to 2 connections per host that MultiThreadedHttpConnectionManager has by default? Sorry, I

Re: [VFS]HttpConnectionManager

2009-02-23 Thread Ralph Goers
On Feb 23, 2009, at 12:18 AM, Mario Ivankovits wrote: I've added maxConnectionsPerHost and maxTotalConnections to HttpFileSystemConfigBuilder and also allowed them to be specified as system properties. You would make a lot of people happy (I think) if you implement this in a commons way,

[VFS]HttpConnectionManager

2009-02-22 Thread Ralph Goers
I've been working on getting Commons Configuration to be able to use VFS as its underlying file system and have everything working. However, in the course of this effort I ran into a problem. https://issues.apache.org/jira/browse/VFS-164 states that there were problems under load and so

RE: [VFS]HttpConnectionManager

2009-02-22 Thread Mario Ivankovits
Hi! -Original Message- From: Ralph Goers [mailto:ralph.go...@dslextreme.com] Sent: Monday, February 23, 2009 7:28 AM What I'd like to know is, was there more to VFS-164 than is stated in the issue and is this change sufficient? Or do I need to create yet another

Re: [VFS]HttpConnectionManager

2009-02-22 Thread Ralph Goers
Thanks Mario. VFS-164 wasn't really clear. Was the problem the limit to 2 connections per host that MultiThreadedHttpConnectionManager has by default? I changed VFS to have it default to 5 and the unit tests pass - including ContentTests.testConcurrentRead() which would hang with only 2