users@grizzly.java.net

Simulating slow http clients

From: Igor Minar <iiminar_at_gmail.com>
Date: Sun, 5 Apr 2009 21:58:47 -0700

Hi there,

I'd like to simulate slow http clients in order to make my grizzly-
sendfile load tests more "real". Anyone tried this kind of stuff?
Right now I'm using a custom faban benchmark driver which relies on
HttpURLConnection. I'm thinking about just writing some home-grown
throttling code via Thread#sleep, but was wondering if anyone has done
something like this already.

thanks,
Igor