PDA

View Full Version : boost::thread set stack size


angustia
January 27th, 2007, 04:45 PM
hi

this a question rised after reading this post (http://www.ubuntuforums.org/showthread.php?t=336948&highlight=pthread_create)

and after playing a bit with boost::thread and boost::threadpool

there's some way to define the thread stack size of a boost::thread?

thanks in advance.

LordHunter317
January 27th, 2007, 05:07 PM
Not that I'm aware of. Boost::threads is kind of a poor interface, do you really need cross-platform threading?

angustia
January 27th, 2007, 05:29 PM
well, yes, with a thread pool implementation