Hi France,

2. Run a process that has many functions and many file:write and file:append.

Do multiple processes write to the same files in parallel, or do all of them write to different files?

4. Run the same process again, there is a good chance that we'll get an error that says something like:
    [file:io-error] Resource "debug-list-imtes.xml' locked by another process.  

Is this one of the files you are writing to? If not, which operations are accessing this file?

Christian