Re: [Quickfix-developers] Configurable pthread stack space needed on OS X
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-06-02 22:33:56
|
Well, according to that article, there is a -stack-size parameter that can be passed to the linker. So adding it to your LDFLAGS before running configure should do the trick. Are you really reaching the default limit? --oren On Jun 2, 2006, at 4:52 PM, John Muehlhausen wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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 > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |