c++ - configuring boost::thread stack size -


is there way configure boost::thread stack size?

no, afaik.

maybe try native_handle() thread's member function , set stack size call os' api (pthread_attr_setstacksize() on posix systems maybe?).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -