[Groonga-commit] droonga/droonga-engine at d79b67c [master] Run serf command in different process group for run_once

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 23 15:21:00 JST 2014


YUKI Hiroshi	2014-07-23 15:21:00 +0900 (Wed, 23 Jul 2014)

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

  Message:
    Run serf command in different process group for run_once

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-07-23 15:05:08 +0900 (af763f9)
+++ lib/droonga/serf.rb    2014-07-23 15:21:00 +0900 (d6e1070)
@@ -253,7 +253,7 @@ module Droonga
       end
 
       def run_once
-        stdout, stderror, status = Open3.capture3(@serf, @command, *@options)
+        stdout, stderror, status = Open3.capture3(@serf, @command, *@options, :pgroup => true)
         {
           :result => JSON.parse(stdout),
           :error  => stderror,
-------------- next part --------------
HTML����������������������������...
下載 



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