开发者

Sharepoint Excel Services NLB

Can anyone throw light on NLB in Sharepoint Excel Services. Specifically here is my question.

When we open a workbook using sharepoint excel web services we call the OpenWorkbook Method that returns a sessionId. Lets say we have a web farm and we get this session from Server A.

Now I call the GetRange Method u开发者_JAVA百科sing the sessionId. If this request is routed to Server B, will it blow up because Server B did not issue sessionId. If not, how is it managed.


Excel's services load balancer works similar to any other sticky sessions load balancer - whenever request gets to load balancer it picks server that this session belongs to based on session ID. Note that this session ID is unrelated other session ids like ASP.Net Session ID (also serving similar purpose).

Load balancing for Excel services happens betweeh servers that run Excel services, not front end ones (which is likely what you talk about Server A and Server B). Front end services are load balanced by whatever load balancing you have setup for the external IP of the farm - usually simple round robin, as front end servers are stateless.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