simulating low-bandwith, latency on web service

J

Jeff Jarrell

I'd like to create a service-locator\proxy type service that I can use to
simulate low bandwith situations and latency issues on the service under
test.

The request comes from the client, is processed through the proxy to the
actual service. The reply is then ADJUSTED as the message is relayed back
to the service. Now what does ADJUSTED really mean? I don't know. I would
guess latency is a simple delay. I don't know how to go about the small
pipe thing.

This is a lower level than my typical business application development, so
if anybody can point me in a direction or articles it would be helpful.

I am using WCF so that may provide some helpful adjustments.

jeff
 
M

Mehdi

I'd like to create a service-locator\proxy type service that I can use to
simulate low bandwith situations and latency issues on the service under
test.

The request comes from the client, is processed through the proxy to the
actual service. The reply is then ADJUSTED as the message is relayed back
to the service. Now what does ADJUSTED really mean? I don't know. I would
guess latency is a simple delay. I don't know how to go about the small
pipe thing.

This is a lower level than my typical business application development, so
if anybody can point me in a direction or articles it would be helpful.

You might want to use Net Limiter <http://www.netlimiter.com/> or other
similar software to artifically limit the available bandwidth. Surely the
simplest solution for that.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Jeff said:
I'd like to create a service-locator\proxy type service that I can use to
simulate low bandwith situations and latency issues on the service under
test.

The request comes from the client, is processed through the proxy to the
actual service. The reply is then ADJUSTED as the message is relayed back
to the service. Now what does ADJUSTED really mean? I don't know. I would
guess latency is a simple delay. I don't know how to go about the small
pipe thing.

This is a lower level than my typical business application development, so
if anybody can point me in a direction or articles it would be helpful.

I am using WCF so that may provide some helpful adjustments.

The tool TCPMON that comes with Axis has this functionality
including the capability to add small delays.

Arne
 

Ask a Question

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.

Ask a Question

Top