[Groonga-commit] droonga/droonga-engine at cddebbe [master] Use Cool.io as the backend of internal clients

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 11:36:48 JST 2015


YUKI Hiroshi	2015-04-14 11:36:48 +0900 (Tue, 14 Apr 2015)

  New Revision: cddebbef514592ab512ea069099593ac9fbf25eb
  https://github.com/droonga/droonga-engine/commit/cddebbef514592ab512ea069099593ac9fbf25eb

  Message:
    Use Cool.io as the backend of internal clients

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+8 -0)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-10 19:04:38 +0900 (67fc870)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:36:48 +0900 (85f4baf)
@@ -97,6 +97,11 @@ module Droonga
               :receiver_host => myself.host,
               :receiver_port => 0,
 
+              :client_options => {
+                :backend => :coolio,
+                :loop    => @loop,
+              },
+
               :messages_per_second => params["messagesPerSecond"] ||
                                         DEFAULT_MESSAGES_PER_SECOND,
             }
@@ -197,6 +202,9 @@ module Droonga
 
               :receiver_host => myself.host,
               :receiver_port => 0,
+
+              :backend => :coolio,
+              :loop    => @loop,
             }
           end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index