Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Capacity planning for iis- generic documentatin needed.

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
leo2

External


Since: Feb 19, 2008
Posts: 3



(Msg. 1) Posted: Tue Feb 19, 2008 5:33 am
Post subject: Capacity planning for iis- generic documentatin needed.
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I am architecting an .Net web application for which currently i have to do
capcity planning.
Since this is my first architectural assignment, i have consulted some of my
friends in java world,who says that in java world, webservers like
websphere,weblogic do suggest(as a part of their documentation documents)
some approximate figures for CPU and RAM corresponding to number of
concurrent users and type of usage(read only, read/write) based upon the test
results of their test lab.
Please note here that the figures suggested by those vendors are generic and
not
project specific.
I need to get similiar documentation for IIS webserver.
Can somebody please guide me to the specific link for the same.

Cheers

 >> Stay informed about: Capacity planning for iis- generic documentatin needed. 
Back to top
Login to vote
"Lognoul, Marc

External


Since: Feb 05, 2008
Posts: 21



(Msg. 2) Posted: Tue Feb 19, 2008 5:10 pm
Post subject: Re: Capacity planning for iis- generic documentatin needed. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I dunno if this can help (from HP):
http://h20219.www2.hp.com/ERC/downloads/4AA0-9640ENW.pdf

Marc

"leo2" <leo2.TakeThisOut@discussions.microsoft.com> wrote in message
news:E3D10190-86C2-42A0-9A4E-1452D664C0FD@microsoft.com...
> Hi,
>
> I am architecting an .Net web application for which currently i have to do
> capcity planning.
> Since this is my first architectural assignment, i have consulted some of
> my
> friends in java world,who says that in java world, webservers like
> websphere,weblogic do suggest(as a part of their documentation documents)
> some approximate figures for CPU and RAM corresponding to number of
> concurrent users and type of usage(read only, read/write) based upon the
> test
> results of their test lab.
> Please note here that the figures suggested by those vendors are generic
> and
> not
> project specific.
> I need to get similiar documentation for IIS webserver.
> Can somebody please guide me to the specific link for the same.
>
> Cheers
>

 >> Stay informed about: Capacity planning for iis- generic documentatin needed. 
Back to top
Login to vote
leo2

External


Since: Feb 19, 2008
Posts: 3



(Msg. 3) Posted: Tue Feb 19, 2008 8:32 pm
Post subject: Re: Capacity planning for iis- generic documentatin needed. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Lognoul,

The link provided by you is indeed helpful.
The only thing missing in this is mentioned of number of concurrent users
supports though it talks about number of requests.
Also as it is of asp.net webservices, can you please send me details for
asp.net web applications.

Cheers

"Lognoul, Marc (Private)" wrote:

> I dunno if this can help (from HP):
> http://h20219.www2.hp.com/ERC/downloads/4AA0-9640ENW.pdf
>
> Marc
>
> "leo2" <leo2.TakeThisOut@discussions.microsoft.com> wrote in message
> news:E3D10190-86C2-42A0-9A4E-1452D664C0FD@microsoft.com...
> > Hi,
> >
> > I am architecting an .Net web application for which currently i have to do
> > capcity planning.
> > Since this is my first architectural assignment, i have consulted some of
> > my
> > friends in java world,who says that in java world, webservers like
> > websphere,weblogic do suggest(as a part of their documentation documents)
> > some approximate figures for CPU and RAM corresponding to number of
> > concurrent users and type of usage(read only, read/write) based upon the
> > test
> > results of their test lab.
> > Please note here that the figures suggested by those vendors are generic
> > and
> > not
> > project specific.
> > I need to get similiar documentation for IIS webserver.
> > Can somebody please guide me to the specific link for the same.
> >
> > Cheers
> >
 >> Stay informed about: Capacity planning for iis- generic documentatin needed. 
Back to top
Login to vote
"Lognoul, Marc

External


Since: Feb 05, 2008
Posts: 21



(Msg. 4) Posted: Wed Feb 20, 2008 8:37 am
Post subject: Re: Capacity planning for iis- generic documentatin needed. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Unfortunately I don't have any document regarding ASp.net applicatiion in
particular but I don't think this would make a big different.

Regarding concurrent users, it heavility depends on your application:
authentication/anonymous
session state or not
user profiling or not...
....

There are many tools provided by MS to benchmarck Asp.net applications, this
could be the good direction.

Marc

