Index: branches/eam_branches/ipp-20100621/ippTasks/pstamp.pro
===================================================================
--- branches/eam_branches/ipp-20100621/ippTasks/pstamp.pro	(revision 28417)
+++ branches/eam_branches/ipp-20100621/ippTasks/pstamp.pro	(revision 28794)
@@ -188,4 +188,7 @@
         add_poll_args run
         add_poll_labels run
+        # limit number of requests in the queue to avoid blocking everything
+        # when jobs take an infinite amount of time to parse
+        $run = $run -limit 10
         command $run
     end
