WO2001086510A1 - Application caching system and method - Google Patents

Application caching system and method Download PDF

Info

Publication number
WO2001086510A1
WO2001086510A1 PCT/US2001/040705 US0140705W WO0186510A1 WO 2001086510 A1 WO2001086510 A1 WO 2001086510A1 US 0140705 W US0140705 W US 0140705W WO 0186510 A1 WO0186510 A1 WO 0186510A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
computer
cache
service
query
Prior art date
Application number
PCT/US2001/040705
Other languages
French (fr)
Inventor
Ashok Chandra
Neil Latarche
Jianchang Mao
Prabhakar Raghavan
Original Assignee
Verity, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Verity, Inc. filed Critical Verity, Inc.
Priority to CA002408623A priority Critical patent/CA2408623A1/en
Priority to JP2001583384A priority patent/JP2004501431A/en
Priority to EP01933416A priority patent/EP1287449A4/en
Priority to AU2001259845A priority patent/AU2001259845A1/en
Publication of WO2001086510A1 publication Critical patent/WO2001086510A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Definitions

  • This invention relates generally to a system and method for caching an application on a computer and in particular to a system and method for remotely storing a software application or software application module so that the application is distributed through a computer network.
  • a typical web browsing application such as Netscape® Navigator or Microsoft® Explorer, permits the user to cache web pages on their local computer. Then, during future browsing sessions, prior to retrieving the requested page from the server, the browser checks to see if the web page is still stored in the web page cache. If the web page is in the cache, it is loaded from the cache. Otherwise, the browser requests the web page from the server. Typically, the browser deletes the cache after a certain period of time and does not permit caching of certain types of web pages, such as dynamic web pages. This type of caching may be referred to as static web page caching.
  • AT&T has developed a computer network with shared static caching wherein there may be a computer network to which one or more computers are attached.
  • the computer network may also include a central server that has a central cache directory. Each time that a computer connected to the computer network caches a data object, it provides an update to the central cache directory.
  • the new computer's list of cached objects are uploaded to the central cache directory so that the central cache directory has a listing of all of the cached objects across the computer network. Then, when any computer requests an object, the central cache directory is checked to determine if the object is cached at one of the other computers so that the computer may retrieve the object from one of the other computers.
  • the computer retrieves the object over the computer network and then updates the central cache directory to inform it that the computer now has a cached copy of the object.
  • This system is an improvement over a typical proxy server system since the proxy server ends up being the bottleneck point.
  • This system provides a distributed cache in that the cached objects are distributed between all of the computers connected to the computer network and the only information on the central computer is the central cache directory.
  • static objects such as web pages or the like, may be cached.
  • the limitation of the typical web browsers and the distributed cache is that these systems do not permit dynamic data to be cached. For example, these systems do not permit software applications or software application modules to be cached.
  • nodes that store pieces of static data (files, multimedia, etc.). These nodes are connected together by network links. These nodes also field requests for service (a simple example of a request could be "give me access to data file X"). Since the time taken to send the requested data object over networks links from the node where it is stored to the node that requested it can be significant, it is common to use a caching service to replicate the data objects at various nodes.
  • the basic idea is that when a request for a data object, X, is received at a node, N, of the network, the caching service seeks a copy of X that is "close" to N (in terms of number of network links to be traversed, or estimated network delay or some other compound measure of proximity).
  • N node
  • the caching service By actively managing the replication of data objects in response to incoming requests, the caching service is typically able to service the incoming requests in such a way that users making the service requests experience quicker responses on average.
  • This caching service is typically a distributed program running at the various nodes of the network and has to manage such issues as the amount of storage available at each node, the network overhead caused by preemptively replicating data at multiple nodes, and the consistency of multiple copies of a data object (i.e., what happens if one copy of an object is modified by some other program).
  • Such distributed caching is at the heart of an internet caching service such as that provided by Akamai, Inc.
  • a common technique for dealing with the above problem and limitation is called server-mirroring.
  • the basic idea is to statically replicate the database, D, and the search application for the database, A, at a number of nodes of the network so that in essence the query service is replicated in its entirety at multiple nodes. If a web site has multiple mirror sites, a directory name service (DNS) lookup (typically requested by the browser) will return multiple IP addresses in a list with a predefined order and the browser typically selects the first IP address. If the server selected by the browser is overloaded and a time-out occurs, the browser will select the next IP address in the list as so on.
  • DNS directory name service
  • the replication of D and A at multiple nodes means permanently locking down storage and computational resources at a number of network nodes. This is especially significant when the network (for instance, the internet) is offering hundreds of such search and other services.
  • the assignment of nodes at which to replicate D and A is static in that it does not respond to changes in user request patterns. For instance, search services relating to financial information may be more accessed in North American business hours whereas, later in the day, North American users tend to seek sports- and entertainment-related information, while users in the Far East begin to seek financial information.
  • the database, D is replicated in its entirety. However, it is well known that a large fraction of queries concentrates on a small fraction of the database (so-called spatial locality).
  • the application caching system and method in accordance with the invention permits service request across the computer network to be executed in an efficient manner without copies of the application and data to service the service request located at each node of the computer network.
  • the application caching system thus minimizes the latency associated with fulfilling the service request.
  • the application caching system may be used with a variety of different applications including search applications and the like.
  • an application caching system comprising a computer network and a cache directory connected to the computer network that controls the caching of an application across the computer network.
  • the system further comprises a master application computer that stores one or more applications and the data associated with the one or more applications, and an application cache computer that receives an application and its associated data from the master application computer in order to service a request from a computer located near the application cache computer.
  • the cache directory further comprises a list of prior service requests and prior service results and the location of the resources for servicing the service and a central cache dispatcher for dispatching a service request to the appropriate application cache computer.
  • the central cache dispatcher returns the cached result if the current service request matches a prior service request and determines if the application cache computer adjacent the service requester can handle the service request.
  • the central cache dispatcher may, if the adjacent application cache computer cannot handle the service request, forward an application and data necessary to execute the service request to an application cache computer near the service requester to execute the service request.
  • a method for application caching in accordance with the invention is also described.
  • FIG. 1 is a block diagram illustrating a software application caching system in accordance with the invention
  • Figure 2 is a flowchart illustrating a method for software application caching in accordance with the invention
  • Figure 3 is a flowchart illustrating a method for handling dynamic application requests in accordance with the invention.
  • Figures 4- 13 are diagrams illustrating an example of the operation of the software application caching system in accordance with the invention.
  • the invention is particularly applicable to a system for caching a search software application and it is in this context that the invention will be described. It will be appreciated, however, that the device and method in accordance with the invention has greater utility since it may be for caching any type of dynamic object and may be used for various other different software applications including a mortgage calculation program or a web page summarizer.
  • the distributed caching paradigm described above may be generalized and extended to permit the caching of other software applications on the network in addition to typical data object caching. To better understand the invention, a simple example of a search in a database will be described before describing the system in detail.
  • a database, D of records that can be accessed by a search application, A, in response to a user query, Q.
  • the search application A retrieves from D a set of results matching the query Q.
  • the database D could be a relational database of financial data
  • A could be a database application
  • Q could ask for a list of all companies whose stock price is between $50 and $55.
  • Q is routed to the network node N containing D and the application A.
  • the application A searches through D, generates the answer to the query Q, then routes the results back to the network node that originated the request.
  • the software application caching system in accordance with the invention as will now be described may be used.
  • FIG. 1 is a block diagram illustrating a software application caching system 20 in accordance with the invention.
  • the system 20 may include a computer network 22, such as a wide area network like the Internet or the World Wide Web, that connects together one or more individual computers or local area networks (LANs) 24 (shown as circles in the diagram).
  • the system 20 may also include one or more application cache servers 26 (shown as squares in the diagram), one or more master application servers 28 (shown as large ovals in the diagram) and a central cache directory server 30 that are all connected to the computer network.
  • the computer network along with the various computing resources as shown in Figure 1 form a web of computing resources.
  • a single application being cached is described, multiple applications may be cached and there may be multiple master application servers so that a plurality of applications in accordance with the invention may be cached.
  • the application cache servers 26 may be distributed geographically throughout the computer network.
  • the master application servers 28 may be strategically placed around the computer network.
  • each master application server provides a set of specific services to its customers.
  • the master application servers shown in Figure 1 may include the CDNow and HomeDepot servers.
  • a master application server may maintain all the services (e.g., the whole data collection D and all of the application programs A) for the corresponding application.
  • the application cache server 26 may cache a number of sub-collections (e.g., a subset of ⁇ D l5 D 2 ,...,D n ⁇ , a partition of D) and necessary application programs (a subset of ⁇ A aniA 2 ,...,A m ⁇ , a partition of A).
  • the decision of what, where, and how to cache is based on statistics of time- and node-dependent query patterns.
  • the cache directory server 30 connected to the network keeps track of the status (what services have been cached on what servers) of all the application cache servers on the network.
  • the cache directory server also hosts a central query dispatcher that routes a query to the nearest application cache server and then routes the result back to where the query was originated. Now, the operation of the application caching system in accordance with the invention will be described.
  • FIG 2 is a flowchart illustrating a method 40 for software application caching in accordance with the invention.
  • a query is typically served in the distributed application caching system according to the workflow shown in Figure 2.
  • the user may request a search form from a web site which then forwards the request to the master application server in step 42.
  • the master application server may then send the search page form to the user in step 44.
  • the user may submit the query using the search form that the user received from a Master Application Server (e.g., CDNow).
  • the query is actually routed to the cache directory server.
  • a Master Application Server e.g., CDNow
  • the central query dispatcher in the cache directory server Upon receiving the user query, the central query dispatcher in the cache directory server first checks whether that query has been asked in the recent past, and whether its result is available at a node in the vicinity of the node where the query originated. If the result of the query is already close to the originating node, the central query dispatcher may choose to respond with this recent result. Otherwise, the central query dispatcher may look at a centrally maintained table that lists, for common queries, the fraction of results from each of the collections. In step 48, the cache directory server may route the query to the nearest application cache server. At the application cache server, the server may determine in step 50 if the query has been previously executed and cached. If the query results have been previously executed and cached, the application cache server may serve the cached results to the user in step 52.
  • the application cache server determines if the query is a local search in step 54(e.g., can the search be executed using resources local to the application cache server?). If the query can be executed locally, then the application cache server may execute the query locally in step 56. Otherwise, the application cache server searches among the application cache servers in it neighborhood in step 58 for the necessary computing resources to execute the query.
  • the table may contain entries stating that, at the last estimation of result sizes, 70% of the results for this query come from collection D 3 , 26% from D 7 and the rest from D ⁇ .
  • the dispatcher then identifies in the table that there is currently a cached copy of D 3 at the node V where the query originated and copies of D 7 and D ⁇ are at a neighboring node W in the network (See Figure 1). It therefore forwards the task of servicing the query to V together with the information it needs to spawn a sub-query to neighbor W. Node V runs the query against its collection, collates the results of the sub-query from W, and then returns the result to the user.
  • copies of the application A must be resident and running at both V and W in the above example.
  • the application A need not be bound to a particular search service - it can be shared across multiple search services.
  • a large number of applications can benefit from distributed application caching in accordance with the invention.
  • document summarization becomes very important because of the small-size screen on the handheld devices and the limited bandwidth between handheld devices and web servers using Wireless Application Protocol (WAP).
  • WAP Wireless Application Protocol
  • the distributed application caching in accordance with the invention is well suitable for dealing with this problem.
  • a document summarization program (such as the one from Verity, Inc.) can be cached on the application cache servers across the network.
  • an application server when it receives a request originated from a handheld device, it uses the cached document summarizer to serve up a small-footprint version of the document in the WML (Wireless Markup Language) format, unbeknown to the content originator.
  • WML Wireless Markup Language
  • Other examples of applications that benefit from the application caching in accordance with the invention include a CGI program or a servlet for Mortgage calculation that can be cached on the application cache servers across the network to reduce the load on the master application server.
  • FIG. 3 is a flowchart illustrating a method 70 for handling dynamic service requests in accordance with the invention.
  • the method based on the particular service request, such as a query, attempts to find the best solution to the service request.
  • the solution to the service request may include returning a cached result (best solution), executing the query on an application cache computer (AC) in the same LAN as the query or downloading the necessary program and data to an AC near the query requester so that that AC can execute the query.
  • the cache directory receives an incoming query from a user. Using the table stored in the cache directory as described above, the dispatcher in the cache directory may determine if the query is cached in the system in step 74.
  • the cache directory determines if the application cache (AC) computer on the same LAN as the user can service the query in step 78. The AC can service the query if it has the appropriate program and data to execute the query.
  • AC application cache
  • the AC executes the query in step 80 and returns the query results to the user.
  • the local AC may also store the query results and forward the query results to the cache directory so that similar future queries may be more easily satisfied.
  • the cache directory may select an AC near the user and download forward the necessary program and data to execute the query in step 82 so that that AC can execute the query. This option is the least desirable since it requires forwarding the program and data to the AC, but ensures that the query is executed as close to the user as possible so that the latency due to distance between the user and the AC is minimized.
  • the cache directory updates its table to reflect that the particular AC has the necessary programs and data to execute the query.
  • step 86 the AC near the user executes the query.
  • step 88 the AC forwards the results to the user and stores a copy of the results on the AC.
  • the AC may also forward the results to the cache directory.
  • each service request received by the application caching system is executed in the most efficient manner without requiring a copy of the program and data at each node in the network.
  • the application caching system reduces the amount of redundancy in the network, but ensures that all service requests are handled in the most efficient manner.
  • FIGs 4- 13 are diagrams illustrating an example of the operation of the software application caching system in accordance with the invention.
  • a user may visit a web site, such as CDNow, that includes product searching capabilities. These product searching capabilities may be implemented using the application caching system in accordance with the invention.
  • a computer network 60 may include the computer network 22 connected a plurality of computers/LANs 24 together along with the application cache server 26, the master application server 28 and the central cache directory server 30.
  • the master application server is housed at the CDNow web site 61 and is owned and run by CDNow and provides CDNow user's with the benefits of the application caching system.
  • a customer Customer A
  • the user's request traverses the computer network as shown by an arrow 62.
  • the CDNow web site 61 in response to the search form request from the user, the CDNow web site 61 returns a search form 64 to the customer over the computer network.
  • the user may enter the query into the form and the submission of the query is redirected to the cache directory server 30.
  • the search form provided to the user may include information about the address of the cache directory server 30 so that the user's query is automatically directed to that cache directory server.
  • the cache directory server may determine whether the query and its results is cached in the system (in this example, the query was not cached) and may determine if an application cache server near the customer can service the query (in this example, the application cache server near the customer (within the LAN of the customer) cannot service the query since the search application to process the query or the data for the query is not located near the application cache server). Based on the above determinations, the cache directory server 30 decides to cache the necessary data and programs for serving the query at the application cache server, Z.
  • the CDNow web site 61 may gather the results of the query and send the search results to customer A (for review) and to the cache directory server ( so that the list of cached queries at the cache directory server may be updated).
  • the CDNow web site 61 and in particular the master application server 28 sends the necessary collections of data and programs to the application cache server Z so that it can, in the future, service the query.
  • the cache directory server may update its directory to reflect that application cache server Z has the data and programs downloaded to it and cache the search results.
  • steps 1- 3 as shown in Figures 5- 7 are executed.
  • the cache directory server sends the cached query results from A's query directly to B.
  • the cache directory finds that the query is not cached at the cache directory server (unlike Customer's B query), but that it can be served by application cache server Z since it is currently storing the data and program needed to service the search and it is close to Customer C. Therefore, the query for Customer C is routed to application cache server Z.
  • application cache server Z serves the query for Customer C and then caches the query results locally.
  • the application cache server Z may then update the cache directory server 30 so that it knows that application cache server Z has a locally cached copy of the query results.

Abstract

An application caching system and method are provided wherein one or more applications may be cached throughout a distributed computer network (24). The system may include a central cache directory server (30), one or more distributed master application servers (28) and one or more distributed application cache servers (26). The system may permit a service, such as a search, to be provided to the user more quickly.

Description

APPLICATION CACHING SYSTEM AND METHOD Background of the Invention
This invention relates generally to a system and method for caching an application on a computer and in particular to a system and method for remotely storing a software application or software application module so that the application is distributed through a computer network.
A typical web browsing application, such as Netscape® Navigator or Microsoft® Explorer, permits the user to cache web pages on their local computer. Then, during future browsing sessions, prior to retrieving the requested page from the server, the browser checks to see if the web page is still stored in the web page cache. If the web page is in the cache, it is loaded from the cache. Otherwise, the browser requests the web page from the server. Typically, the browser deletes the cache after a certain period of time and does not permit caching of certain types of web pages, such as dynamic web pages. This type of caching may be referred to as static web page caching.
AT&T has developed a computer network with shared static caching wherein there may be a computer network to which one or more computers are attached. The computer network may also include a central server that has a central cache directory. Each time that a computer connected to the computer network caches a data object, it provides an update to the central cache directory. In addition, when a new computer connects to the computer network, the new computer's list of cached objects are uploaded to the central cache directory so that the central cache directory has a listing of all of the cached objects across the computer network. Then, when any computer requests an object, the central cache directory is checked to determine if the object is cached at one of the other computers so that the computer may retrieve the object from one of the other computers. If the object is not cached at any other computer based on the search of the central cache directory, the computer retrieves the object over the computer network and then updates the central cache directory to inform it that the computer now has a cached copy of the object. This system is an improvement over a typical proxy server system since the proxy server ends up being the bottleneck point. This system provides a distributed cache in that the cached objects are distributed between all of the computers connected to the computer network and the only information on the central computer is the central cache directory. In this system, static objects, such as web pages or the like, may be cached. The limitation of the typical web browsers and the distributed cache is that these systems do not permit dynamic data to be cached. For example, these systems do not permit software applications or software application modules to be cached.
In a distributed computing environment, there may be a number of computing nodes that store pieces of static data (files, multimedia, etc.). These nodes are connected together by network links. These nodes also field requests for service (a simple example of a request could be "give me access to data file X"). Since the time taken to send the requested data object over networks links from the node where it is stored to the node that requested it can be significant, it is common to use a caching service to replicate the data objects at various nodes. The basic idea is that when a request for a data object, X, is received at a node, N, of the network, the caching service seeks a copy of X that is "close" to N (in terms of number of network links to be traversed, or estimated network delay or some other compound measure of proximity). By actively managing the replication of data objects in response to incoming requests, the caching service is typically able to service the incoming requests in such a way that users making the service requests experience quicker responses on average. This caching service is typically a distributed program running at the various nodes of the network and has to manage such issues as the amount of storage available at each node, the network overhead caused by preemptively replicating data at multiple nodes, and the consistency of multiple copies of a data object (i.e., what happens if one copy of an object is modified by some other program). Such distributed caching is at the heart of an internet caching service such as that provided by Akamai, Inc.
A common technique for dealing with the above problem and limitation is called server-mirroring. The basic idea is to statically replicate the database, D, and the search application for the database, A, at a number of nodes of the network so that in essence the query service is replicated in its entirety at multiple nodes. If a web site has multiple mirror sites, a directory name service (DNS) lookup (typically requested by the browser) will return multiple IP addresses in a list with a predefined order and the browser typically selects the first IP address. If the server selected by the browser is overloaded and a time-out occurs, the browser will select the next IP address in the list as so on.
There are several difficulties with this approach. First, the replication of D and A at multiple nodes means permanently locking down storage and computational resources at a number of network nodes. This is especially significant when the network (for instance, the internet) is offering hundreds of such search and other services. Second, the assignment of nodes at which to replicate D and A is static in that it does not respond to changes in user request patterns. For instance, search services relating to financial information may be more accessed in North American business hours whereas, later in the day, North American users tend to seek sports- and entertainment-related information, while users in the Far East begin to seek financial information. Third, the database, D, is replicated in its entirety. However, it is well known that a large fraction of queries concentrates on a small fraction of the database (so-called spatial locality). In addition, there are patterns of temporal locality (for instance, a surge in interest in financial information on a company in response to a news item about the company). Thus, it is desirable to provide a software application caching system and method that overcomes the above described limitations and problems with conventional systems and it is to this end that the present invention is directed.
Summary of the Invention
The application caching system and method in accordance with the invention permits service request across the computer network to be executed in an efficient manner without copies of the application and data to service the service request located at each node of the computer network. The application caching system thus minimizes the latency associated with fulfilling the service request. The application caching system may be used with a variety of different applications including search applications and the like.
Thus, in accordance with the invention, an application caching system is provided. The system comprises a computer network and a cache directory connected to the computer network that controls the caching of an application across the computer network. The system further comprises a master application computer that stores one or more applications and the data associated with the one or more applications, and an application cache computer that receives an application and its associated data from the master application computer in order to service a request from a computer located near the application cache computer. In more detail, the cache directory further comprises a list of prior service requests and prior service results and the location of the resources for servicing the service and a central cache dispatcher for dispatching a service request to the appropriate application cache computer.
The central cache dispatcher returns the cached result if the current service request matches a prior service request and determines if the application cache computer adjacent the service requester can handle the service request. The central cache dispatcher may, if the adjacent application cache computer cannot handle the service request, forward an application and data necessary to execute the service request to an application cache computer near the service requester to execute the service request. A method for application caching in accordance with the invention is also described.
Brief Description of the Drawings
Figure 1 is a block diagram illustrating a software application caching system in accordance with the invention;
Figure 2 is a flowchart illustrating a method for software application caching in accordance with the invention; Figure 3 is a flowchart illustrating a method for handling dynamic application requests in accordance with the invention; and
Figures 4- 13 are diagrams illustrating an example of the operation of the software application caching system in accordance with the invention.
Detailed Description of a Preferred Embodiment
The invention is particularly applicable to a system for caching a search software application and it is in this context that the invention will be described. It will be appreciated, however, that the device and method in accordance with the invention has greater utility since it may be for caching any type of dynamic object and may be used for various other different software applications including a mortgage calculation program or a web page summarizer. In accordance with the invention, the distributed caching paradigm described above may be generalized and extended to permit the caching of other software applications on the network in addition to typical data object caching. To better understand the invention, a simple example of a search in a database will be described before describing the system in detail.
Therefore, consider a database, D, of records that can be accessed by a search application, A, in response to a user query, Q. In particular, the search application A retrieves from D a set of results matching the query Q. For instance, the database D could be a relational database of financial data, A could be a database application, and Q could ask for a list of all companies whose stock price is between $50 and $55. In a traditional network (such as the internet today), Q is routed to the network node N containing D and the application A. At N, the application A searches through D, generates the answer to the query Q, then routes the results back to the network node that originated the request. In the process, the user experiences delays resulting from two sources: (1) the transit time for the query to travel through the network to the (unique) node N containing D and A; and (2) the contention resulting from many users on the network all sharing the computing resources at N. To solve these problems, the software application caching system in accordance with the invention as will now be described may be used.
Figure 1 is a block diagram illustrating a software application caching system 20 in accordance with the invention. The system 20 may include a computer network 22, such as a wide area network like the Internet or the World Wide Web, that connects together one or more individual computers or local area networks (LANs) 24 (shown as circles in the diagram). The system 20 may also include one or more application cache servers 26 (shown as squares in the diagram), one or more master application servers 28 (shown as large ovals in the diagram) and a central cache directory server 30 that are all connected to the computer network. The computer network along with the various computing resources as shown in Figure 1 form a web of computing resources. Although for purposes of this description a single application being cached is described, multiple applications may be cached and there may be multiple master application servers so that a plurality of applications in accordance with the invention may be cached.
In accordance with the invention, the application cache servers 26 may be distributed geographically throughout the computer network. In addition, the master application servers 28 may be strategically placed around the computer network. In particular, each master application server provides a set of specific services to its customers. For example, the master application servers shown in Figure 1 may include the CDNow and HomeDepot servers. In more detail, a master application server may maintain all the services (e.g., the whole data collection D and all of the application programs A) for the corresponding application. The application cache server 26, on the other hand, may cache a number of sub-collections (e.g., a subset of {Dl5D2,...,Dn}, a partition of D) and necessary application programs (a subset of {A„A2,...,Am}, a partition of A). The decision of what, where, and how to cache is based on statistics of time- and node-dependent query patterns. The cache directory server 30 connected to the network keeps track of the status (what services have been cached on what servers) of all the application cache servers on the network. The cache directory server also hosts a central query dispatcher that routes a query to the nearest application cache server and then routes the result back to where the query was originated. Now, the operation of the application caching system in accordance with the invention will be described.
Figure 2 is a flowchart illustrating a method 40 for software application caching in accordance with the invention. In particular, a query is typically served in the distributed application caching system according to the workflow shown in Figure 2. In more detail, the user may request a search form from a web site which then forwards the request to the master application server in step 42. The master application server may then send the search page form to the user in step 44. In step 46, the user may submit the query using the search form that the user received from a Master Application Server (e.g., CDNow). The query is actually routed to the cache directory server. Upon receiving the user query, the central query dispatcher in the cache directory server first checks whether that query has been asked in the recent past, and whether its result is available at a node in the vicinity of the node where the query originated. If the result of the query is already close to the originating node, the central query dispatcher may choose to respond with this recent result. Otherwise, the central query dispatcher may look at a centrally maintained table that lists, for common queries, the fraction of results from each of the collections. In step 48, the cache directory server may route the query to the nearest application cache server. At the application cache server, the server may determine in step 50 if the query has been previously executed and cached. If the query results have been previously executed and cached, the application cache server may serve the cached results to the user in step 52. If the query has not been previously cached, the application cache server determines if the query is a local search in step 54(e.g., can the search be executed using resources local to the application cache server?). If the query can be executed locally, then the application cache server may execute the query locally in step 56. Otherwise, the application cache server searches among the application cache servers in it neighborhood in step 58 for the necessary computing resources to execute the query.
For instance, on the query "IBM", the table may contain entries stating that, at the last estimation of result sizes, 70% of the results for this query come from collection D3, 26% from D7 and the rest from Dπ. The dispatcher then identifies in the table that there is currently a cached copy of D3 at the node V where the query originated and copies of D7 and Dπ are at a neighboring node W in the network (See Figure 1). It therefore forwards the task of servicing the query to V together with the information it needs to spawn a sub-query to neighbor W. Node V runs the query against its collection, collates the results of the sub-query from W, and then returns the result to the user.
For the above application caching method in accordance with the invention, copies of the application A must be resident and running at both V and W in the above example. In an environment where there are potentially thousands of such applications providing services throughout the network, it may not be possible to maintain a copy active at every node of the network. Therefore, it is sufficient to cache a subset of the applications (at a subset of the nodes) wherein the favored combination of subsets are the most frequently accessed applications nearest the nodes that access them most often. Notice, further, that the application A need not be bound to a particular search service - it can be shared across multiple search services. Other obvious generalizations include the use of more than one data source D, and/or the use of more than one application A, in composing the results for a query (in many cases, a service assembles the results of several queries to assemble a result for the end-user - for instance, a 20-minute-delayed stock quote, plus a 3-month stock chart, plus a text search for news on a company - each summoned from a distinct database or text source).
A large number of applications can benefit from distributed application caching in accordance with the invention. For example, as a rapidly increasing number of handheld devices (or small-form-factor devices such as, PDAs, Palm Pilots, pagers, cellular phones) access the web, document summarization becomes very important because of the small-size screen on the handheld devices and the limited bandwidth between handheld devices and web servers using Wireless Application Protocol (WAP). The distributed application caching in accordance with the invention is well suitable for dealing with this problem. In particular, a document summarization program (such as the one from Verity, Inc.) can be cached on the application cache servers across the network. Thus, when an application server receives a request originated from a handheld device, it uses the cached document summarizer to serve up a small-footprint version of the document in the WML (Wireless Markup Language) format, unbeknown to the content originator. Other examples of applications that benefit from the application caching in accordance with the invention include a CGI program or a servlet for Mortgage calculation that can be cached on the application cache servers across the network to reduce the load on the master application server. Now, a method for handling dynamic requests in accordance with the invention will be described.
Figure 3 is a flowchart illustrating a method 70 for handling dynamic service requests in accordance with the invention. In particular, the method, based on the particular service request, such as a query, attempts to find the best solution to the service request. The solution to the service request may include returning a cached result (best solution), executing the query on an application cache computer (AC) in the same LAN as the query or downloading the necessary program and data to an AC near the query requester so that that AC can execute the query. In step 72, the cache directory receives an incoming query from a user. Using the table stored in the cache directory as described above, the dispatcher in the cache directory may determine if the query is cached in the system in step 74. If the query has been previously cached, then the cache directory will direct the cached result to the user to fulfill the user's query in step 76. This is the best solution since there will be minimal latency since the query does not need to be repeated. This solution also saves computing resources since the query does not need to be repeated. If the query has not been cached, then the cache directory determines if the application cache (AC) computer on the same LAN as the user can service the query in step 78. The AC can service the query if it has the appropriate program and data to execute the query.
If the AC local to the user has the appropriate facilities, then the AC executes the query in step 80 and returns the query results to the user. The local AC may also store the query results and forward the query results to the cache directory so that similar future queries may be more easily satisfied. If the AC local to the user cannot server the query, then the cache directory may select an AC near the user and download forward the necessary program and data to execute the query in step 82 so that that AC can execute the query. This option is the least desirable since it requires forwarding the program and data to the AC, but ensures that the query is executed as close to the user as possible so that the latency due to distance between the user and the AC is minimized. In step 84, the cache directory updates its table to reflect that the particular AC has the necessary programs and data to execute the query. In step 86, the AC near the user executes the query. In step 88, the AC forwards the results to the user and stores a copy of the results on the AC. The AC may also forward the results to the cache directory. In this manner, each service request received by the application caching system is executed in the most efficient manner without requiring a copy of the program and data at each node in the network. Thus, the application caching system reduces the amount of redundancy in the network, but ensures that all service requests are handled in the most efficient manner. Now, an example of the application caching in accordance with the invention will be described.
Figures 4- 13 are diagrams illustrating an example of the operation of the software application caching system in accordance with the invention. In this example, a user may visit a web site, such as CDNow, that includes product searching capabilities. These product searching capabilities may be implemented using the application caching system in accordance with the invention. In particular, as shown in Figure 4, a computer network 60 may include the computer network 22 connected a plurality of computers/LANs 24 together along with the application cache server 26, the master application server 28 and the central cache directory server 30. In this example, the master application server is housed at the CDNow web site 61 and is owned and run by CDNow and provides CDNow user's with the benefits of the application caching system. In particular, when a customer (Customer A) visits the CDNow web site and desires to complete a search, the user's request traverses the computer network as shown by an arrow 62.
As shown in Figure 5, in response to the search form request from the user, the CDNow web site 61 returns a search form 64 to the customer over the computer network. As shown in Figure 6, the user may enter the query into the form and the submission of the query is redirected to the cache directory server 30. In particular, the search form provided to the user may include information about the address of the cache directory server 30 so that the user's query is automatically directed to that cache directory server. As shown in Figure 7, the cache directory server may determine whether the query and its results is cached in the system (in this example, the query was not cached) and may determine if an application cache server near the customer can service the query (in this example, the application cache server near the customer (within the LAN of the customer) cannot service the query since the search application to process the query or the data for the query is not located near the application cache server). Based on the above determinations, the cache directory server 30 decides to cache the necessary data and programs for serving the query at the application cache server, Z.
As shown in Figure 8, the CDNow web site 61 may gather the results of the query and send the search results to customer A (for review) and to the cache directory server ( so that the list of cached queries at the cache directory server may be updated). As shown in Figure 9, the CDNow web site 61 and in particular the master application server 28, sends the necessary collections of data and programs to the application cache server Z so that it can, in the future, service the query. At the same time, as shown in Figure 10, the cache directory server may update its directory to reflect that application cache server Z has the data and programs downloaded to it and cache the search results. Then, as shown in Figure 11, when customer B at a different LAN or computer submits the same query as A to the CDNow web site 61, steps 1- 3 as shown in Figures 5- 7) are executed. In this case, the cache directory server sends the cached query results from A's query directly to B. As shown in Figure 12, when a third customer (Customer C) submits a different query, the cache directory finds that the query is not cached at the cache directory server (unlike Customer's B query), but that it can be served by application cache server Z since it is currently storing the data and program needed to service the search and it is close to Customer C. Therefore, the query for Customer C is routed to application cache server Z. Then, as shown in Figure 13, application cache server Z serves the query for Customer C and then caches the query results locally. The application cache server Z may then update the cache directory server 30 so that it knows that application cache server Z has a locally cached copy of the query results. While the foregoing has been with reference to a particular embodiment of the invention, it will be appreciated by those skilled in the art that changes in this embodiment may be made without departing from the principles and spirit of the invention, the scope of which is defined by the appended claims.

