Re: commons-IO: Throttled IO Streams

2004-08-10 Thread Jeremias Maerki
BugZilla entry with files attached is preferred. This way we can keep track of everything. --> http://jakarta.apache.org/commons/io/ (under "Bugs") On 10.08.2004 15:59:01 Gareth Davis wrote: > How do would you want the code? As simple attachments to this list or > in a direct email? Jeremias M

Re: commons-IO: Throttled IO Streams

2004-08-10 Thread Gareth Davis
don't worry I've forgotten how to program without jUnit. I will comment, document hopefully try to implement it into my IO 1.0 build. How do would you want the code? As simple attachments to this list or in a direct email? Gareth Logical Practice Systems Limited [EMAIL PROTECTED] On 10 Aug 2004

Re: commons-IO: Throttled IO Streams

2004-08-10 Thread Henri Yandell
Sounds of interest, provided the user does not have to implement any interfaces etc, and that it's not a huge codebase. Submissions with unit tests are best :) Hen On Tue, 10 Aug 2004, Gareth Davis wrote: > Hi, > > This is for somebody on the commons-io team. > > I have a basic throttled input

commons-IO: Throttled IO Streams

2004-08-10 Thread Gareth Davis
Hi, This is for somebody on the commons-io team. I have a basic throttled input and output stream that I would like to contribute to the commons-io project. It's pretty basic in function but it does effectively throttle any IO operations to a given bandwidth, i.e. limits a socket to 2.5k/s. The