Message 1 of 2
extremely slow when run postProcess(operation, postInput) as add-in

Not applicable
04-21-2021
02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is that normal that it's extremely slow when postProcessing from my add-in?
sample snippet:
std::string post("c:/tmp/mypost.cps");
std::string out = temporaryFolder();
postInput = create("10001", post, out, InchesOutput);
postProcess(SingleOperation, postInput);