Re: [Quickfix-developers] Open-souce portable libraries for thread management
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-05-20 19:54:43
|
On 5/20/05, Antonio Caroselli <ant...@ga...> wrote: > Has anybody used open-souce portable libraries for thread management to > build applications embedding QuickFix ? Could you please help me locate a > few ?=20 QuickFIX provides portable mechanisms for starting threads and doing synchronization, but if you want something more powerful, look at: * ACE - http://www.cs.wustl.edu/~schmidt/ACE-overview.html * Boost.Threads - http://www.boost.org/ * Apache Portable Runtime - http://apr.apache.org/ (C, not C++) Its not clear from what you're asking what thread management and embedding QuickFIX have to do with each other though. --=20 Caleb Epstein caleb dot epstein at gmail dot com |