T
+The_Taco+
We have just deployed an ASP.NET application on a server, wich is a Pentium
4.
The thing that bugs me is that we have one big session per user when they
log on to our site.
Each sessions can contains a collection of 4000 items, so I was asking
myself what would it do if 1000 user logs on to our site at the time, what
will happen with the server? Is there too much stuff in our session ? Are
sessions designed for that kind of use?
Thx for your time.
4.
The thing that bugs me is that we have one big session per user when they
log on to our site.
Each sessions can contains a collection of 4000 items, so I was asking
myself what would it do if 1000 user logs on to our site at the time, what
will happen with the server? Is there too much stuff in our session ? Are
sessions designed for that kind of use?
Thx for your time.