Hi all,

Is there a way to have to applications communicate with eachother? I
know i can use RMI, CORBA or TCP/IP to establish a connection between
two applications, but isn't there a way to get a reference to a running
program so i can invoke methods from that running app?

This is the situation. I'm creating a Daemon app, This app runs in the
backjground without user interaction. Now i want to create a manager-app
to start and stop this daemon app. I've implemented two methods in that
daemon (startService() and stopService()). Now i want to have that
manager call one of those methods to start and stop the daemon. Is that
possible?

Or does JOS provide another environment where apps are running in?

Thanks.

-- Arjen van Efferen

_______________________________________________
General maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/general

Reply via email to