> It's always good to have things configurable :-)

John, feel free to file a feature request with the Bugzilla if you want to keep track 
of the issue resolution and provide us with some feedback.

http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Commons

I deem this feature fairly easy to implement based on our new preference architecture.

Oleg

-----Original Message-----
From: John Keyes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 18:54
To: Commons HttpClient Project
Subject: Re: streaming request body


On 25 Feb 2004, at 14:43, Ortwin Glück wrote:

> John Keyes wrote:
>> My point here is that if I have X requests then there can be
>>   X * CONTENT_LENGTH_CHUNKED
>> bytes in memory at one time.
>
> I see what you mean. But the above calculation does not make sense:
> CONTENT_LENGTH_CHUNKED is a (negative) integer that signals to
> HttpClient that you do not want the request to be buffered.

Doh!  I didn't research that, I assumed it meant it was a chunk size.

> As previously pointed out by others the (implicit) small buffering in
> memory is hardly avoidable and you should just accept it as a fact.
> Even with thousands of connection this should not be too much of a
> problem if you configure your JVM to use enough memory.

Yeah.  I need to put some more thought into what I was saying.  Memory
shouldn't be an issue but we are trying to cover the bases.

> Currently the buffer size is hard coded in
> EntityEnclosingMethod::writeRequestBody to 4096 bytes. Maybe we could
> make this configurable if this helps you.

It's always good to have things configurable :-)

Thanks,
-John K


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


***************************************************************************************************
The information in this email is confidential and may be legally privileged.  Access 
to this email by anyone other than the intended addressee is unauthorized.  If you are 
not the intended recipient of this message, any review, disclosure, copying, 
distribution, retention, or any action taken or omitted to be taken in reliance on it 
is prohibited and may be unlawful.  If you are not the intended recipient, please 
reply to or forward a copy of this message to the sender and delete the message, any 
attachments, and any copies thereof from your system.
***************************************************************************************************

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

Reply via email to