Boost C++ Libraries: Ticket #5956: Add optional stack_size argument to thread::start_thread() https://svn.boost.org/trac10/ticket/5956 <p> The Phusion Passenger folks have added an optional argument to thread::start_thread() that I'd like to see merged into Boost. </p> <p> This is useful in Passenger's case where they want to reduce the VM size without requiring the user to hassle with ulimit settings on Linux. Passenger spawns many threads rather than using a thread pool for performance reasons. </p> <p> This change is, its current form, platform-specific, but I'm working on correcting that, hopefully without a ton of ifdefs. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5956 Trac 1.4.3 blentz@… Wed, 28 Sep 2011 17:18:35 GMT attachment set https://svn.boost.org/trac10/ticket/5956 https://svn.boost.org/trac10/ticket/5956 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">phusion_optional_stack_size.patch</span> </li> </ul> <p> Initial implementation of optional stack_size argument for thread::start_thread </p> Ticket blentz@… Wed, 28 Sep 2011 17:51:05 GMT <link>https://svn.boost.org/trac10/ticket/5956#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5956#comment:1</guid> <description> <p> I should note that the initial patch (attached) is against Boost 1.44. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Wed, 30 Nov 2011 18:04:34 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/5956#comment:2 https://svn.boost.org/trac10/ticket/5956#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Library Submissions</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> Ticket viboes Fri, 02 Dec 2011 05:06:18 GMT <link>https://svn.boost.org/trac10/ticket/5956#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5956#comment:3</guid> <description> <p> Could I close this ticket as a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2741" title="#2741: Feature Requests: proposal to manage portable and non portablethread attributes (closed: fixed)">#2741</a> proposal to manage portable and non portable thread attributes? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Fri, 02 Dec 2011 05:07:24 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/5956#comment:4 https://svn.boost.org/trac10/ticket/5956#comment:4 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> </ul> Ticket blentz@… Fri, 02 Dec 2011 15:32:28 GMT <link>https://svn.boost.org/trac10/ticket/5956#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5956#comment:5</guid> <description> <p> That's fine by me. Thanks for working on this! :-) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 31 Dec 2011 09:41:34 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5956#comment:6 https://svn.boost.org/trac10/ticket/5956#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> Ticket