Re: [Quickfix-developers] Dynamic allocation of incoming sessions?
Brought to you by:
orenmnero
|
From: Dale W. <wil...@oc...> - 2006-05-09 13:47:36
|
Hi Graham, I've looked into allowing dynamic configuration of sessions in C++. It look feasable, but certainly not easy. Since my company's business model is doing sponsored work on open source projects, I probably won't tackle it until/unless we can find someone to sponsor the work. I'd be interested to hear if Oren (or anyone else) has plans in that direction. Dale Graham Miller wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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). > 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 > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |