how many client(using Windows Xp) can access the windows server 2003 at a time

Last post 12-01-2009 3:14 PM by Bruce L. 2 replies.

Sort Posts:

  • how many client(using Windows Xp) can access the windows server 2003 at a time

    12-01-2009, 3:07 AM
    • Member
      37 point Member
    • luckyforu2006
    • Member since 04-03-2008, 7:41 AM
    • Indian
    • Posts 87

    Hi Experts,

            I had created an hr application software using asp.net 3.5 technology with sql server 2005 as the backend. I installed the published version in Windows server 2003 having IIS 6.0,ram 2gb and processor intel core 2 duo 

    1)       how many client(using Windows Xp) can access the server. 

    2)       how many client(using Windows Xp) can access the server at a time.

    Imran Khan
  • Re: how many client(using Windows Xp) can access the windows server 2003 at a time

    12-01-2009, 8:07 AM
    Answer
    • Star
      8,182 point Star
    • Careed
    • Member since 06-24-2002, 3:37 AM
    • Lubbock, TX
    • Posts 1,597

    As many as you want, but then again, you're probably asking the wrong question.  First of all, with a web-based application, the client operating system is irrelevant.  Given that, each client can make a call to your HR application through their browser of choice and should, most likely, acquire the home page of the application.  What is important here is that when the user has the HR home page in their browser, they are no longer connected to your server.  The only thing that remains on the server is that user's session which is controlled by the cookie that your application placed on their computer.

    So, I guess my question is: What is your concerns regarding the number of clients accessing your web application (and all other implications associated with using a SQL Server database)?

    Christopher Reed
    "The oxen are slow, but the earth is patient."
  • Re: how many client(using Windows Xp) can access the windows server 2003 at a time

    12-01-2009, 3:14 PM
    Answer
    • Star
      11,568 point Star
    • Bruce L
    • Member since 02-08-2007, 1:53 PM
    • Posts 1,935

    I'll throw in my 2 cent.

    It is not quite possible to answer your question because it really depends on how the application is written.  As a hoster, I can tell you that it is not very likely that you will hit the OS connection limit (unless you are building a HR app for MacDonald)

    I recommend you first create your application and perform detail load testing.

    Bruce
    DiscountASP.NET - ASP.NET Hosting Experts
    Voted 2009 "Best ASP.NET Hosting" by asp.netPRO Magazine
    Win2008/IIS7.0, ASP.NET 2.0/3.5 SP1, MVC, AJAX, Silverlight, SQL 2008/2005
Page 1 of 1 (3 items)