Claims

Claims:
1. An application caching system, comprising:
a computer network;
a cache directory connected to the computer network that controls the caching of an application across the computer network;
a master application computer that stores one or more applications and the data associated with the one or more applications; and
an application cache computer that receives an application and its associated data from the master application computer in order to service a request from a computer located near the application cache computer.
2. The system of Claim 1, wherein the cache directory comprises a list of prior service requests and prior service results and the location of the resources for servicing the service and a central cache dispatcher for dispatching a service request to the appropriate application cache computer.
3. The system of Claim 2, wherein the service comprises a query.
4. The system of Claim 2, wherein the central cache dispatcher further comprises means for returning the cached result if the current service request matches a prior service request, means for determining if the application cache computer adjacent the service requester can handle the service request and means, if the adjacent application cache computer cannot handle the service request, for forwarding an application and data necessary to execute the service request to an application cache computer near the service requester to execute the service request.
5. An application caching method in a computer network having a cache directory that controls the caching of an application across the computer network, a master application computer that stores one or more application and the data associated with the one or more applications, and an application cache computer that receives an application and its associated data from the master application computer in order to service a request from a computer located near the application cache computer, the method comprising:
returning a cached result if a current service request matches a prior service request;
determining, if no cached result exists, if an application cache computer adjacent the service requester can handle the service request;
forwarding the service request to the adjacent application cache computer for execution of the service request; and forwarding, if the adjacent application cache computer cannot handle the service request, the application and data necessary to execute the service request to an application cache computer near the service requester to execute the service request.
PCT/US2001/040705 2000-05-08 2001-05-08 Application caching system and method WO2001086510A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA002408623A CA2408623A1 (en) 2000-05-08 2001-05-08 Application caching system and method
JP2001583384A JP2004501431A (en) 2000-05-08 2001-05-08 Application caching system and method
EP01933416A EP1287449A4 (en) 2000-05-08 2001-05-08 Application caching system and method
AU2001259845A AU2001259845A1 (en) 2000-05-08 2001-05-08 Application caching system and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/566,675 US6457047B1 (en) 2000-05-08 2000-05-08 Application caching system and method
US09/566,675 2000-05-08

