Forum: Poser Python Scripting


Subject: Experience with communication between different instances of Python anyone?

FVerbaas opened this issue on Oct 28, 2017 ยท 28 posts


ironsoul posted Mon, 18 December 2017 at 1:23 AM

If the solution doesn't need to be socket based then another approach is shared memory and semaphores which that library appears to support. It will be important to use locking to prevent data corruption and always ensure the memory is released irrespective of the method of exit to prevent memory leaks.