Not really. There is no built in throttling mechanism for sockets at
the socket layer. You can control the bandwidth of the sockets you open,
using a throttling mechanism (you would actually wait between reads). You
should be able to find an algorithm on the web.
Not really. There is no built in throttling mechanism for sockets at
the socket layer. You can control the bandwidth of the sockets you open,
using a throttling mechanism (you would actually wait between reads). You
should be able to find an algorithm on the web.
You can't do it for remoting, really. The transmission aspect of it
over the network is handled at the framework level (at the termination sink,
I believe), and there is no hook that you can use to change that.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
anonymono said:
Nicholas Paldino [.NET/C# MVP] escribió:
Not really. There is no built in throttling mechanism for sockets at
the socket layer. You can control the bandwidth of the sockets you open,
using a throttling mechanism (you would actually wait between reads).
You should be able to find an algorithm on the web.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.