Hello everybody,
I am pretty new to java network programming, but I have been able to make a specific to my needs client/server programs that run fine.
The problem is that I have to run the clients on multiple machines running Fedora OS, and they should run as daemons in the backround and only respond when the server contacts them.
So my question is how to make the clients a daemon processes??
Any help is appreciated...
Or if somebody solved the problem please share it :))
Thanks
I am pretty new to java network programming, but I have been able to make a specific to my needs client/server programs that run fine.
The problem is that I have to run the clients on multiple machines running Fedora OS, and they should run as daemons in the backround and only respond when the server contacts them.
So my question is how to make the clients a daemon processes??
Any help is appreciated...
Or if somebody solved the problem please share it :))
Thanks
Comment