[Boost-bugs] [Boost C++ Libraries] #5956: Add optional stack_size argument to thread::start_thread()

Subject: [Boost-bugs] [Boost C++ Libraries] #5956: Add optional stack_size argument to thread::start_thread()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-28 17:18:00


#5956: Add optional stack_size argument to thread::start_thread()
------------------------------------------+---------------------------------
 Reporter: blentz@… | Owner: anthonyw
     Type: Library Submissions | Status: new
Milestone: To Be Determined | Component: thread
  Version: | Severity: Optimization
 Keywords: phusion passenger stack_size |
------------------------------------------+---------------------------------
 The Phusion Passenger folks have added an optional argument to
 thread::start_thread() that I'd like to see merged into Boost.

 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.

 This change is, its current form, platform-specific, but I'm working on
 correcting that, hopefully without a ton of ifdefs.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5956>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC