You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@trafodion.apache.org by "Liu, Ming (Ming)" <mi...@esgyn.cn> on 2016/03/29 09:02:36 UTC

How DCS will response if a connected client crash?

Hi, all,

Say Trafodion configure to have maximum of 10 concurrent connections. That is: 10 mxosrvr.
Now, 10 clients connected, and 1 of them crashed due to some defect of its own, so it doesn't call the normal connection close() operation. Will this connection be reused by another new client try to connect immediately?

Or one client have a problem in the network, for example, its network cable was plug out. Will its connection be detected as closed and that connection be reused by a new one?

Thanks,
Ming