Publications (1)

Publication Number Publication Date
WO2001086510A1 true WO2001086510A1 (en) 2001-11-15

Family

ID=24263919

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/040705 WO2001086510A1 (en) 2000-05-08 2001-05-08 Application caching system and method

Country Status (7)

Country Link
US (1) US6457047B1 (en)
EP (1) EP1287449A4 (en)
JP (1) JP2004501431A (en)
KR (1) KR20030040206A (en)
AU (1) AU2001259845A1 (en)
CA (1) CA2408623A1 (en)
WO (1) WO2001086510A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9317469B2 (en) 2007-11-08 2016-04-19 Dell Products L.P. Network with distributed shared memory
US9495301B2 (en) 2012-08-07 2016-11-15 Dell Products L.P. System and method for utilizing non-volatile memory in a cache
CN106326489A (en) * 2016-09-09 2017-01-11 腾讯科技(深圳)有限公司 Network resource updating method and device
US9549037B2 (en) 2012-08-07 2017-01-17 Dell Products L.P. System and method for maintaining solvency within a cache
US9852073B2 (en) 2012-08-07 2017-12-26 Dell Products L.P. System and method for data redundancy within a cache

Families Citing this family (142)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6430618B1 (en) * 1998-03-13 2002-08-06 Massachusetts Institute Of Technology Method and apparatus for distributing requests among a plurality of resources
US8225002B2 (en) 1999-01-22 2012-07-17 Network Disk, Inc. Data storage and data sharing in a network of heterogeneous computers
US6601090B1 (en) 1999-06-25 2003-07-29 Nortel Networks Limited System and method for servicing internet object accessess from a coupled intranet
US7543078B2 (en) * 1999-12-31 2009-06-02 Subdomain Identity Partners Individuals' URL identity exchange and communications
US20030050920A1 (en) * 2001-02-12 2003-03-13 Chen Sun Contacts management using virtual subdomains
JP2001345852A (en) * 2000-06-05 2001-12-14 World Axle Kk Communication system and network client
CN1138216C (en) * 2000-06-21 2004-02-11 国际商业机器公司 Device and method for providing quick information service for multiple equipments
US6704781B1 (en) * 2000-06-27 2004-03-09 Intel Corporation System and method for content caching implementing compensation for providing caching services
US7124203B2 (en) * 2000-07-10 2006-10-17 Oracle International Corporation Selective cache flushing in identity and access management systems
US7194764B2 (en) 2000-07-10 2007-03-20 Oracle International Corporation User authentication
US7058700B1 (en) * 2000-07-13 2006-06-06 Oracle International Corporation Delta caching
US6826626B1 (en) * 2000-07-21 2004-11-30 Clear Blue Technologies Management, Inc. Method of and apparatus for rapid retrieval of data in a content distribution network
US7171455B1 (en) 2000-08-22 2007-01-30 International Business Machines Corporation Object oriented based, business class methodology for generating quasi-static web pages at periodic intervals
US6853994B1 (en) * 2000-08-30 2005-02-08 International Business Machines Corporation Object oriented based, business class methodology for performing data metric analysis
US6980985B1 (en) * 2000-08-30 2005-12-27 At&T Corp. Distributed evalulation of directory queries using a topology cache
US8402124B1 (en) * 2000-11-16 2013-03-19 International Business Machines Corporation Method and system for automatic load balancing of advertised services by service information propagation based on user on-demand requests
US20020065899A1 (en) * 2000-11-30 2002-05-30 Smith Erik Richard System and method for delivering dynamic content
US20020078134A1 (en) * 2000-12-18 2002-06-20 Stone Alan E. Push-based web site content indexing
US20020083201A1 (en) * 2000-12-22 2002-06-27 Sridhar Iyengar Formatting and delivering arbitrary content to wireless handheld devices
US7185364B2 (en) 2001-03-21 2007-02-27 Oracle International Corporation Access system interface
US20020147849A1 (en) * 2001-04-05 2002-10-10 Chung-Kei Wong Delta encoding using canonical reference files
EP1324217A1 (en) * 2001-12-18 2003-07-02 Hewlett-Packard Company, A Delaware Corporation Process and cache system for providing an electronic service through a telecommunication network
US20030126197A1 (en) * 2001-12-28 2003-07-03 Black Brad R. Efficient content placement using network proximity
US8028091B1 (en) * 2002-06-28 2011-09-27 At&T Intellectual Property I. L.P. System and method for reducing DNS lookup traffic in a computer data network
US20040215823A1 (en) * 2002-06-28 2004-10-28 Kleinfelter Kevin P. System and method for reducing DNS lookup traffic in a computer data network
US8122153B2 (en) * 2002-07-31 2012-02-21 Subdomain Identity Partners Individuals' URL identity exchange and communications
US7305430B2 (en) * 2002-08-01 2007-12-04 International Business Machines Corporation Reducing data storage requirements on mail servers
FI20031169A (en) * 2003-08-19 2005-02-20 Nokia Corp Updating information content on a small screen
US7904487B2 (en) 2003-10-09 2011-03-08 Oracle International Corporation Translating data access requests
US7882132B2 (en) 2003-10-09 2011-02-01 Oracle International Corporation Support for RDBMS in LDAP system
US7836261B2 (en) * 2004-01-12 2010-11-16 International Business Machines Corporation Managing caching of data on a client
US20050192922A1 (en) * 2004-02-27 2005-09-01 Edlund Stefan B. Client-server computing system capable of validating cached data based on data transformation
US7840557B1 (en) * 2004-05-12 2010-11-23 Google Inc. Search engine cache control
EP1782244A4 (en) * 2004-07-07 2010-01-20 Emc Corp Systems and methods for providing distributed cache coherence
US8489583B2 (en) * 2004-10-01 2013-07-16 Ricoh Company, Ltd. Techniques for retrieving documents using an image capture device
JPWO2006051967A1 (en) * 2004-11-12 2008-05-29 株式会社ジャストシステム Data processing device, data processing system, data processing relay device, and data processing method
US8688813B2 (en) 2006-01-11 2014-04-01 Oracle International Corporation Using identity/resource profile and directory enablers to support identity management
US8190682B2 (en) * 2006-03-31 2012-05-29 Amazon Technologies, Inc. Managing execution of programs by multiple computing systems
US7801128B2 (en) 2006-03-31 2010-09-21 Amazon Technologies, Inc. Managing communications between computing nodes
US7792944B2 (en) * 2006-03-31 2010-09-07 Amazon Technologies, Inc. Executing programs based on user-specified constraints
US7809801B1 (en) * 2006-06-30 2010-10-05 Amazon Technologies, Inc. Method and system for keyword selection based on proximity in network trails
JP5014700B2 (en) * 2006-07-28 2012-08-29 富士通テン株式会社 Terminal apparatus and information processing method
US7882200B2 (en) * 2006-10-30 2011-02-01 Bank Of America Corporation Method and apparatus for distribution of data among computing resources
US8392401B1 (en) * 2007-06-29 2013-03-05 Google Inc. Query partitioning to decompose hotspots in sensor networks
US8028090B2 (en) 2008-11-17 2011-09-27 Amazon Technologies, Inc. Request routing utilizing client location information
US7991910B2 (en) 2008-11-17 2011-08-02 Amazon Technologies, Inc. Updating routing information based on client location
US8085792B1 (en) 2007-06-29 2011-12-27 Google Inc. Traffic-oblivious load balancing protocol for sensor networks
US9432243B2 (en) * 2007-08-22 2016-08-30 International Business Machines Corporation Re-using asynchronous server-side results generated for a request context of one client to satisfy a request context of a different client
US20090150479A1 (en) * 2007-12-07 2009-06-11 Peter Eberlein Web Feeds for Work List Publishing
US8321568B2 (en) 2008-03-31 2012-11-27 Amazon Technologies, Inc. Content management
US8447831B1 (en) 2008-03-31 2013-05-21 Amazon Technologies, Inc. Incentive driven content delivery
US8533293B1 (en) 2008-03-31 2013-09-10 Amazon Technologies, Inc. Client side cache management
US8606996B2 (en) 2008-03-31 2013-12-10 Amazon Technologies, Inc. Cache optimization
US7970820B1 (en) 2008-03-31 2011-06-28 Amazon Technologies, Inc. Locality based content distribution
US7962597B2 (en) 2008-03-31 2011-06-14 Amazon Technologies, Inc. Request routing based on class
US8601090B1 (en) 2008-03-31 2013-12-03 Amazon Technologies, Inc. Network resource identification
US8156243B2 (en) 2008-03-31 2012-04-10 Amazon Technologies, Inc. Request routing
JP5087456B2 (en) * 2008-04-09 2012-12-05 株式会社インテック Service providing system and user accommodation device constituting the service providing system
US9912740B2 (en) 2008-06-30 2018-03-06 Amazon Technologies, Inc. Latency measurement in resource requests
US7925782B2 (en) * 2008-06-30 2011-04-12 Amazon Technologies, Inc. Request routing using network computing components
US9407681B1 (en) 2010-09-28 2016-08-02 Amazon Technologies, Inc. Latency measurement in resource requests
US8065417B1 (en) 2008-11-17 2011-11-22 Amazon Technologies, Inc. Service provider registration by a content broker
US8122098B1 (en) 2008-11-17 2012-02-21 Amazon Technologies, Inc. Managing content delivery network service providers by a content broker
US8732309B1 (en) 2008-11-17 2014-05-20 Amazon Technologies, Inc. Request routing utilizing cost information
US8060616B1 (en) 2008-11-17 2011-11-15 Amazon Technologies, Inc. Managing CDN registration by a storage provider
US8073940B1 (en) 2008-11-17 2011-12-06 Amazon Technologies, Inc. Managing content delivery network service providers
US8521880B1 (en) 2008-11-17 2013-08-27 Amazon Technologies, Inc. Managing content delivery network service providers
US8521851B1 (en) 2009-03-27 2013-08-27 Amazon Technologies, Inc. DNS query processing using resource identifiers specifying an application broker
US8412823B1 (en) 2009-03-27 2013-04-02 Amazon Technologies, Inc. Managing tracking information entries in resource cache components
US8756341B1 (en) 2009-03-27 2014-06-17 Amazon Technologies, Inc. Request routing utilizing popularity information
US8688837B1 (en) 2009-03-27 2014-04-01 Amazon Technologies, Inc. Dynamically translating resource identifiers for request routing using popularity information
US8782236B1 (en) 2009-06-16 2014-07-15 Amazon Technologies, Inc. Managing resources using resource expiration data
JP5482353B2 (en) * 2009-07-06 2014-05-07 株式会社リコー Relay device, relay method and program
US8397073B1 (en) 2009-09-04 2013-03-12 Amazon Technologies, Inc. Managing secure content in a content delivery network
US8433771B1 (en) 2009-10-02 2013-04-30 Amazon Technologies, Inc. Distribution network with forward resource propagation
US9495338B1 (en) 2010-01-28 2016-11-15 Amazon Technologies, Inc. Content distribution network
US8577992B1 (en) 2010-09-28 2013-11-05 Amazon Technologies, Inc. Request routing management based on network components
US9003035B1 (en) 2010-09-28 2015-04-07 Amazon Technologies, Inc. Point of presence management in request routing
US8938526B1 (en) 2010-09-28 2015-01-20 Amazon Technologies, Inc. Request routing management based on network components
US8930513B1 (en) 2010-09-28 2015-01-06 Amazon Technologies, Inc. Latency measurement in resource requests
US9712484B1 (en) 2010-09-28 2017-07-18 Amazon Technologies, Inc. Managing request routing information utilizing client identifiers
US8924528B1 (en) 2010-09-28 2014-12-30 Amazon Technologies, Inc. Latency measurement in resource requests
US10097398B1 (en) 2010-09-28 2018-10-09 Amazon Technologies, Inc. Point of presence management in request routing
US8819283B2 (en) 2010-09-28 2014-08-26 Amazon Technologies, Inc. Request routing in a networked environment
US10958501B1 (en) 2010-09-28 2021-03-23 Amazon Technologies, Inc. Request routing information based on client IP groupings
US8468247B1 (en) 2010-09-28 2013-06-18 Amazon Technologies, Inc. Point of presence management in request routing
US20150195340A1 (en) * 2010-09-30 2015-07-09 Google Inc. Determining if an Application is Cached
WO2012050416A1 (en) * 2010-10-12 2012-04-19 Mimos Berhad A method of caching application
US8452874B2 (en) 2010-11-22 2013-05-28 Amazon Technologies, Inc. Request routing processing
US9391949B1 (en) 2010-12-03 2016-07-12 Amazon Technologies, Inc. Request routing processing
US8626950B1 (en) 2010-12-03 2014-01-07 Amazon Technologies, Inc. Request routing processing
US10467042B1 (en) 2011-04-27 2019-11-05 Amazon Technologies, Inc. Optimized deployment based upon customer locality
US8904009B1 (en) 2012-02-10 2014-12-02 Amazon Technologies, Inc. Dynamic content delivery
US10021179B1 (en) 2012-02-21 2018-07-10 Amazon Technologies, Inc. Local resource delivery network
KR101434887B1 (en) * 2012-03-21 2014-09-02 네이버 주식회사 Cache system and cache service providing method using network switches
US9083743B1 (en) 2012-03-21 2015-07-14 Amazon Technologies, Inc. Managing request routing information utilizing performance information
US10623408B1 (en) 2012-04-02 2020-04-14 Amazon Technologies, Inc. Context sensitive object management
US9154551B1 (en) 2012-06-11 2015-10-06 Amazon Technologies, Inc. Processing DNS queries to identify pre-processing information
US20150199332A1 (en) * 2012-07-20 2015-07-16 Mu Li Browsing history language model for input method editor
US9525659B1 (en) 2012-09-04 2016-12-20 Amazon Technologies, Inc. Request routing utilizing point of presence load information
US9135048B2 (en) 2012-09-20 2015-09-15 Amazon Technologies, Inc. Automated profiling of resource usage
US9323577B2 (en) 2012-09-20 2016-04-26 Amazon Technologies, Inc. Automated profiling of resource usage
US20140149392A1 (en) * 2012-11-28 2014-05-29 Microsoft Corporation Unified search result service and cache update
US10205698B1 (en) 2012-12-19 2019-02-12 Amazon Technologies, Inc. Source-dependent address resolution
US9519902B2 (en) * 2013-06-25 2016-12-13 Quisk, Inc. Fraud monitoring system with distributed cache
US9294391B1 (en) 2013-06-04 2016-03-22 Amazon Technologies, Inc. Managing network computing components utilizing request routing
US10257112B1 (en) * 2014-11-07 2019-04-09 Edward Fredkin Computer system making bandwidth-efficient use of internet resources
US10033627B1 (en) 2014-12-18 2018-07-24 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10091096B1 (en) 2014-12-18 2018-10-02 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10097448B1 (en) 2014-12-18 2018-10-09 Amazon Technologies, Inc. Routing mode and point-of-presence selection service
US10225326B1 (en) 2015-03-23 2019-03-05 Amazon Technologies, Inc. Point of presence based data uploading
US9887932B1 (en) 2015-03-30 2018-02-06 Amazon Technologies, Inc. Traffic surge management for points of presence
US9819567B1 (en) 2015-03-30 2017-11-14 Amazon Technologies, Inc. Traffic surge management for points of presence
US9887931B1 (en) 2015-03-30 2018-02-06 Amazon Technologies, Inc. Traffic surge management for points of presence
US9832141B1 (en) 2015-05-13 2017-11-28 Amazon Technologies, Inc. Routing based request correlation
US10616179B1 (en) 2015-06-25 2020-04-07 Amazon Technologies, Inc. Selective routing of domain name system (DNS) requests
US10097566B1 (en) 2015-07-31 2018-10-09 Amazon Technologies, Inc. Identifying targets of network attacks
US9774619B1 (en) 2015-09-24 2017-09-26 Amazon Technologies, Inc. Mitigating network attacks
US9794281B1 (en) 2015-09-24 2017-10-17 Amazon Technologies, Inc. Identifying sources of network attacks
US9742795B1 (en) 2015-09-24 2017-08-22 Amazon Technologies, Inc. Mitigating network attacks
US10270878B1 (en) 2015-11-10 2019-04-23 Amazon Technologies, Inc. Routing for origin-facing points of presence
US10049051B1 (en) 2015-12-11 2018-08-14 Amazon Technologies, Inc. Reserved cache space in content delivery networks
US10257307B1 (en) 2015-12-11 2019-04-09 Amazon Technologies, Inc. Reserved cache space in content delivery networks
US10348639B2 (en) 2015-12-18 2019-07-09 Amazon Technologies, Inc. Use of virtual endpoints to improve data transmission rates
CN106997351B (en) * 2016-01-22 2021-03-02 斑马智行网络(香港)有限公司 Resource cache management method, system and device
US10075551B1 (en) 2016-06-06 2018-09-11 Amazon Technologies, Inc. Request management for hierarchical cache
US10110694B1 (en) 2016-06-29 2018-10-23 Amazon Technologies, Inc. Adaptive transfer rate for retrieving content from a server
US9992086B1 (en) 2016-08-23 2018-06-05 Amazon Technologies, Inc. External health checking of virtual private cloud network environments
US10033691B1 (en) 2016-08-24 2018-07-24 Amazon Technologies, Inc. Adaptive resolution of domain name requests in virtual private cloud network environments
US10616250B2 (en) 2016-10-05 2020-04-07 Amazon Technologies, Inc. Network addresses with encoded DNS-level information
US10585891B2 (en) * 2016-11-03 2020-03-10 Soundhound, Inc. Dynamic choice of data sources in natural language query processing
US10372499B1 (en) 2016-12-27 2019-08-06 Amazon Technologies, Inc. Efficient region selection system for executing request-driven code
US10831549B1 (en) 2016-12-27 2020-11-10 Amazon Technologies, Inc. Multi-region request-driven code execution system
US10938884B1 (en) 2017-01-30 2021-03-02 Amazon Technologies, Inc. Origin server cloaking using virtual private cloud network environments
US10503613B1 (en) 2017-04-21 2019-12-10 Amazon Technologies, Inc. Efficient serving of resources during server unavailability
US11075987B1 (en) 2017-06-12 2021-07-27 Amazon Technologies, Inc. Load estimating content delivery network
US10447648B2 (en) 2017-06-19 2019-10-15 Amazon Technologies, Inc. Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP
US10742593B1 (en) 2017-09-25 2020-08-11 Amazon Technologies, Inc. Hybrid content request routing system
US10592578B1 (en) 2018-03-07 2020-03-17 Amazon Technologies, Inc. Predictive content push-enabled content delivery network
KR102552754B1 (en) * 2018-10-25 2023-07-05 에스케이텔레콤 주식회사 Method and Apparatus for Providing VMI Service Using Service History Information
US10862852B1 (en) 2018-11-16 2020-12-08 Amazon Technologies, Inc. Resolution of domain name requests in heterogeneous network environments
US11025747B1 (en) 2018-12-12 2021-06-01 Amazon Technologies, Inc. Content request pattern-based routing system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5787470A (en) * 1996-10-18 1998-07-28 At&T Corp Inter-cache protocol for improved WEB performance
US6216212B1 (en) * 1997-08-01 2001-04-10 International Business Machines Corporation Scaleable method for maintaining and making consistent updates to caches

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6052718A (en) * 1997-01-07 2000-04-18 Sightpath, Inc Replica routing
US6138162A (en) * 1997-02-11 2000-10-24 Pointcast, Inc. Method and apparatus for configuring a client to redirect requests to a caching proxy server based on a category ID with the request
US5933849A (en) * 1997-04-10 1999-08-03 At&T Corp Scalable distributed caching system and method
US5944780A (en) 1997-05-05 1999-08-31 At&T Corp Network with shared caching
US6026413A (en) * 1997-08-01 2000-02-15 International Business Machines Corporation Determining how changes to underlying data affect cached objects
US6446109B2 (en) * 1998-06-29 2002-09-03 Sun Microsystems, Inc. Application computing environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5787470A (en) * 1996-10-18 1998-07-28 At&T Corp Inter-cache protocol for improved WEB performance
US6216212B1 (en) * 1997-08-01 2001-04-10 International Business Machines Corporation Scaleable method for maintaining and making consistent updates to caches

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1287449A4 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9317469B2 (en) 2007-11-08 2016-04-19 Dell Products L.P. Network with distributed shared memory
US9495301B2 (en) 2012-08-07 2016-11-15 Dell Products L.P. System and method for utilizing non-volatile memory in a cache
US9549037B2 (en) 2012-08-07 2017-01-17 Dell Products L.P. System and method for maintaining solvency within a cache
US9852073B2 (en) 2012-08-07 2017-12-26 Dell Products L.P. System and method for data redundancy within a cache
CN106326489A (en) * 2016-09-09 2017-01-11 腾讯科技(深圳)有限公司 Network resource updating method and device
CN106326489B (en) * 2016-09-09 2021-08-27 腾讯科技(深圳)有限公司 Method and device for updating network resources

