How can can I throttle bandwidth on an application domain level in Windows (in user mode)?
问题 I would like to make the following happen: My application runs on a Windows machine (call it application A). I can modify the source code of application A to introduce bandwidth throttling. I would like to be able to reuse my bandwidth throttling code and drop it into any other applications that I have (in other words, I would like to try and throttle the bandwidth on an application domain level in order to not have to re-factor existing applications for bandwidth throttling). I want to