I have several servers (200-300) in Python 2.4 calling a WCF service using REST. I would like to be able to notify these servers of some changes that have occurred in the WCF service, instead of asking all the Python servers to make some pools to detect such changes.
How can I do such a broadcast notification to avoid merging?
Thanks Sylvain
source
share