A program that controls spooling -- putting jobs on a queue and taking them off one at a time.
Background: I'm writing an application in C# using .NET 4.0. It prints a bunch of documents in a certain order. The …