Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] local remote services

On 06/16/2010 11:03 PM, Scott Lewis wrote:

> Your question prompted the following thought/idea though...perhaps this
> provider could be enhanced to (optionally) introduce some random delay
> in the method invocation...to simulate network behavior.  This
> would/could be very useful for testing the timing of things.

Or swallow a call completely (delay >= infinitive) simulating a network
outage. Thus don't just add a random delay, but a delay based on a
factor x passed in by a system property.
Might be handy to also add support for different execution semantics
("maybe", "at least once", "at most once",...).

Markus


Back to the top