c# - Scalable WCF Web Service -
i have written stateless wcf rest web service. main consumer of web service mobile app. there 1000's of clients connecting web service simultaneously. , number increase in future.
how deploy wcf web service scales nicely. guessing web service hosted in multiple servers , load balancer distribute traffic among there servers. can suggest load balancer typically used such scenario?
is there other recommended way deploy web service scalability?
frankly speaking haven't tried this... thought
i install microsoft azure service bus windows server , connect/setup available instances of web service service bus endpoint. there buildin load balancer.
pros: there build in load balancer, easy.
Comments
Post a Comment