473,397 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Inprocess state on multi processor box

Hi,

I am just about to deploy my production application on a win2k server with
two processors.

I have been reading that inprocess session state is not the best method for
multi processor systems (web garden)
because asp.net will spawn a single process for each processor.
I was a little perplexed by this because my dev box has two processors and I
can't recall an instance of me losing session state.

also if I am storing my session state inprocess and I make a change to
web.config in production (say tuen on tracing) then my application will
restart and reload all settings. does this mean I will lose my inprocess
session state or will this be retained and only lost in IIS is restarted.

many thanks in advance.

Alex.
Nov 17 '05 #1
2 1604
Any change in webconfig or the app dll will cause the app to restart dumping
all session state. Use Sql Out of proc for state management if you dont
want to lose state.

"martin" <al**************@yahoo.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
Hi,

I am just about to deploy my production application on a win2k server with
two processors.

I have been reading that inprocess session state is not the best method for multi processor systems (web garden)
because asp.net will spawn a single process for each processor.
I was a little perplexed by this because my dev box has two processors and I can't recall an instance of me losing session state.

also if I am storing my session state inprocess and I make a change to
web.config in production (say tuen on tracing) then my application will
restart and reload all settings. does this mean I will lose my inprocess
session state or will this be retained and only lost in IIS is restarted.

many thanks in advance.

Alex.

Nov 17 '05 #2
Any change in webconfig or the app dll will cause the app to restart dumping
all session state. Use Sql Out of proc for state management if you dont
want to lose state.

"martin" <al**************@yahoo.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
Hi,

I am just about to deploy my production application on a win2k server with
two processors.

I have been reading that inprocess session state is not the best method for multi processor systems (web garden)
because asp.net will spawn a single process for each processor.
I was a little perplexed by this because my dev box has two processors and I can't recall an instance of me losing session state.

also if I am storing my session state inprocess and I make a change to
web.config in production (say tuen on tracing) then my application will
restart and reload all settings. does this mean I will lose my inprocess
session state or will this be retained and only lost in IIS is restarted.

many thanks in advance.

Alex.

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours,...
1
by: seesharp | last post by:
Hi, we have a multithreaded application (win service) written in C# that is running well on all but one box. The only difference we see between the problem box and the good ones is that the...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
2
by: JohnFol | last post by:
I know Windows / SQL etc can utilise multiple processors. In the good old days of coding, you simply wrote the .EXE and Windows would run it on a single processor (or a given processor for...
1
by: Eugene | last post by:
Hi All, In multi processor computer, do we need to use specific design/coding method to optimize our program to take advantage of the multi processor? If I use a normal program, would it...
0
by: martin | last post by:
Hi, I am just about to deploy my production application on a win2k server with two processors. I have been reading that inprocess session state is not the best method for multi processor...
1
by: reiks | last post by:
what do u mean by inprocess application model?
1
by: Johan Nedin | last post by:
Hello! I have a problem with SQLSession state on my ASP.NET pages. SQLSession state behaves very different from InProcess session state, which I think is very bad. I can understand some of...
1
by: fniles | last post by:
If I use thread in my VB.NET application, will it work in a multi processor machine ? I mean, will it crash a multi processor machine ? Thanks.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.