User1568407636 posted
We have a web server/file server which sends 1GB worth of 3000+ (in number) .PNG files from a web interface over the internet to another server at a different physical location. This is further amplified by the fact that the set of files
now to be sent to 15,000 such locations sometimes at the same time. Bandwidth at the receiving end is also an issue.
How can I make sure I get 100% success in sending these images?
Would 'PushStreamContent' be my best bet to use in this case?, can I take advantage of BITS through .NET since all of our servers are Windows based, would this be a better solution than PushStreamContent?
Thank you in advance.