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

Caching Design

My setup is web application, middle tier for business logic and data access.
I have static data cached on the GUI and in the middle tier. The stuff
cached in the web application is to populate dropdownlists, etc. The data
cached in the middle tier is larger, company locations, etc.

Should I cache everything in the middle tier so that it's in one place? I
realize that the front end would then have to go across the wire to get the
cached data but is it worth it? What are you guys/gals doing?
Thanks!

Jim Douglas
Aug 1 '05 #1
1 1251
No u dont need to move the caching stuff to one place.There will be something
which needs to be cached at the UI level and something which needs to be
cached at the business level.Take for example,if you have some static html or
static content that will be displayed throughout u can cache this at the UI
level.At business level,u can cache the things which is frequently accessed
from database.business level is the best place for it.

"Jim Douglas" wrote:
My setup is web application, middle tier for business logic and data access.
I have static data cached on the GUI and in the middle tier. The stuff
cached in the web application is to populate dropdownlists, etc. The data
cached in the middle tier is larger, company locations, etc.

Should I cache everything in the middle tier so that it's in one place? I
realize that the front end would then have to go across the wire to get the
cached data but is it worth it? What are you guys/gals doing?
Thanks!

Jim Douglas

Aug 2 '05 #2

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

Similar topics

10
by: Jon Maz | last post by:
Hi, My goal is to take the entire html/javascript stream spat out by .aspx pages and save them as simple strings in a database (for caching purposes). I'm not sure how I can get hold of this...
2
by: Welman Jordan | last post by:
Hello, I met with a tough problem when making my pages. Please help. To make the problem short, i write down what i want here first, and then explain my situation in details. How can I...
13
by: tshad | last post by:
How do we handle Caching in IE? It seems that my system works fine in Mozilla and Netscape when I make changes. But in IE the changes are not brought across when someone has been to the site...
0
by: Chris | last post by:
I've been playing with the fragment caching and it seems to work fine. I have a user control that I set to cache. The user control has a few text boxes and a drop down list box populated from a...
1
by: Giggle Girl | last post by:
Hello, I am helping to design a web application that uses 167 little icons on various pages in a framed environment. As is, the app loads each icon on a page by page basis, and if an image...
1
by: Chu | last post by:
Hello All- I'm writing a game using asp.net (c#). The game is a browser-based Role Playing Game. I'm trying to determine the best way to design the game with scalability in mind. The Player...
2
by: beaverme | last post by:
Hi, I have a series of web services. They all use require authentication and successful authentication instantiates a Customer object which is used for billing purposes. All of this is handled by...
1
by: Kevin Burrowes | last post by:
I need to implement caching for a large enterprise application and we are planning to use the newest Caching Application Blocks. (Enterprise Library Jan. 2006) We want to cache Business Entities...
7
by: Griff | last post by:
I need to implement caching in a web application and have come up against a design issue which I would like some advice on. Am using CLASSIC ASP... The web application is a "business to...
14
by: Rowan | last post by:
What is the best approach to caching database results. example say i'm doign an update on several entries which i've loaded into an array. I want to allow the user to click through and up date each...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

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.