Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-10 Thread Avi Ben-Menahem
ilto:[EMAIL PROTECTED] On Behalf Of Stephen Miket Sent: Wednesday, September 10, 2003 02:41 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] COM+ Caching Thanks, I'll download it and try it out tomorrow. Is it much like the HttpRuntime.Cache, as far as depends, expires etc? If so, it soun

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-10 Thread Avi Ben-Menahem
: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Miket Sent: Wednesday, September 10, 2003 02:41 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] COM+ Caching Thanks, I'll download it and try it out tomorrow. Is it much like the HttpRuntime.

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-09 Thread Stephen Miket
Thanks, I'll download it and try it out tomorrow. Is it much like the HttpRuntime.Cache, as far as depends, expires etc? If so, it sounds like I can just put it in my GAC and reference it from my serviced components. That would make it an easy replacement for the current Cache. Incidentally,

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread Avi Ben-Menahem
- From: "natty"<[EMAIL PROTECTED]> Sent: 08/09/03 17:36:45 To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> Subject: Re: [ADVANCED-DOTNET] COM+ Caching Stephen Hi, I didn't follow the thread from the beginning but I think I might help you since I also use to host cla

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread natty
onday, September 08, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] COM+ Caching Not much to tell really. We told him we wanted caching in the middle tier to improve performance. He told us we could use the HTTPRuntime.Cache. All of our components are in one com+ application, sh

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread Stephen Miket
Not much to tell really. We told him we wanted caching in the middle tier to improve performance. He told us we could use the HTTPRuntime.Cache. All of our components are in one com+ application, sharing this cache ... === This list is hosted by DevelopMentorĀ®

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread Morten Abrahamsen
an relying on the Web layer. Morty -Original Message- From: Cale Corbett [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:57 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] COM+ Caching Can you point those of us who are unfamiliar with this particular idea to where

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread Stefan Holdermans
Stephen, > I work at a large telco, and we have a good relationship with > our Microsoft account manager. They did us a favor by having > one of their consultants come in to have a look at our work > in progress. We are migrating our presentation and business > layers to .NET - the fellow that ca

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-08 Thread Stephen Miket
I work at a large telco, and we have a good relationship with our Microsoft account manager. They did us a favor by having one of their consultants come in to have a look at our work in progress. We are migrating our presentation and business layers to .NET - the fellow that came in tipped us o

Re: [ADVANCED-DOTNET] COM+ Caching

2003-09-07 Thread Cale Corbett
. -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Miket Sent: Saturday, September 06, 2003 9:28 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] COM+ Caching Hello all, I am using the HttpRuntime.Cache from within my com

[ADVANCED-DOTNET] COM+ Caching

2003-09-07 Thread Stephen Miket
Hello all, I am using the HttpRuntime.Cache from within my com+ components. In the cache, I am storing a dataset that holds data which rarely changes in the db, and is read only in the business layer. It works fine and speeds up my components dramatically. I'm just hoping to get some feedback