Posted: Mon Nov 17, 2003 2:03 pm Post subject: Stopping Receivers
Chevalier
Joined: 22 Jan 2003 Posts: 429
I have number of Receivers receiving messages from queues. Each is a stand-alone application, meant for different functionality.
What is the best way to stop these daemon applications. My idea is to use Sockets. If I use socket, I have to assign ports at which the request for stop/start is done. Shall I use one Server socket (one port) to control all the applications on a machine ? OR different ports for different apps. In second case, there would be more consumption of portIds.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum