Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Scaling out help

Reply
Thread Tools

Scaling out help

 
 
NH
Guest
Posts: n/a
 
      11-19-2008
Hi,

If I was to build a saas (software as a service) type of application that
potentially would have 1000 customers and 30,000 users then what kind of
infrastructure would you need?

I have built plenty of smaller applications with IIS and the database on a
single windows 2003 server. But I guess I would need a web farm approach?

So, would that mean 2-3 IIS servers, a seperate DB server, a state server
(?), a load balancer? etc?

Any ideas or pointers would be appreciated.
Thanks
NH
 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      11-19-2008

If you want to horizontally scale.....then I would suggest

Middle Tier machines exposing WCF services.

Hardware or Software load balancer.


Check this article out:
http://www.codeproject.com/KB/archit...nessLogic.aspx

WCF downloadable example:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!158.entry

Software based Load Balancing:
http://msdn.microsoft.com/en-us/netf.../bb499684.aspx





"NH" <> wrote in message
news:9A75EE78-9E71-403B-8C40-...
> Hi,
>
> If I was to build a saas (software as a service) type of application that
> potentially would have 1000 customers and 30,000 users then what kind of
> infrastructure would you need?
>
> I have built plenty of smaller applications with IIS and the database on a
> single windows 2003 server. But I guess I would need a web farm approach?
>
> So, would that mean 2-3 IIS servers, a seperate DB server, a state server
> (?), a load balancer? etc?
>
> Any ideas or pointers would be appreciated.
> Thanks
> NH



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Textbox width scaling to width of data not width of page? AndrewF ASP .Net 1 10-10-2005 04:38 PM
Page & Control Scaling? =?Utf-8?B?REVXcmlnaHRfQ0E=?= ASP .Net 1 05-26-2005 05:57 AM
Control Scaling??? =?Utf-8?B?REVXcmlnaHRfQ0E=?= ASP .Net 3 04-28-2005 07:54 AM
Control Scaling??? =?Utf-8?B?REVXcmlnaHRfQ0E=?= ASP .Net 1 04-27-2005 03:19 AM
Scaling PNG image ko021_626@hotmail.com Java 3 04-30-2004 01:37 PM



Advertisments