From: SASADA Koichi Date: 2012-07-20T15:55:26+09:00 Subject: [ruby-dev:45980] Re: [ruby-trunk - Feature #6694] Thread.new without block. (2012/07/20 15:32), brixen (Brian Ford) wrote: > > I object to this API for at least the two following reasons: > > 1. Stack size is an implementation detail and coupling Ruby code to details of a particular implementation is undesirable. Applications may be developed on one implementation and deployed on another. Or details affecting stack size may change between versions of a single implementation. > 2. Stack size may depend on code not in the application or library (eg a library using Thread.new that calls application code or application code that different versions or implementations of a library). > > This setting should be a configuration option, not a Ruby method API. Maybe you mention to this ticket, don't you? https://bugs.ruby-lang.org/issues/6695 This ticket only propose thread configuration before thread creation. -- // SASADA Koichi at atdot dot net