[Groonga-commit] droonga/droonga-engine at 20e34b5 [master] Add TODO comment to switch to droonga-send

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jul 28 12:25:11 JST 2014


YUKI Hiroshi	2014-07-28 12:25:11 +0900 (Mon, 28 Jul 2014)

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

  Message:
    Add TODO comment to switch to droonga-send

  Modified files:
    lib/droonga/data_absorber.rb

  Modified: lib/droonga/data_absorber.rb (+5 -0)
===================================================================
--- lib/droonga/data_absorber.rb    2014-07-28 12:22:13 +0900 (db21fc8)
+++ lib/droonga/data_absorber.rb    2014-07-28 12:25:11 +0900 (88e6d84)
@@ -28,6 +28,11 @@ module Droonga
         drndump_options += ["--receiver-host", params[:destination_host]]
         drndump_options += ["--receiver-port", params[:receiver_port].to_s] if params[:receiver_port]
 
+        #TODO: We should use droonga-send instead of droonga-request,
+        #      because droonga-request is too slow.
+        #      However, to do it, we have to implement an API to know
+        #      that all messages sent by droonga-send are completely
+        #      processed.
         client = params[:client] || "droonga-request"
         client_options = []
         client_options += ["--host", params[:destination_host]]
-------------- next part --------------
HTML����������������������������...
Download 



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