Interprocess communications
Posted: Thu Aug 06, 2015 4:41 pm
I have a task to pass multiple 3D vectors (X,Y,Z) to Madrix scripts for real time performance. What is the interprocess communication way to pass these informations? The only way I can find in Script manual is ReadAsync() to read string from a text file. But I doubt the speed of data exchange can not match real time requiement.
Is there any other method available in Madrix Scripts like Dynamic Data Exchange (DDE)? Clipboard? File mapping? pipes? or socket?
Any advice is appreciated.
Is there any other method available in Madrix Scripts like Dynamic Data Exchange (DDE)? Clipboard? File mapping? pipes? or socket?
Any advice is appreciated.