Ghostscript.NET Multithreading Issue
问题 The longest part of a monthly process we run is the automated slicing and conversion of some PDFs to images. Each PDF is read in, converted to 3 different PDFs, and those 3 are converted to images to be placed in e-mails to customers. The PDFs are unique per-customer, and we send a monthly PDF to at least 15,000 (frequently more like 22k) customers. Our PDF generation and slicing is already multithreaded, but I've been looking into parallelizing the remaining bits of it. To that end, I have