Questions tagged [server-farm]
49 questions
0
votes
2 answers
ARR 3.0: Client Affinity Not Working
I have implemented HTTP Load Balancing using Application Request Routing for my web application. I have one Load balancer server and two application servers namely SERVER1 and SERVER2. I have configured the Client Affinity in my server farm in the…

Nagendra Baliga
- 345
- 1
- 5
- 15
0
votes
3 answers
Best strategy for sharing a periodical task in a farm
I have an issue here. Suppose you have a business periodical task, for instance generating balance each month. That task could run in a farm, so if the computer that is running the periodical task fail it must be passed to another computer.
So, how…

Pablo Castilla
- 2,723
- 2
- 28
- 33
0
votes
2 answers
Lucene.net Server Farm / Multiple Servers
I haven't thought about this issue before as I was hosting the application on just one windows server 2008 and lucene.net stores the index on its local hard drive.
(Basically, every time, when a user post something or reply something, I update the…

Liming
- 1,641
- 3
- 28
- 38
0
votes
1 answer
Azure Session Table stays empty in AspProvider's TableStorageSessionStateProvider
We have a Web Role which used to run in a single instance for some time. To cope with higher loads (and to get a better SLA) we're currently migrating the role to support multiple instances.
The role uses Forms Authentication (with a custom…

Jonas Sourlier
- 13,684
- 16
- 77
- 148