Posted: Mon Dec 08, 2014 2:34 am Post subject: TCPIP nodes-Achieving persistence and nonpersistence
Master
Joined: 08 Jul 2013 Posts: 220
I am trying to build a WMB interface as TCPclient ,with TCP threeway handshake in Asynchronous mode of communication using TCPnodes such as TCPClientOutput and TCPClientReceive nodes.
I want to build both Persistant and NonPersistant connections with the TCP server.
I am achieving NonPersistant connection by choosing "After data has been" for CloseConnection property in the TCPClient Output node which is sending the last part of Threeway handshake (Confirmation message).
I am not choosing "Close Input stream after a record has been received"
For this type of configuration,I am not getting any Time_Wait or Close_Wait.I hope this is because Client is closing the connection at the end of the Threewayhandshake.
I guess I am achieving Non-persistance in proper way.
For Persistance connection,I am not choosing "After data has been" for CloseConnection property in the TCPClient Output node which is sending the last part of Threeway handshake (Confirmation message).So,I am seeing Time_Wait and Close_Wait.This is making the thread to hang and I have to restart Execution Group to test next transaction.
Could someone advice whether I am approaching right way?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum