You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On runtime join dependencies of the scenario are loaded after receiving of the whole scenario. This can take up to one minute depending on the scenario type. I suggest to transmit the required files (or the whole scenario.txt) first so that other dependencies like definitions can be loaded parallely.
The text was updated successfully, but these errors were encountered:
How do you expect this to speed up the overall process?
According to my experience parallel loading would not help (if it is not done already) because the bottleneck is the hosts upload speed anyway, especially since I made the transfer more aggressive.
Oh, you misunderstood me there: By "loading" I meant loading the object definitions into memory. A use-case here is CMC, where ModernCombat.c4d takes a very long time to load. Objects could not be placed yet anyway, because the scenario data is not complete but the definition could already be disassembled for example.
On runtime join dependencies of the scenario are loaded after receiving of the whole scenario. This can take up to one minute depending on the scenario type. I suggest to transmit the required files (or the whole scenario.txt) first so that other dependencies like definitions can be loaded parallely.
The text was updated successfully, but these errors were encountered: