From 44571dc23645d4bdf7492efb236fc80c0537e460 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 25 Jun 2013 21:28:25 -0400 Subject: [PATCH] give prequeue a reason to exist --- prequeue.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prequeue.py b/prequeue.py index 991db7eb8..156d3e942 100644 --- a/prequeue.py +++ b/prequeue.py @@ -1,3 +1,9 @@ +# coding: utf-8 + +# Starting a new python process to preprocess each source file +# creates too much overhead. Instead, a list of files to preprocess +# is fed into a script run from a single process. + import os import sys import preprocessor