public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
Revert "eight watches no driver handler"

This reverts commit b1187bc09440b97aaae5b15022c1ab3beb8e7e38.
mojombo (author)
Tue Feb 19 13:38:09 -0800 2008
commit  4fbaef57b7a445d82309ed5419b6e2de4ac1a2af
tree    320ec1206ebc94c6650bed1b3734ee991dc75c06
parent  b1187bc09440b97aaae5b15022c1ab3beb8e7e38
...
65
66
67
68
69
70
 
71
72
73
...
65
66
67
 
 
 
68
69
70
71
0
@@ -65,9 +65,7 @@ module God
0
     def handle_event
0
       if @events.first.due?
0
         event = @events.shift
0
- # @task.handle_poll(event.condition)
0
- puts "loop #{rand 9999}"
0
- self.schedule(event.condition)
0
+ @task.handle_poll(event.condition)
0
       end
0
       
0
       # don't sleep if there is a pending event and it is due

Comments

    No one has commented yet.