Author: kclark
Date: Tue Jun 17 18:19:33 2008
New Revision: 669030

URL: http://svn.apache.org/viewvc?rev=669030&view=rev
Log:
rb: flush STDOUT after starting the benchmark server to properly kickstart the 
benchmark

Modified:
    incubator/thrift/trunk/lib/rb/benchmark/server.rb

Modified: incubator/thrift/trunk/lib/rb/benchmark/server.rb
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/benchmark/server.rb?rev=669030&r1=669029&r2=669030&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/benchmark/server.rb (original)
+++ incubator/thrift/trunk/lib/rb/benchmark/server.rb Tue Jun 17 18:19:33 2008
@@ -53,6 +53,7 @@
 # let our host know that the interpreter has started
 # ideally we'd wait until the server was serving, but we don't have a hook for 
that
 Marshal.dump(:started, STDOUT)
+STDOUT.flush
 
 host, port, serverklass = ARGV
 


Reply via email to