
29 Nov
2007
29 Nov
'07
11:53 p.m.
Phil Endecott <spam_from_boost_dev <at> chezphil.org> writes:
I'm not aware of a way to set the stack size for a new thread in either Boost.Thread or the proposed std::thread. Is this something that should be considered?
It's certainly something that could be considered. It would have to be considered a hint rather than a guaranteed value, as it's an optional feature in POSIX, and the value is rounded in Windows. Anthony