examples/drb_app.rb in vedeu-0.4.27 vs examples/drb_app.rb in vedeu-0.4.28
- old
+ new
@@ -6,10 +6,12 @@
require 'vedeu'
# An example application to demonstrate the DRb server.
class VedeuTestApplication
+ # Be aware that running an application with debugging enabled will affect
+ # performance.
Vedeu.configure do
log '/tmp/vedeu_test_helper.log'
debug!
drb!
drb_host 'localhost'
@@ -22,11 +24,9 @@
# run_once!
# interactive!
# standalone!
-
- # trace!
# System keys can be redefined
# exit_key 'q'
# focus_next_key :tab
# focus_prev_key :shift_tab