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 t

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) {