Then i start DekstopUI with -dbg Alive to see how alive-messages are provided.
In WCCOAui0.log i see this message:
Code: Select all
WCCOAui (0), 2021.03.03 16:13:30.233, Alive, starting aliveThread alive timeout: 100 sec.Code: Select all
...
WCCOAui (44), 2021.03.03 16:14:09.753, Alive, Send TCP alive message to (SYS: 1273 Event -num 0 CONN: 1) (P) @ SERVER-1...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
WCCOAui (44), 2021.03.03 16:14:09.769, Alive, Got TCP alive message from (SYS: 1273 Event -num 0 CONN: 1) (P) @ SERVER-1...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
WCCOAui (44), 2021.03.03 16:14:09.770, Alive, Starting alive surveillance for (SYS: 1273 Event -num 0 CONN: 1) (P)
WCCOAui (44), 2021.03.03 16:14:09.816, Alive, Got TCP alive message from (SYS: 1273 Event -num 0 CONN: 2) (P) @ SERVER-2...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
WCCOAui (44), 2021.03.03 16:14:10.821, Alive, Got TCP alive message from (SYS: 1273 Event -num 0 CONN: 2) (P) @ SERVER-2...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
WCCOAui (44), 2021.03.03 16:14:10.850, Alive, Got TCP alive message from (SYS: 1273 Event -num 0 CONN: 1) (P) @ SERVER-1...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
WCCOAui (44), 2021.03.03 16:14:11.470, Alive, Got TCP alive message from (SYS: 1273 Data -num 0 CONN: 2) (P) @ SERVER-2...
SysMsgType: KEEP_ALIVE SubType: NONE Additional data: <null>
...Is that behaviour correct or i understood the meaning of aliveTimeout not quite right?
Thanks in advance!