Re: HTTPClient Feature Patch

2003-02-23 Thread Thoralf Rickert
Hi! I would recommend against doing it in this way. Primarily because it involves polling (the second thread calling getWrittenRequestBodyBytes() repeatedly) and because of the added synchronization overhead. Yes, I would call it just once a second, but nobody knows what someone else does. In

Re: HTTPClient Feature Patch

2003-02-21 Thread Jeffrey Dever
Thoralf Rickert wrote: Hi! I'm not subribed to the list, so please make a CC to my address... I'm working on a small WebDAV application based on the org.apache.webdav library. For user feedback it is necessary to know how many bytes a Put request has already finished (0%...25%...50%...75%..

Re: HTTPClient Feature Patch

2003-02-21 Thread Jeffrey Dever
This is a good idea, particularly for updating a JProgressBar. Can you please bring this up on the [EMAIL PROTECTED] mailing list? Thoralf Rickert wrote: Hi! I'm not subribed to the list, so please make a CC to my address... I'm working on a small WebDAV application based on the org.apache.

HTTPClient Feature Patch

2003-02-21 Thread Thoralf Rickert
Hi! I'm not subribed to the list, so please make a CC to my address... I'm working on a small WebDAV application based on the org.apache.webdav library. For user feedback it is necessary to know how many bytes a Put request has already finished (0%...25%...50%...75%...100%) (especially for big