Index: trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42451)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42452)
@@ -12,4 +12,6 @@
   $RAWFIX_FIXCHIP_INIT = 1
 end
+
+$MAX_FIXHOST = 2
 
 # select nights in state fixchip.new
@@ -97,11 +99,11 @@
     # convert the stdout 'queue' to entries in a book
     # fields in the table will become words in the page
-    queueprint stdout
+    # queueprint stdout
     queuesize stdout -var Nhosts
     queue2book -raw-columns -key dateobs:chipID -uniq -setword pantaskState INIT stdout fixhost.book
     book setword fixchip.book $options:0 NHOST {$Nhosts - 1}
     book setword fixchip.book $options:0 NDONE 0
-    book list
-    book listbook fixchip.book
+    # book list
+    # book listbook fixchip.book
     # use the queuesize (Nhosts) to track how many jobs are done / to be done
   end
@@ -163,7 +165,7 @@
       $host:$FIXHOST = 0
     end
-    if (not($host:$FIXHOST)) 
+    if ($host:$FIXHOST < $MAX_FIXHOST) 
       control host add $FIXHOST
-      $host:$FIXHOST = 1
+      $host:$FIXHOST ++
     end
 
