fixed A & K to be right way round
[spider.git] / perl / cluster.pl
index 5e4dd4d9efcc92880361e07a55bba4298c78a249..1c1ba3c8581cac29b4b82d3ccb7e299a960231dd 100755 (executable)
@@ -64,7 +64,7 @@ package main;
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.23";                             # the version no of the software
+$version = "1.24";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
 $lockfn = "cluster.lock";       # lock file name
       
@@ -165,6 +165,10 @@ sub cease
        foreach $dxchan (DXChannel->get_all()) {
                disconnect($dxchan) unless $dxchan == $DXProt::me;
        }
+       Msg->event_loop(1, 0.05);
+       Msg->event_loop(1, 0.05);
+       Msg->event_loop(1, 0.05);
+       Msg->event_loop(1, 0.05);
        Log('cluster', "DXSpider V$version stopped");
        unlink $lockfn;
        exit(0);