Hi Christopher,
thank you for your reply.
From: Christopher Schultz<[EMAIL PROTECTED]>
> Daniel Hagen wrote:
> > I am currently developing an application that handles uploads of big
> > files using HTTP PUT.
>
> > The client is a Java client writing 32K blocks to the server using
> > chunked st
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
>> Subject: Re: Performance problem on HTTP PUT of large binary data
>>
>> - From java.io.InputStream javadoc:
>> "Reads
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Performance problem on HTTP PUT of large binary data
>
> - From java.io.InputStream javadoc:
> "Reads some number of bytes from the input stream and stores
> them into the buffer array b. The number of b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daniel,
Daniel Hagen wrote:
> I am currently developing an application that handles uploads of big
> files using HTTP PUT.
> The client is a Java client writing 32K blocks to the server using
> chunked streaming mode with 32K chunk size.
>
> On per
Dear All,
I am currently developing an application that handles uploads of big files
using HTTP PUT.
The I/O part of the server application can be broken down to (not literally
spoken, just to make the working clear):
public void doPut(HttpServletRequest request, HttpServletResponse response)
{