"leo2" <leo2.DeleteThis@discussions.microsoft.com> wrote in message
news:755C696A-06A5-4527-86E9-AE40A7981E43@microsoft.com...
> Hi Lognoul,
>
> The link provided by you is indeed helpful.
> The only thing missing in this is mentioned of number of concurrent users
> supports though it talks about number of requests.
> Also as it is of asp.net webservices, can you please send me details for
> asp.net web applications.
>
> Cheers
>
> "Lognoul, Marc (Private)" wrote:
>
>> I dunno if this can help (from HP):
>> http://h20219.www2.hp.com/ERC/downloads/4AA0-9640ENW.pdf
>>
>> Marc
>>
>> "leo2" <leo2.DeleteThis@discussions.microsoft.com> wrote in message
>> news:E3D10190-86C2-42A0-9A4E-1452D664C0FD@microsoft.com...
>> > Hi,
>> >
>> > I am architecting an .Net web application for which currently i have to
>> > do
>> > capcity planning.
>> > Since this is my first architectural assignment, i have consulted some
>> > of
>> > my
>> > friends in java world,who says that in java world, webservers like
>> > websphere,weblogic do suggest(as a part of their documentation
>> > documents)
>> > some approximate figures for CPU and RAM corresponding to number of
>> > concurrent users and type of usage(read only, read/write) based upon
>> > the
>> > test
>> > results of their test lab.
>> > Please note here that the figures suggested by those vendors are
>> > generic
>> > and
>> > not
>> > project specific.
>> > I need to get similiar documentation for IIS webserver.
>> > Can somebody please guide me to the specific link for the same.
>> >
>> > Cheers
>> >
 >> Stay informed about: Capacity planning for iis- generic documentatin needed. 
Back to top
Login to vote
leo2

External


Since: Feb 19, 2008
Posts: 3



(Msg. 5) Posted: Thu Feb 21, 2008 4:41 am
Post subject: Re: Capacity planning for iis- generic documentatin needed. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Lognoul,

I got the link for asp.net applications also.
Can you please elaborate about user profiling.
As per my undrstanding user is profiling is adding properties to user like
his manager name,role,address etc.
Can you please let me know as what is the preferred way of implemnting user
profile functionality in asp.net. I haven't implemented it till now but i
thgought of using session for the same ,whenever required.If you have
something other than this which is preferred ,please let me know.
If you could asnwer one two more queries of mine about asp.net,would be
really helpful.


Waiting for your comments
Cheers
"Lognoul, Marc (Private)" wrote:

> Hello,
>
> Unfortunately I don't have any document regarding ASp.net applicatiion in
> particular but I don't think this would make a big different.
>
> Regarding concurrent users, it heavility depends on your application:
> authentication/anonymous
> session state or not
> user profiling or not...
> ...
>
> There are many tools provided by MS to benchmarck Asp.net applications, this
> could be the good direction.
>
> Marc
>
> "leo2" <leo2 RemoveThis @discussions.microsoft.com> wrote in message
> news:755C696A-06A5-4527-86E9-AE40A7981E43@microsoft.com...
> > Hi Lognoul,
> >
> > The link provided by you is indeed helpful.
> > The only thing missing in this is mentioned of number of concurrent users
> > supports though it talks about number of requests.
> > Also as it is of asp.net webservices, can you please send me details for
> > asp.net web applications.
> >
> > Cheers
> >
> > "Lognoul, Marc (Private)" wrote:
> >
> >> I dunno if this can help (from HP):
> >> http://h20219.www2.hp.com/ERC/downloads/4AA0-9640ENW.pdf
> >>
> >> Marc
> >>
> >> "leo2" <leo2 RemoveThis @discussions.microsoft.com> wrote in message
> >> news:E3D10190-86C2-42A0-9A4E-1452D664C0FD@microsoft.com...
> >> > Hi,
> >> >
> >> > I am architecting an .Net web application for which currently i have to
> >> > do
> >> > capcity planning.
> >> > Since this is my first architectural assignment, i have consulted some
> >> > of
> >> > my
> >> > friends in java world,who says that in java world, webservers like
> >> > websphere,weblogic do suggest(as a part of their documentation
> >> > documents)
> >> > some approximate figures for CPU and RAM corresponding to number of
> >> > concurrent users and type of usage(read only, read/write) based upon
> >> > the
> >> > test
> >> > results of their test lab.
> >> > Please note here that the figures suggested by those vendors are
> >> > generic
> >> > and
> >> > not
> >> > project specific.
> >> > I need to get similiar documentation for IIS webserver.
> >> > Can somebody please guide me to the specific link for the same.
> >> >
> >> > Cheers
> >> >
 >> Stay informed about: Capacity planning for iis- generic documentatin needed. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]