How to call a function in all servers in Web Farm (Like a broadcast)
I have a WCF service hosted in a web farm with 4 servers. These servers
are not fixed and will be added more later on. I have a resource intensive
singleton which might need to change once a week. When that changes I need
to call a update function in my WCF which will recompute some values. What
I need to know is how do I call the update function on all the servers in
the web farm framework. Any ideas are strongly appreciated.
Thanks,
Phani.
No comments:
Post a Comment