> > Ran a network trace and it appears the client is delaying the release
> > of the requests. Is there a setting that controls this?
>
> How many connections were open at one time? Two?
>
> John
There was a connection for each, but for some reason it "recycled" one
from a previous call.
I did another experiment with varying sleep times. I first fired off a
series of simple helloworlds followed by a sequence of sleepy
helloworlds with varying sleep times. When I changed the number of
simple hello worlds, it changed the order of the returns for the sleepy
hello worlds. The return order was always the same if the number of
simple helloworlds was the same.
The WS client in .netCF must control the connection somehow. I can't
seem to find a way to modify it's behavior.
Rob