Re: [Quickfix-users] Peforming application-specific actions at creation of the initiator thread
Brought to you by:
orenmnero
From: <Igo...@ub...> - 2004-04-26 08:19:39
|
It is a requirement of our architecture that a database initialisation routine be called from each thread. But that aside, this looks like a more general requirement that some initialisation code needs to be executed at the beginning of the thread. ------- Oren Miller <or...@qu...> ------- Igor, What is the reason for needing to connect to your database in that thread? Can't you just connect to it before you call start() on the initiator? --oren |