HighTechTalks DotNet Forums  

Implementing Cache on a Single application with many customers

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss Implementing Cache on a Single application with many customers in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ryan Ternier
 
Posts: n/a

Default Implementing Cache on a Single application with many customers - 02-17-2005 , 02:40 PM






We're running an application that can have many customers (100+).

This application is a single ASP.NET installment. We use seperate folders
to hold XML settings for each customer.

Each Customer has a different DB to pull it's data from. And each Customer
has many users.

We're thinking of implementing caching on some of the most frequently viewed
pages. I've only learned a bit about caching, and have some questions about
it.

If Customer X logs onto our system and views page A, page A will be cached.
Now if Customer Y logs in, will he see X's page A or his own page?

Each customer has their own URL to go to, which fowards them to their
settings directory, which then forwards them to the application itself,
running on their settings.

I just have to make sure that Customers only see their own pages, and no one
elses.



Reply With Quote
  #2  
Old   
Geir Aamodt
 
Posts: n/a

Default Re: Implementing Cache on a Single application with many customers - 02-21-2005 , 12:28 PM






Ryan,

it is difficult to answer your question without a lot more information about
your code, setup, environment and so on.

I advise you to check out:
http://msdn.microsoft.com/library/en...utputcache.asp
which gives you an overview + links to details about ASP.NET Caching.


--

Best regards,
Geir Aamodt
geir.aamodt(AT)bekk.no

"Ryan Ternier" <rternier (AT) icompasstech (DOT) com> wrote

Quote:
We're running an application that can have many customers (100+).

This application is a single ASP.NET installment. We use seperate folders
to hold XML settings for each customer.

Each Customer has a different DB to pull it's data from. And each Customer
has many users.

We're thinking of implementing caching on some of the most frequently
viewed
pages. I've only learned a bit about caching, and have some questions
about
it.

If Customer X logs onto our system and views page A, page A will be
cached.
Now if Customer Y logs in, will he see X's page A or his own page?

Each customer has their own URL to go to, which fowards them to their
settings directory, which then forwards them to the application itself,
running on their settings.

I just have to make sure that Customers only see their own pages, and no
one
elses.





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.