Hi Eric, > > > > > I do not know Hessian well enough protocol to comment on it. > I also can't see any logical relation to the application protocol used on > top of the transport protocol.
Yes, for Oleg you can assume it to be just a byte stream the protocol does not matter I guess. > > > If we send HTTP 1.0 requests with Synapse can it still happen that the > server uses persistent connections? I think this should not be the case. But > if the server does not use persistent connections and for each request a new > connection will be created I don't understand how this error might occur. > One idea which came into my mind was a timeout. But our response times are > pretty low (about 10 ms on average). The longest ever running request took > 6500 ms according to our statistic data. The default nhttp timeout should be > 60000 ms. I'll try to see if there might be some connection timeout on the > server side. OK, you may increase the socket timeout of Synapse to verify this, you can put a file nhttp.properties file with the entry http.socket.timeout with 70000 as the value. Thanks, Ruwan > > > Any other idea? > > > Regards, > Eric > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
