473,797 Members | 2,933 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1404
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****@cordian t.net> wrote in message
news:eW******** ******@TK2MSFTN GP10.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****@cordian t.net> wrote in message
news:eW******** ******@TK2MSFTN GP10.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*****@austin spad.com> wrote in message
news:Oc******** ********@TK2MSF TNGP09.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****@cordian t.net> wrote in message
news:eW******** ******@TK2MSFTN GP10.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****@cordian t.net> wrote in message
news:%2******** ********@TK2MSF TNGP09.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*****@austin spad.com> wrote in message
news:Oc******** ********@TK2MSF TNGP09.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****@cordian t.net> wrote in message
news:eW******** ******@TK2MSFTN GP10.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*****@austin spad.com> wrote in message
news:#N******** ******@TK2MSFTN GP11.phx.gbl...
What would be the business case or problem that this solution would resolve?
-Chris

"Pradeep Kumar C" <pk****@cordian t.net> wrote in message
news:%2******** ********@TK2MSF TNGP09.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*****@austin spad.com> wrote in message
news:Oc******** ********@TK2MSF TNGP09.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****@cordian t.net> wrote in message
news:eW******** ******@TK2MSFTN GP10.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
2520
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 defined within any block -- Posted via http://dbforums.com
5
3861
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 i; int main()
3
2729
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 storage Keywords.Keyword reachable from global A global variable does not satisfy its annotations when control is transferred. (Use -globstate to inhibit warning) keywords.c:60:11: Storage Keywords.Keyword released
0
1882
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 one of the topics which I find interesting as I feel that it has a lot of practical usage or applicability. We all know that all applications need some storage space to archive certain
10
5655
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 that can be pasted into a VB.Net project and run. Thanks Dave
14
2134
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 asking for comments on it. In particular: Are there any gotchas that I have overlooked? Are there any suggestions for improvements? Is there a generally available superior packages to do the same thing with the same general licensing? ...
11
3166
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" storage is ButtonHasBeenClicked. In this simple example code in Form1 calls a routine in Module1 which then calls code back in Form1 (subroutine WhatEver). WhatEver needs to access ButtonHasBeenClicked but the reference to ButtonHasBeenClicked...
5
1615
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. waiting for reply.
2
1843
by: asit | last post by:
Can functions have static storage clas ?? If yes, what is it's advantage ??
0
9536
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10245
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10205
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7559
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.