3

I have multiples servers (200-300) in Python 2.4 calling a WCF service using REST. I would like to be able to notify those servers of some changes that occured on the WCF service instead of asking all servers in Python to do some pooling to detect such changes.

How can I do such broadcast, notification to avoid the pooling?

Thanks Sylvain

4

1 回答 1

0

消息总线似乎是正确的选择。您可能想看看ZeroMQ。它是跨平台的,并且具有多种语言的绑定。

于 2012-05-30T13:49:48.860 回答