From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS43350 77.247.176.0/21 X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00,RCVD_IN_XBL shortcircuit=no autolearn=no version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from 80x24.org (politkovskaja.torservers.net [77.247.181.165]) by dcvr.yhbt.net (Postfix) with ESMTP id 741AB203F5 for ; Wed, 18 Nov 2015 03:58:11 +0000 (UTC) From: Eric Wong To: rainbows-public@bogomips.org Subject: [PATCH 0/3] final round of changes for unicorn 5 compatibility Date: Wed, 18 Nov 2015 03:58:02 +0000 Message-Id: <20151118035805.29572-1-e@80x24.org> List-Id: * http_server: add master_pid attribute * stream_response_epoll: remove hijack_prepare call * bump to unicorn 5.0.1, use monotonic clock There'll probably be another round of small changes since we can drop Ruby 1.8 support and debloat our code a little. lib/rainbows.rb | 19 ++++++++++++++++--- lib/rainbows/coolio/client.rb | 2 +- lib/rainbows/coolio/heartbeat.rb | 2 +- lib/rainbows/epoll/client.rb | 4 ++-- lib/rainbows/fiber.rb | 2 +- lib/rainbows/fiber/base.rb | 4 ++-- lib/rainbows/fiber/coolio/heartbeat.rb | 2 +- lib/rainbows/fiber/io.rb | 2 +- lib/rainbows/http_server.rb | 1 + lib/rainbows/join_threads.rb | 4 ++-- lib/rainbows/process_client.rb | 4 ++-- lib/rainbows/stream_response_epoll.rb | 2 +- lib/rainbows/thread_timeout.rb | 8 ++++---- lib/rainbows/xepoll_thread_pool/client.rb | 4 ++-- lib/rainbows/xepoll_thread_spawn/client.rb | 4 ++-- rainbows.gemspec | 2 +- t/test_isolate.rb | 2 +- 17 files changed, 41 insertions(+), 27 deletions(-)