[REBOL] Communication between two different rebol apps
From: ale870::gmail::com at: 21-Jun-2006 17:02
Hello,
I have a problem:
I have two different rebol programs running on the same PC. How can I
let them communicate WITHOUT using sockets?
I wish to avoid to use sockets since I don't want to block some ports.
But now, I cannot find any other alternatives.
MASTER-APPLICATION
\____ APPLICATION 1
\_____APPLICATION 2
\_____APPLICATION 3
Have you any idea?
(if not, I will implement Jell Console Manager using local PC sockets).
Thank you!
--Alessandro