Message 1 of 3
Run multiple 3ds Max simultaneously with dedicated CPU threads for each
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a python script to build meshes in max. Because multiprocessing won't help and they don't need to be in a single max project, I want to run multiple 3ds Max apps to execute this script individually for each section to speed up the whole process. But for example running 2 apps slows down each process, almost twice slower.
How is it possible to run each 3ds max with dedicated and separate thread/s!? or is there another solution!?
Thanks