Hi;
I've noticed that QuickFix is creating 2 database connections per each of
the sessions created although MySQLStoreUseConnectionPool=Y and
MySQLLogUseConnectionPool=Y switches have been in the settings file. I'm
planing to use QuickFix on a project which i need to handle as many sessions
as possible in one process (hundreds of sessions if not thousands possible).
However, up to now i've not succeeded to create more that 50 sessions
because MySQL server limits concurrent connections to 100 (i guess QuickFix
creates 2 connections per sessions).
Is this a bug or am i missing sth?
Note that, I'm using the .Net version.
|