[Quickfix-users] SessionQualifier and MySQL
Brought to you by:
orenmnero
From: Nikolay P. <ko...@xl...> - 2006-03-21 17:33:26
|
We're developing acceptor application, but the specific is that we want to provide many clients to initiate sessions simultaneously. We use QuickFIX 1.11 with MySQL storing end logging. I tried to use SessionQualifier, but it doesn't works in way I expected. Two initators with same BeginString, SenderCompID, TargetCompID and different SessionQualifier can't logon simultaneously. On acceptor side there are no record with nonempty SessionQualifier field in session table. One initator logins successfully, but all other initator logs is flooded with: 20060321-16:41:08 : Connecting to localhost on port 5001 20060321-16:41:09 : Connection succeeded 20060321-16:41:09 : Initiated logon request 20060321-16:41:09 : Socket Error: Connection reset by peer. 20060321-16:41:09 : Disconnecting Have you an idea, where is my mistake? -- View this message in context: http://www.nabble.com/SessionQualifier-and-MySQL-t1318780.html#a3517035 Sent from the QuickFIX - User forum at Nabble.com. |