Search found 1 match
- Thu Aug 06, 2015 4:41 pm
- Forum: Experiences And 'How To' - Questions
- Topic: Interprocess communications
- Replies: 1
- Views: 25545
Interprocess communications
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 no...