c# - WCF, does the Client have to call the Server first? -


does client have contact service 1st? possible specify specific endpoint address on client, in service class, when each instance of service instantiated, begins calling address every x seconds whenever free, in order let client know how many servers available.

maybe im missing seems though when create proxy, need know server there. when dealing alot of servers, im assuming above pretty handy? or usual hard code in list client of servers have access to?

the typical approach problem hide servers behind virtual ip/load balancer, distribute requests across them according business needs. client makes request bank of servers, addressable through single endpoint, , load balancer determines server instance handle request.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -