Managing multiple eu processes
- Posted by cp Aug 09, 2010
- 1067 views
Looking for some guidance on using multiple eu processes to interact with a multithreaded server via its api. I realize Eu is not multi-threaded therefore one option may be to execute multiple eu processes on demand?
My thought is to have a main control program (prog A) use system() to execute another eu program (program b) that does the interaction with the server api. How can I monitor/control how many of those are running and if they completed successfully or failed.
Is this even a good idea? Is their a better way? or should I program this in a product that is multi-threaded?
Thanks