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 streaming

Performance problem on HTTP PUT of large binary data

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

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 some number of bytes from the input stream

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 bytes actually read