Hey Oleg, On Thu, 2008-09-04 at 18:11 -0700, Oleg Gusakov wrote: > James - thanks a lot for the reply! >
No problems :) > James William Dumay wrote: > > > > Because these are used to track download progress - if you are using a > > Stream based protocol then the StreamWagon abstract class will take care > > of this for you. > > > My transport layer operates on files, so I cannot do streaming wagon > without saving a stream into a file first - big inefficiency :( Thats a bit crappy - does mercury force you to work with Files instead of streams? Im always reminded of this blog post when it comes to those sorts of API's http://fishbowl.pastiche.org/2004/06/11/minipattern_the_file_stream_duality/ > > What protocol are you trying to implement? > > > http/https/webdav - jetty folks were kind to help with multi-threaded > client, so I hope to improve the speed characteristics. And learn wagon > a little bit. Neat - the jetty folks have a nice client :) James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
