search for: b3241621

Displaying 1 result from an estimated 1 matches for "b3241621".

Did you mean: 1241621
2011 Apr 19
0
unicorn 3.6.0 release soon
...at 4.x being the crazy series that allows us to run thousands of worker _processes_ and scale to mythical 4096 core systems :) The PRNG issues are documented in depth here (and links to Ruby Redmine): http://bogomips.org/unicorn.git/commit?id=1107ede7 http://bogomips.org/unicorn.git/commit?id=b3241621 If you''re too lazy to upgrade, you can just do this in your after_fork hooks: after_fork do |server,worker| tmp = srand OpenSSL::Random.seed(tmp.to_s) if defined?(OpenSSL::Random) end There are also small log reopening (SIGUSR1) improvements: * relative paths may also be r...