
February 5th, 2013, 11:43 PM
|
|
Contributing User
|
|
Join Date: May 2012
Posts: 140
Time spent in forums: 1 Day 4 h 53 m 15 sec
Reputation Power: 2
|
|
Quote: | Originally Posted by Zaaka2013 Is this possible, I have written a program in XE2 which is run on three PC's, however when I need to update the program (its stored on a shared drive), i need to tell the program running on the other pc's to shut down. I am new to network programming so any assistance would be really appreciated. |
You can broadcast UDP messages in specific port(s), and have your software listening to the UDP port(s) and take proper action upon receiving messages. Note that udp broadcasts usually only receivable by those in the same subnet, for gateways/routers usually automatically drop them.
|