Hi all, I need to create some Java application sending large binary files to some SOAP endpoint and one major requirement is that I implement some bandwidth throttling, so that the upload of the file only consumes e.g. XX MBit/s of the overall available upload bandwidth.
That doesn't need to be dynamic in any way, a very simple solution with configuring some fixed MBit/s or such is totally enough at least to start things. The problem of my customer is that his upload is somewhat limited and the large files to send consume a lot of that intefering with human users needed ssome upload for mails and stuff as well. It is totally OK if sending those large files takes some minutes or so more if other users are not influences negatively too much this way. Does Axis2 already support anything in that direction I could have a look at? If not, could you provide some hints/keywords on where I should look at to implement some throttling? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: [email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
