Hello, This may be an unusual request: I want to slow page loading down. :-) Specifically, I am testing some Javascript, and I want to determine the effect of longer page load times. My first attempt was a component that just called Thread.sleep() in appendToResponse(). Of course, this blocks the browser's rendering completely, which wasn't my intention. I probably need to simulate slow loading of an additional resource. Has anyone done anything like this? Any suggestions as to how/where I could hook this in?
-- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
