make note about deadlock when moving position of timer execution
Tyler Riddle [Mon, 17 Dec 2012 18:13:28 +0000 (10:13 -0800)]
lib/Object/Remote/MiniLoop.pm

index ee1f544..9686bde 100644 (file)
@@ -180,6 +180,7 @@ sub loop_once {
     last;
   }
   
+  #moving the timers above the read() section exposes a deadlock
   log_trace { "Read from $read_count filehandles; wrote to $write_count filehandles" };
   my $timers = $self->_timers;
   my $now = time();