Does Trados 2024 API support parallelization?

Hi all,

Is parallel use of FileBasedProject and FileBasedTranslationMemory from multiple processes on the same machine, under the same Windows user, a supported scenario in the Studio 2024 SDK? I know this worked in previous versions but in one environment that I use 2024 I get the errors below when more than 1 worker is invoking my .exe at the same time:

The translation memory data file engine returned an error:
attempt to write a readonly database

or

The translation memory data file engine returned an error:
disk I/O error

The per-task projects and .sdltm files are in separate folders, so they don't collide on disk. These parallel executions all have different target languages, so there should not be any collision in theory. 

So, has something changed in Trados 2024 in regards to running in parallel? Thank you