Re: HttpClient and Java.nio?

2004-08-24 Thread Ortwin Glück
Andre-John Mas wrote: Hi, Has anyone done any experimentation to see if Java NIO could add anything extra, performance wise, to HttpClient? Andre Not that I know. The main reason why NIO is not used, is that we want to be compatible with JDK 1.3. Ortwin GlÃck

Re: HttpClient and Java.nio?

2004-08-24 Thread Michael Becke
Hi Andre, To my knowledge no-one has done much work with HttpClient and NIO. Theoretically speaking I don't know if NIO would have much (if any) of an impact though. Mike On Aug 24, 2004, at 5:44 PM, Andre-John Mas wrote: Hi, Has anyone done any experimentation to see if Java NIO could add any

HttpClient and Java.nio?

2004-08-24 Thread Andre-John Mas
Hi, Has anyone done any experimentation to see if Java NIO could add anything extra, performance wise, to HttpClient? Andre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 30834] - MultipartPost string part without defaults

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30834] New: - MultipartPost string part without defaults

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Status Bar keeps on going

2004-08-24 Thread Michael Becke
Yes, I'm also a little confused about what you mean here Manish. Mike On Aug 24, 2004, at 5:00 AM, Ortwin Glück wrote: Manish Moorjani wrote: When I use the HttpClient even after the page is fetched and displayed on the browser, I still see the status bar(of browser) movng for about 20 seconds.

Re: HttpClient Reading Partial Response

2004-08-24 Thread Michael Becke
Hi Manish, Just to echo Orwin's comments, what you're asking should be handled at the application level, instead of the protocol level (HTTP). It sounds like what you want is paging. My suggestion would be to control the location and size of the values returned by passing in additional parame

Re: Status Bar keeps on going

2004-08-24 Thread Ortwin Glück
Manish Moorjani wrote: When I use the HttpClient even after the page is fetched and displayed on the browser, I still see the status bar(of browser) movng for about 20 seconds. Manish, I guess you need to explain the relation between Internet Explorer and HttpClient. Because by default there is n

Re: HttpClient Reading Partial Response

2004-08-24 Thread Ortwin Glück
Manish Moorjani wrote: Hi Mike, Thanks for the quick response. What I mean by partial response is as follows : When I try accessing the url directly the application can do do things 1) Returns the response in one go 2) Keep on flushing after some data is fetched(say there are total 100 records, it