Re: Interprocess Communication...
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 11, 2004
- 477 views
On Thu, 11 Nov 2004 08:22:32 -0800, OtterDad <guest at rapideuphoria.com> wrote: > track of other running programs. it uses shared memory instead of IPC. > i can send it to privately if you'd like. i need to clean it up before > submitting it to the archives. i didn't think anybody else would need > it besides me. Sounds interesting. What I think would be ideal would be an inter-process framework, that can check whether another program is running or has had a run-time error, can call functions and procedures in another running program synchronously or asynchronously, and can share memory with other programs. A merger between ipc.ew, memshare.ew, and some other features. Is it possible to do asynchronous function calls? How does call_back work? -- MrTrick