Hi,<br>
Is it possible to call a remote function in another <acronym title="Disk and Execution Monitor">daemon</acronym>? Here is the setup:<br>
I have two daemons <acronym title="Disk and Execution Monitor">- daemon</acronym> A with function "s" and <acronym title="Disk and Execution Monitor">daemon</acronym> B with function "k". I need a way function "s" from <acronym title="Disk and Execution Monitor">daemon</acronym> A to call a function "k" from <acronym title="Disk and Execution Monitor">daemon</acronym> B and pass some arguments. When the request is processed function "k" returns the output to function "s". Is this possible?<br>
Regards<br>
Peter