Imported from previous forum
Hi All,
I have a couple of questions regarding how sessions should interact with a server, in the context of TCP connections:
- Can multiple SenderCompIDs be sent over the same socket connection?
1.1 If so, is a separate sequence number maintained for each SCID?
- Can the same SenderCompID be expected from multiple connections at the same time - can a session be spread over multiple sockets at the same time?
I’m pretty sure the answer to the first question is yes, and the sequence numbers are bound to the SCIDs as each one represents a different session, but I’m real unsure about the second question.
Thanks for any assistance!
Hi All,
I have a couple of questions regarding how sessions should interact with
a server, in the context of TCP connections:
- Can multiple SenderCompIDs be sent over the same socket connection?
2.1 If so, is a separate sequence number maintained for each SCID?
- Can the same SenderCompID be expected from multiple connections at
the same time - can a session be spread over multiple sockets at the
same time?
I’m pretty sure the answer to the first question is yes, and the
sequence numbers are bound to the SCIDs as each one represents a
different session, but I’m real unsure about the second question.Thanks for any assistance!
Please disregard this post - I just realized I didn’t quite ask the question the way that I meant to.