Simulate multi-threading and shared memory
- Posted by cp Nov 22, 2011
- 1463 views
Looking for feedback on the practicality of simulating multiple threads. Love to hear if someone else has or is doing something similar - or am I off my rocker..
The idea is to have a euphoria exe running as a windows service. It will then start x number of smaller euphoria exe applications (via command line) and pass data to/from those app's via shared memory.
I have prototyped this and it seems to work - but am I missing something? Is this reliable, stable and fast enough?
Thanks for feedback.