Load Balancing for ASP.NET
| Author |
|
| Company |
N/A |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
February 06, 2007 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
have been working in a Load balancer for a web server, with the news of IIS 7 I stop the project and I’ll start working in the new Load Balancer for IIS7. http://forums.iis.net/thread/1297689.aspx
You can find the control if you want to play with it at
http://alpascual.com/control/loadbalancer.htm
This is a great load balancer without using any hardware, only issue, you are going to need to dns every computer with a different name:
www1.domain.com
www2.domain.com
www3.domain.com
Please any feedback will be very helpful to develop my next control for IIS7.
IIS7 comes with a great API to allow developers to get control of the web server, something that all of us have been waiting for a very long time. This is the link to develop modules for IIS 7: http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=942
There is also an API for C++ : http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=938
So no more interrogating the metadata of IIS6 or making requests to check if the server is down.
Cheers
Al
Reviews
Submit a review