SORT icon indicating copy to clipboard operation
SORT copied to clipboard

Use shared memory to send the scene info into SORT instead of using IO

Open JiayinCao opened this issue 8 years ago • 2 comments

IO operation is relatively slow comparing with shared memory. It may take me some time because it needs serialisation the whole scene information before starting it.

JiayinCao avatar Sep 14 '15 16:09 JiayinCao

Since it only takes a little more than 1 second to transfer information through IO, the priority is pretty low.

However serialisation is also necessary before performing rendering task across multiple machines instead of one through network.

JiayinCao avatar Sep 17 '15 15:09 JiayinCao

Instead of using shared memory to transfer the scene information, using socket would be a more flexible way and easy to extend to support cross machine rendering.

Lower the priority of this task.

JiayinCao avatar Jan 05 '19 13:01 JiayinCao