ACM cause Ice.ConnectionLostException

in Help Center
When I run the ICE demo in debug mode,I find the client program will be throw Ice.ConnectionLostException sometimes. The debug info is below:
....................
-- 2011/3/10 23:34:29:767 Protocol: sending close connection
message type = 4 (close connection)
compression status = 0 (not compressed; do not compress response, if any)
message size = 14
-- 2011/3/10 23:34:29:769 Network: sent 14 of 14 bytes via tcp
local address = 127.0.0.1:1409
remote address = 127.0.0.1:13000
In Ice.ConnectionLostException ......“Ice.dll” .....
-- 2011/3/10 23:34:29:805 Network: closing tcp connection
local address = 127.0.0.1:1409
remote address = 127.0.0.1:13000
..................
In the document "Ice-Manual.pdf":
The default value of Ice.ACM.Client is 60, meaning an outgoing
connection is closed if it has not been used for sixty seconds.
Maybe this is the reason ?
....................
-- 2011/3/10 23:34:29:767 Protocol: sending close connection
message type = 4 (close connection)
compression status = 0 (not compressed; do not compress response, if any)
message size = 14
-- 2011/3/10 23:34:29:769 Network: sent 14 of 14 bytes via tcp
local address = 127.0.0.1:1409
remote address = 127.0.0.1:13000
In Ice.ConnectionLostException ......“Ice.dll” .....
-- 2011/3/10 23:34:29:805 Network: closing tcp connection
local address = 127.0.0.1:1409
remote address = 127.0.0.1:13000
..................
In the document "Ice-Manual.pdf":
The default value of Ice.ACM.Client is 60, meaning an outgoing
connection is closed if it has not been used for sixty seconds.
Maybe this is the reason ?
0
Comments
VC2005
Windows XP/Win7
On above platform,it will be appear.Maybe this is not an error.:)