The slowest portion of my application is the conversion from a generated INDD file to JPEG. More CPU power seems to be the only solution at this point, but because IDS is single threaded, 3 of the cores on the server sit idle during this.
Is it possible to implement a plugin or Javascript script that exports each page in a separate thread, or similar, thus using all available cores during the export process?