how to manage session in webgarden ?
Answers were Sorted based on User's Feedback
Answer / debasis sengupta
A webgarden is physically one box with multiple processors
in it. If webGarden is set to true, by default, all CPUs
are enabled and ASP.NET starts one process for each CPU. So
in that case I would prefer MSSQL or StateServer to store
session in 1 place and share them across CPU's.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / yogesh
WHEN AN APPLICATION IS HOSTED BY MULTIPLE PROCESORS ON THE
SAME SERVER THAEN IT IS SAID TO BE WEB GARDEN ENVIRONMENT.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anuj tripathi
ASp.net state service or SQL server state management
| Is This Answer Correct ? | 1 Yes | 0 No |
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
What is biginteger and when would you use that?
What is the difference between primary & secondary storage device? : Dot net architecture
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain difference between state server and sqlserver? : .NET Architecture
What is msil, and why should my developers need an appreciation of it if at all?
can any one urls for learning .net(which is written in simple english)
Explain the purpose of cache? How is it used? : Dot net architecture
Please tell me the .net 2.5 frame work with example
What does this do? Gacutil /l | find /i "corillian"
Define cache? : Dot net architecture
What is the difference between metadata and menifest ?