[Quickfix-developers] Configurable pthread stack space needed on OS X
Brought to you by:
orenmnero
|
From: John M. <jg...@ra...> - 2006-06-02 21:55:28
|
Given that the QuickFIX queue mechanism is based on recursion, plenty of = stack space is needed for large queues. I would appreciate a way to tune the pthreads stack space on OS X = without needing to hack each new version of the library. There appears = to be no way to tune the default pthreads stack space from the OS. http://developer.apple.com/qa/qa2005/qa1419.html Could this be either a build time or runtime option in a future version = of QuickFIX? Is the recursion still slated for elimination? Thanks, John |