about summary refs log tree commit homepage
path: root/lib/rainbows/join_threads.rb
DateCommit message (Collapse)
2015-11-21bump to unicorn 5.0.1, use monotonic clock
The timeout (mis)feature in unicorn uses the monotonic clock if available. We must follow suit to avoid having our timeout functionality completely broken.
2011-05-08join_threads: simplify thread stoppage check
No need for a string comparison
2011-04-21join_threads: workaround blocking accept() issues
Should be fixed in 1.9.3 and/or future Kgio...
2011-02-07doc: rdoc cleanups and fixes
Don't need to document things that aren't ready, yet.
2011-02-05*epoll: refactor common loop code
acceptor thread pools could use some work, still