ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/bin/aemp
(Generate patch)

Comparing AnyEvent-MP/bin/aemp (file contents):
Revision 1.28 by root, Mon Aug 31 13:46:32 2009 UTC vs.
Revision 1.29 by root, Tue Sep 1 15:11:40 2009 UTC

394 394
395 # d'oh 395 # d'oh
396 require AnyEvent::Watchdog; 396 require AnyEvent::Watchdog;
397 # now we can load extra modules 397 # now we can load extra modules
398 398
399 require AnyEvent::Watchdog::Util;
399 AnyEvent::Watchdog::autorestart (1); 400 AnyEvent::Watchdog::Util::autorestart (1);
400 AnyEvent::Watchdog::heartbeat (300); 401 AnyEvent::Watchdog::Util::heartbeat (300);
401 402
402 require AnyEvent; 403 require AnyEvent;
403 require AnyEvent::MP::Kernel; 404 require AnyEvent::MP::Kernel;
404 AnyEvent::MP::Kernel::configure (@ARGV); 405 AnyEvent::MP::Kernel::configure (@ARGV);
405 406

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines