newbee questions on web garden

D

Danny Ni

Hi,

I have questions:
(1) To establish web garden, a machine must have mutiple processors. Right?
(2) To use ASP.Net session in a web garden environment, process model must
be out-of-process, not in-process. Right?
(3) How do I change an ASP.Net web application to out-of-process state
management? The default is in-process, is it?

TIA
 
R

Robbe Morris [C# MVP]

1. No

2. If you use Session Affinity, you can use InProc. Session Affinity
tells the load balancer to send all subsequent requests from the
visitor back to the same server. Beware, users that run
their outgoing traffic through network proxy server farms will
regularly loose session. Read more as to why and a product
option that we use where I work (and it works quite well) to
resolve the issue:

http://www.eggheadcafe.com/articles/scaleout_server.asp

3. You can change the web.config file. Read more about
your alternatives and how to make them work:

http://www.eggheadcafe.com/articles/20021016.asp

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top