473,378 Members | 1,140 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,378 software developers and data experts.

caching in Application scope

JL
I read here a lot of posts saying you shouln't cache un big object or lots
of objects in Application.

Why is that?

Nov 18 '05 #1
2 1083
Caching stores that data in memory. Pretend you have 64MB of ram on a
server, and your cache takes up 30MB. This might pose a serious problem for
your server.
"JL" <dd*@sdfsdf.com> wrote in message
news:ue**************@TK2MSFTNGP11.phx.gbl...
I read here a lot of posts saying you shouln't cache un big object or lots
of objects in Application.

Why is that?

Nov 18 '05 #2
in addition application object was provided for backward compatibility with
asp classic. you should try to get away from using it moving forward.
regards

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Manit Chanthavong" <ma***@chanthavong.com> wrote in message
news:OT**************@tk2msftngp13.phx.gbl...
Caching stores that data in memory. Pretend you have 64MB of ram on a
server, and your cache takes up 30MB. This might pose a serious problem for your server.
"JL" <dd*@sdfsdf.com> wrote in message
news:ue**************@TK2MSFTNGP11.phx.gbl...
I read here a lot of posts saying you shouln't cache un big object or lots of objects in Application.

Why is that?


Nov 18 '05 #3

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

Similar topics

5
by: dave | last post by:
There seems to be plenty of discussion about caching in the Application Object, however, I cant find any info on what realistic limitations there are and how they are measured What are the...
6
by: jacob navia | last post by:
As far as I understood the standard, non-automatic variables (static/global data) can't be cached in registers because in a multiprocessing or multi-threading environment, another thread/processor...
1
by: Steve Wark | last post by:
If I create two aspx pages, place three text boxes (working with VS .net 2003 and web form controls) and a button on both forms. On the first page, the button is set to use the "onClick" to open...
2
by: Andre Ranieri | last post by:
I've been reading about the ASP.NET cache object lately out of personal curiosity and hope someone would enlighten me on a couple points. It appears the cache object works at application scope,...
6
by: Jim Steinberger | last post by:
Hey all - my inaugural post, I have a Java web application on Tomcat 5 using pg73jdbc3.jar to connect to PostgreSQL 7.3.4 running on the same server (Red Hat Linux ). I have a Perl...
6
by: spacehopper_man | last post by:
I'm considering ditching all use of Session state in favour of Application state. This is because - from what I can work out - it will be more memory efficient for me. I have three questions:...
2
by: baffled | last post by:
I have both datatables and custom objects that are specific to a session and need to be cached for such things as paging, sorting, etc... As far as I can tell, there would be 2 basic ways to do...
17
by: Fred Nelson | last post by:
Hi: I have written several web applications that obtain their connection strings from the web.config file. This is very easy to use and it makes it easy to move an app from development into...
3
by: Gary W. Smith | last post by:
I had a couple questions about data caching. We have a site that gets a huge amount of traffic to a few specific pages that have a lot of data on them (300k hits/hour during peak, about 6-10 data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
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...

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.