Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 14th, 2007, 07:21 AM
Authorized User
 
Join Date: Mar 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Article-Object Query Language for Distributed Cach

Author: Iqbal M. Khan works for Alachisoft, a leading software company providing NCache, a clustered object cache for .NET, and TierDeveloper, an O/R Mapping code generator for .NET. You can reach him at [email protected] or visit Alachisoft at www.alachisoft.com.

Object Query Language for Distributed Cache:

NCache lets you create a scalable distributed cache in the middle-tier so you can reduce expensive trips to the database and greatly improve your application performance. It also improves application scalability because you are able to find frequently used data in this highly scalable cache instead of a single database server that cannot scale up very well.

Your application typically uses a cache as a Hashtable where everything is stored based on a key and you must have this key to fetch an item. This is like having a relational database where you can only use primary key to find data. This works fine in many situations but in a real life complex application your application often needs to find data based on attributes other than the primary key. And, since you're keeping a lot of your data in the cache, it would be very useful if you could search the cache in this manner as well. NCache provides exactly such facility.

http://www.alachisoft.com/rp.php?sou...lel_query.html





Sarah Sana
http://www.alachisoft.com
__________________
Sarah Sana
http://www.alachisoft.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
00Synchronize Distributed Object Cache SQL Ser sarosh Classic ASP Basics 0 June 8th, 2007 11:22 AM
distributed query processing maheshshinde ASP.NET 2.0 Basics 1 March 13th, 2007 10:22 AM
Error in BLL.Article.Article.cs drohm BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 August 14th, 2006 09:56 AM
Is Javascript object oriented language or not . Konan Java Basics 3 July 25th, 2006 07:09 PM
Why Java isn't completely object oriented language prasanthrc Java Espanol 3 February 4th, 2005 07:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.