[Quickfix-developers] Dynamic allocation of incoming sessions?
Brought to you by:
orenmnero
|
From: Graham M. <gra...@gm...> - 2006-05-08 19:50:25
|
Hello all, I was looking at the implementation of DefaultSessionFactory, and thought it would be easy to subclass that to allow dynamic configuration of sessions (that is, configuring sessions on the fly based on parameters in a database or LDAP server at connect time).=20 However it appears that quickfix expects to find entries for all the valid sessions in the configuration file, which is read only once at startup. Has anyone looked at making this more dynamic? Is there any interest or opinions on how it should be done? For reference I'm looking only at the Quickfix/J code, because I'm living in Java-land right now. graham |