ASP.NET
(1)
Serverside
(1)
Consumes
(1)
Cookies
(1)
WCAT
(1)

session variables and performance

Asked By Giles
15-Nov-09 07:54 AM
I have an IIS6 ASP site that has up to 200 "logged in" users at a time.
About 30 session variables are set at each login, containing user
information like their name, preferences etc.

My question is, does having lots of session variables impact site
performance, or is this only a problem when there are millions of concurrent
users, like with Facebook?  (i.e. I do not have to worry)
Thanks

Giles wrote:Of course. Each session consumes some memory ...

Bob Barrows replied to Giles
15-Nov-09 08:25 AM
Of course. Each session consumes some memory ...


Can't answer that question. We have no idea what type of data is being
stored (string, numbers, objects ...) or what kind of resources are
available on your web server.

Ar you having performance problems? is that why you asked the question?

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
do not check it very often. If you must reply off-line, then remove the

Strings, average 10 characters. Server has 2GB of RAM, 2 x 2GHzprocessors.

Giles replied to Bob Barrows
15-Nov-09 08:09 PM
Strings, average 10 characters. Server has 2GB of RAM, 2 x 2GHz
processors.No performance problems yet, but the site is up for redesign, and
I am wondering if I can increase the use of session variables, or if I
should use client side cookies to maintain state between pages. I guess I am
asking whether session variables use just RAM (which I can calculate by
multiplying), or if they are a significant drain on the processor also? i.e.
what is best practice?

Giles wrote:All you can do is test.

Bob Barrows replied to Giles
16-Nov-09 08:28 AM
All you can do is test. I have never seen any sort of "best practice" for
this.

Microsoft has a stress-testing tool that might prove useful to you. See:
http://mvolo.com/blogs/serverside/archive/2007/05/17/WCAT-6.3-web-performance-and-scalability-test-tool-released.aspx


--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
do not check it very often. If you must reply off-line, then remove the
Post Question To EggHeadCafe
IIS session variables and performance I have an IIS6 ASP site that has up to 200 "logged in" users at do not have to worry) Thanks Of course. Each session consumes some memory . . . Can't answer that question. We have no problems? is that why you asked the question? - - Microsoft MVP - ASP / ASP.NET - 2004-2007 Please reply to the newsgroup. This email account might prove useful to you. See: http: / / mvolo.com / blogs / serverside / archive / 2007 / 05 / 17 / WCAT-6.3-web-performance-and-scalability-test-tool-released.aspx - - Microsoft MVP - ASP / ASP.NET - 2004-2007 Please reply to the newsgroup. This email account keywords: session, variables, and, performance description: I have an IIS6 ASP site that has up to 200 logged in users at
IIS Doubt asp / asp.net Hi everybody, I tried my best to understand asp.net, but I didnt like, I ve been programming classic asp for over 6 years, so I would like to know from you if there is any need to migrate asp pages do asp.net? All what is done with asp.net can be done with classic asp? What do you
IIS Push server Can I create a push server using ASP technology? Thanks No. - - Anthony Jones - MVP ASP / ASP.NET http: / / www.15seconds.com / issue / 971102.htm - - Microsoft MVP - - ASP / ASP NET Please reply to the newsgroup. The email account listed in longer has "Channels"), so Anthony is probably correct. - - Microsoft MVP - - ASP / ASP.NET Please reply to the newsgroup. The email account listed in
IIS ASP / ASP.Net on Hi, We have a windows 2000 server running IIS 5.0 with some 15 ASP applications.We are rite now planning to install .Netframework 1 1 and 2.0 for deploying ASP.net applications in the same server with IIS 5.0 . It throw some light on the possible impact on the existing ASP applications when we install .Net. I heard there will not any major problem for the existing ASP applications but still like to confirm with you guys or be helpful. Thanks in advance. regards, satheesh The subject is ASP / ASP.Net on IIS 5.0. Well, I do not
IIS ASP To ASP.NET Migration Approximately how much percentage of ASP programmers must have already migrated to ASP.NET by now? Is ASP in more demand or ASP.NET in more demand? I would say that most new development is being done in ASP.NET. Classic ASP skills seem to be in demand where
IIS how to tell which version of asp.net is in use? server 2003. I added IIS and specifically selected asp.net. I realize this version is 1.1. However, before doing this I had already installed the .net framework v2 from windows update. looking in IIS manager I see by using add / remove programs to add asp.net that the asp.net v1.1 web extension was enabled. Also in IIS manager on the asp.net tab it says v1.1, and on the ISAPI
IIS IIS-ASP.NET problem I am hosting my own Asp.net website and its working fine and is on the internet an error saying that I cannot run two versions of asp.net it is not on the internet.Eventviewer tells me that I cannot run two versions of Asp.net, how ever I have no choice because Asp.net 1.4 is grayed out on some functions like WSUS
IIS Newbie: Problem with dsn odbc I am new to ASP (and just started ASP.NET). I successfully rebuilt a site using asp.net that I had previously done in php. This is for me to learned asp (as I did in asp.net). I am having a problem using ODBC to SQL Server on my laptop. I successfully used asp.net, but want to do it here in asp using odbc