Re: Re: Performance problem on HTTP PUT of large binary data

2007-07-26 Thread Daniel Hagen
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

Re: Performance problem on HTTP PUT of large binary data

2007-07-25 Thread Christopher Schultz
-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

RE: Performance problem on HTTP PUT of large binary data

2007-07-25 Thread Caldarale, Charles R
> 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

Re: Performance problem on HTTP PUT of large binary data

2007-07-25 Thread Christopher Schultz
-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