Re: [Quickfix-developers] Dynamic allocation of incoming sessions?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-05-09 17:09:43
|
This is something that we have been looking into. Like you said the =
work involved is not trivial. We took on of the first steps to this =
(adding support for acceptor ports on a per session level). The =
requirement of a global setting made the implementation of this idea =
much harder. Now that all the settings are strictly per session with =
the global settings only used as defaults, this task should become much =
easier.
--oren
----- Original Message -----=20
From: Dale Wilson=20
To: Graham Miller=20
Cc: qui...@li...=20
Sent: Tuesday, May 09, 2006 8:43 AM
Subject: Re: [Quickfix-developers] Dynamic allocation of incoming =
sessions?
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:=20
QuickFIX Documentation: =
http://www.quickfixengine.org/quickfix/doc/html/index.html=20
QuickFIX Support: http://www.quickfixengine.org/services.html=20
Hello all,=20
I was looking at the implementation of DefaultSessionFactory, and=20
thought it would be easy to subclass that to allow dynamic=20
configuration of sessions (that is, configuring sessions on the fly=20
based on parameters in a database or LDAP server at connect time). =
However it appears that quickfix expects to find entries for all the=20
valid sessions in the configuration file, which is read only once at =
startup. Has anyone looked at making this more dynamic? Is there =
any=20
interest or opinions on how it should be done?=20
For reference I'm looking only at the Quickfix/J code, because I'm=20
living in Java-land right now.=20
graham=20
-------------------------------------------------------=20
Using Tomcat but need to do more? Need to support web services, =
security?=20
Get stuff done quickly with pre-integrated technology to make your =
job easier=20
Download IBM WebSphere Application Server v.1.0.1 based on Apache =
Geronimo=20
=
http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642=20
_______________________________________________=20
Quickfix-developers mailing list=20
Qui...@li...=20
https://lists.sourceforge.net/lists/listinfo/quickfix-developers=20
|