Also Published As

Publication number Publication date
EP1287449A1 (en) 2003-03-05
JP2004501431A (en) 2004-01-15
EP1287449A4 (en) 2006-07-12
KR20030040206A (en) 2003-05-22
AU2001259845A1 (en) 2001-11-20
US6457047B1 (en) 2002-09-24
CA2408623A1 (en) 2001-11-15

Similar Documents

Publication Publication Date Title
US6457047B1 (en) Application caching system and method
JP4583420B2 (en) Optimized network resource location
US8055706B2 (en) Transparent request routing for a partitioned application service
JP3968119B2 (en) Inter-cache information transfer method
CA2233731C (en) Network with shared caching
JP3526442B2 (en) Processing system to enhance data flow from server to client along the network
US8060613B2 (en) Resource invalidation in a content delivery network
US20020099850A1 (en) Internet content delivery network
US7676553B1 (en) Incremental web crawler using chunks
CZ289563B6 (en) Server computer connectable to a network and operation method thereof
AU6389999A (en) An internet caching system and a method and an arrangement in such a system
US6421713B1 (en) Process and system for tracing documents in an interlocking computer system
Boian et al. A New Mechanism for Fast Delivery of Proxy Cache Objects
Türling et al. Search tree patterns for mobile and distributed XML processing

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWE Wipo information: entry into national phase

Ref document number: 2001933416

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2408623

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 1020027014947

Country of ref document: KR

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWP Wipo information: published in national office

Ref document number: 2001933416

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020027014947

Country of ref document: KR