473,397 Members | 2,116 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.

Storage of Application Variable

Hi,

Where the application variable's are stored in case of WebFarm scenario.
Is it handle the application variable also like session variable like out
process?
Regards,
Pradeep
Nov 18 '05 #1
5 1388
No, Application variable are stored in the web server only (i.e. machine
specific,inproc). There is no option for outproc or sqlserver like session.

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Hi,

Where the application variable's are stored in case of WebFarm scenario. Is it handle the application variable also like session variable like out
process?
Regards,
Pradeep

Nov 18 '05 #2
Hi Pradeep,

Application variables get stored on the server in memory. Session is the
only bucket of variables you can configure to store out of process.

-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Hi,

Where the application variable's are stored in case of WebFarm scenario.
Is it handle the application variable also like session variable like out
process?
Regards,
Pradeep

Nov 18 '05 #3
Hi Chirs,
I found some article it explain how we can store the cache and
application variable in Webfarm scenario
http://www.eggheadcafe.com/articles/20030420.asp

Regards,
Pradeep Kumar C

"Chris Austin" <ca*****@austinspad.com> wrote in message
news:Oc****************@TK2MSFTNGP09.phx.gbl...
Hi Pradeep,

Application variables get stored on the server in memory. Session is the
only bucket of variables you can configure to store out of process.

-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Hi,

Where the application variable's are stored in case of WebFarm
scenario. Is it handle the application variable also like session
variable like out process?
Regards,
Pradeep


Nov 18 '05 #4
What would be the business case or problem that this solution would resolve?

-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Chirs,
I found some article it explain how we can store the cache and
application variable in Webfarm scenario
http://www.eggheadcafe.com/articles/20030420.asp

Regards,
Pradeep Kumar C

"Chris Austin" <ca*****@austinspad.com> wrote in message
news:Oc****************@TK2MSFTNGP09.phx.gbl...
Hi Pradeep,

Application variables get stored on the server in memory. Session is the
only bucket of variables you can configure to store out of process.

-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Hi,

Where the application variable's are stored in case of WebFarm
scenario. Is it handle the application variable also like session
variable like out process?
Regards,
Pradeep



Nov 18 '05 #5
I think he stated the case: A web farm scenario in which Application State
is shared. Web Farms are problematic when it comes to Application State, as
each machine has its own Application State.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Chris Austin" <ca*****@austinspad.com> wrote in message
news:#N**************@TK2MSFTNGP11.phx.gbl...
What would be the business case or problem that this solution would resolve?
-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Chirs,
I found some article it explain how we can store the cache and
application variable in Webfarm scenario
http://www.eggheadcafe.com/articles/20030420.asp

Regards,
Pradeep Kumar C

"Chris Austin" <ca*****@austinspad.com> wrote in message
news:Oc****************@TK2MSFTNGP09.phx.gbl...
Hi Pradeep,

Application variables get stored on the server in memory. Session is the only bucket of variables you can configure to store out of process.

-Chris

"Pradeep Kumar C" <pk****@cordiant.net> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Hi,

Where the application variable's are stored in case of WebFarm
scenario. Is it handle the application variable also like session
variable like out process?
Regards,
Pradeep



Nov 18 '05 #6

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

Similar topics

1
by: ravi_shankar | last post by:
I know java,but I am just beginner in C.I have some confusions regarding extern storage specifier and default storage class specifier for a variable when it has file scope that is ,when it is not...
5
by: aneesh | last post by:
Hi all, I have a program, this works fine but if we declare static below "int i" it shows different storage class specifier. what will be the reason. #include <stdlib.h> static int i ; int...
3
by: Bas Wassink | last post by:
Hello there, I'm having trouble understanding a warning produced by 'splint', a code-checker. The warning produced is: keywords.c: (in function keyw_get_string) keywords.c:60:31: Released...
0
by: Namratha Shah \(Nasha\) | last post by:
Hey Group, After a long week end I am back again. Its nice and refreshing after a short vacation so lets get started with .NET once again. Today we will discuss about Isolated Storage. This is...
10
by: Dave | last post by:
Has anyone out there managed to create a structured storage file using pure VB.Net? Specifically; with the API function StgCreateStorageEx? If so, could you post a working example here please. One...
14
by: Richard Harter | last post by:
Apologies for the length - this post is best viewed with fixed font and a line width >= 72. Below is the source code for a C header file that provides a suite of storage management macros. I am...
11
by: eBob.com | last post by:
I have this nasty problem with Shared methods and what I think of as "global storage" - i.e. storage declared outside of any subroutines or functions. In the simple example below this "global"...
5
by: kanalkannan | last post by:
Hi, I have heard a question in C data storage i want to know where the auto,static and global variables are get stored and what are the memory segments like stack heap and its allocation. ...
2
by: asit | last post by:
Can functions have static storage clas ?? If yes, what is it's advantage ??
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.