Thanks for your reply!
On Jul 4, 2011, at 5:35 PM, Taco Hoekwater wrote:
Quite possibly (but that is very hard to verify and would be even harder to debug). Best practise is to give each process its own temporary directory, just in case.
This is, in fact, guaranteed by design: each file resides in a directly which is named using a uuid.
Is it possible that context or luatex are creating files in a common directory, say the cache directory, and access by one process locks the file for access by another? It's possible: say for example that each task rebuild the format at every run just to be sure. The format is shared by all instances for
On Tue, Jul 5, 2011 at 4:23 AM, Raymond LeClair