RE: InDesign export slows to a crawl
RE: InDesign export slows to a crawl
- Subject: RE: InDesign export slows to a crawl
- From: Chris Paveglio <email@hidden>
- Date: Mon, 14 Oct 2013 19:15:26 +0000
- Thread-topic: InDesign export slows to a crawl
Title: RE: InDesign export slows to a crawl
Here’s my thought:
Why are you using asyncronous export? I never use that while scripting because it doesn’t give me any advantage. The export will probably take just as long to run by doing it syncronously vs async. Async is only if you need to be able to “do other stuff” while
ID is running. I feel it’s more for users, than any benefit to scripted processes. I’d say take that part out, you may inadvertently be loading up the export queue that you use up so much memory you get the big slowdown. ID has always been a memory hog and
quickly runs out on large docs or a lot of docs (and I’ve been scripting it since v2). Also, doing many async exports could be overloading the file system as it is trying to write many files at once instead of one at a time, the drive can only throughput so
much.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden