US6351767B1 - Method and system for automatically caching dynamic content based on a cacheability determination - Google Patents

Method and system for automatically caching dynamic content based on a cacheability determination Download PDF

Info

Publication number
US6351767B1
US6351767B1 US09/237,135 US23713599A US6351767B1 US 6351767 B1 US6351767 B1 US 6351767B1 US 23713599 A US23713599 A US 23713599A US 6351767 B1 US6351767 B1 US 6351767B1
Authority
US
United States
Prior art keywords
response
request
cacheability
cached
attributes
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
US09/237,135
Inventor
Edward M. Batchelder
John T. Chamberlain
Andrew J. Wharton
Charles E. Dumont
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US09/237,135 priority Critical patent/US6351767B1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BATCHELDER, EDWARD M., CHAMBERLAIN, JOHN T., DUMONT, CHARLES M., WHARTON, ANDREW J.
Application granted granted Critical
Publication of US6351767B1 publication Critical patent/US6351767B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the present invention relates generally to data caching of web content on a network and, more specifically, to the caching of dynamic content in web pages in a web server.
  • the Internet and the World Wide Web provide intra-enterprise connectivity, inter-enterprise connectivity and application hosting on a larger scale than ever before.
  • WWW World Wide Web
  • FIG. 1 shows a commonly used network arrangement in which a plurality of local computer systems 200 in a local area network (LAN) may access a plurality of remote servers 100 through the Internet.
  • Each remote server may be a web server (such as a DominoTM web server, available from Lotus Development Corporation of Cambridge, Mass.) for providing a web site for access by local computer systems 200 .
  • Each web site normally further provides a plurality of web pages to be served to the local computer systems upon request.
  • Each local computer system may access the remote web sites with web browser software.
  • the WWW is a collection of servers on an IP (Internet Protocol) network, such as the Internet, an Intranet or an Extranet, that utilize the Hypertext Transfer Protocol (HTTP).
  • IP Internet Protocol
  • Internet will be used to refer to any IP network.
  • HTTP is a known application protocol that provides users with access to files, which can be in different formats, such as text, graphics, images, sound, and video, using a standard page description language known as Hypertext Markup Language (HTML).
  • HTML Hypertext Markup Language
  • HTML Hypertext Markup Language
  • HTML Hypertext Markup Language
  • HTML Hypertext Markup Language
  • HTML Hypertext Markup Language
  • HTML Hyperlinks
  • Hyperlinks commonly are displayed as highlighted text or other graphical image on the web page. Selection of a hyperlink with a pointing device, such as a computer mouse, causes the local computer to download the HTML associated with the web page from a remote server. The browser then renders the HTML into the displayed web page.
  • Web pages accessed over the Internet are commonly downloaded into the volatile cache of a local computer system.
  • the volatile cache is a high speed buffer that temporarily stores web pages from accessed remote web sites. The volatile cache thus enables a user to quickly review web pages that were already downloaded, thereby eliminating the need to repeat the relatively slow process of traversing the Internet to access previously viewed web pages. This is called local caching.
  • the first web servers were merely HTTP servers that resolved universal resource locators (URLs) by extracting literally from the URL the path to a file that contained the needed page, and transmitting the page back to the browser.
  • URLs universal resource locators
  • a “static” page is a page which, each time it is requested and served to a requestor, has the same byte content. That is, it does not matter which requestor is requesting the page, when the requester is requesting the page, etc., the byte content of that page remains the same.
  • a “dynamic page” is a page which has byte content that may change depending upon the particular requester, when the page is being requested, etc. This will be discussed further below.
  • Web server caches are used to store web page responses in a readily accessible memory location so that when the web page is requested by a user, the previously cached web page response can be retrieved from cache and served quickly to the user.
  • Caching web page responses by the web server works quite well for web page responses having static content, i.e., content that doesn't change frequently.
  • An example of a static web page is one, at a company's web site, comprising a compilation of text and graphics objects describing that company's history.
  • classic web servers cache static pages quite effectively.
  • classic web servers serve web page responses, some of which are static, namely, responses comprising HTML from the file system.
  • Each of the static responses has a modified date associated with it that is maintained by the file system.
  • These pages are cached easily by the web server. The contents of the response and its associated modification date are simply stored in the cache.
  • the server requests the latest modification date for that page from the file system and compares the latest modification date with the modification date associated with the cached response. If the latest modification date is the same as the modification date associated with the cached response, the cached response is served.
  • the cached response is considered “stale” and a “fresh” response is retrieved and built by the web server for serving to the requesting user.
  • the fresh response, along with its associated modification date, is cached to replace the stale response.
  • newer web servers provide not only static web pages but also dynamic web pages, i.e., a page having byte content that may change depending upon the particular requester, when the page is being requested, etc.
  • dynamic web pages are pages containing content from a number of different sources or pages having computed content.
  • a page may contain macros that compute content for the page, i.e., the page has “computable content”. These macros may change the page content each time the page is accessed. This makes it difficult to cache that page using the classic caching method described above.
  • Macros or formulas as they are named in Lotus Notes software, are expressions that perform a function, such as determining field values, defining what documents appear in a view, or calculate values for a column. Lotus Notes is available from Lotus Development Corporation in Cambridge, Mass.
  • the page may contain information from a number of different sources, that information may or may not have associated modified dates making it difficult, if not impossible, to cache using the classic caching method.
  • the page may comprise a composite of a number of “parts” including: other documents, designs from databases, content from databases, the present user's identity, the current time, the current environment, etc. Some of these parts are actual entities in the system, e.g., documents, databases, etc. Some parts though are “virtual” and are used to model the effects of the execution of macros or scripts, e.g., the user's identity may be accessed via one of a number of @functions such as @UserName, @UserRoles, etc. in Lotus Notes software.
  • @functions are macros for performing specialized tasks in Lotus Notes formulas. They can be used to format text strings, generate dates and times, format dates and times, evaluate conditional statements, calculate numeric values, calculate values in a list, convert text to numbers or numbers to text, or activate agents, actions, buttons, or hotspots.) These various part types are computable parts and have correspondingly various types of attributes that can not be handled by the classic caching systems and methods of prior art.
  • the server After building a web page response, the server must determine whether the response that it is preparing to serve the requesting user is cacheable (i.e., determining its cacheability). Second, the server, upon receiving a request for a web page whose previous response has been cached, must determine whether the cached response is valid (i.e., determining its validity) and applicable (i.e., determining its applicability). For instance, web page responses containing macros that are time-dependent may not be cacheable at all.
  • a page includes a macro for providing the current time, then every access of the page is unique and the page cannot be cached in memory at all.
  • a cached page is valid for serving to some users but not others. For instance, if the page includes a macro for the user's name, then the page can be cached for the user's private access, but not for use by others.
  • HTML representing a document is specific to a user if macros are dependent on user name or user roles. Using this user data, some data may be made visible based on which user is requesting it.
  • DHTML Dynamic HTML
  • DHTML Dynamic HTML
  • the dynamic HTML may comprise scripts which run on the browser to change the appearance of the web page such as by displaying a button which, if pushed, displays additional text or graphics.
  • dynamic in the DHTML sense refers to the browser, not the server. From the server's point of view, a DHTML page may still be “static” in that the byte content is the same each time the page is requested.
  • the content is not dependent on any thing, e.g., the properties of the request, such as the identity of the particular user, the time of day that the request is made, etc.
  • “Dynamic” content refers to content that has such dependencies.
  • using caching as a means for increasing server performance for responses which have dynamic content has a number of complications and difficulties which have not been overcome by any of the systems of the prior art.
  • HTML representing responses having dynamic content has not been cached in the past. Accordingly, system and method to cache content that can include dynamic content without suffering from the drawbacks discussed above is needed.
  • a caching system and method utilized within a web server that automatically caches web content, such as web pages, that has dynamic content.
  • the caching system and method of the present invention is utilized within a web server which receives requests for web pages and, based upon those requests, serves web page responses that were previously cached or, if those cached responses are either inapplicable or invalid, the server builds a new response and serves it to the requester.
  • the caching system performs two critical functions: first, it determines the cacheability of built responses and caches those responses it deems cacheable and second, if a cached response appears appropriate for a particular web page request, the caching system examines the cached response to determine whether the cached response is applicable for the particular request and whether the cached response is still valid.
  • Each response is comprised of a plurality of parts, some of the parts being dynamic in nature.
  • the parts have associated attributes that, either explicitly or implicitly, characterize the nature of the parts.
  • the caching system comprises an attribute analyzer that creates a composite set of attributes, the composite representing the characteristics of the response.
  • the caching system further comprises a cacheability analyzer that analyzes the attribute composite set and determines the cacheability of the response.
  • the server then caches the response based upon that determination. Examples of attributes utilized for determining cacheability include the time variance setting of the dynamic content, the user's identity, or the location of the content.
  • the caching system further comprises a cached-response analyzer for analyzing the cached responses prior to serving to a requesting user.
  • the cached-response analyzer comprises an applicability analyzer (for determining the applicability of the cached response to the particular request) and a validity analyzer (for determining the validity of the cached response). If the cached response passes the tests performed by these analyzers it is served to the requesting user.
  • the method steps may also be implemented in program code for modifying a computer system to cache information that has dynamic content.
  • FIG. 1 is a block diagram of a generic network configuration that may be used with the disclosed system
  • FIG. 2 is a block diagram of a web server system
  • FIG. 3 is a high-level block diagram of a Lotus Domino web server
  • FIG. 4 is a block diagram of a web server system having the caching system of the present invention.
  • FIG. 5 (consisting of FIGS. 5 a and 5 b ) is a flow chart of the method steps for determining the caching strategy when a document is being opened by a user;
  • FIG. 6 illustrates a flow diagram of the method steps for implementing the caching scheme according to the present invention.
  • FIG. 7 (consisting of FIGS. 7 a, 7 b and 7 c ) is a flow chart illustrating the method steps for determining the applicability and validity of a cached response.
  • FIG. 2 illustrates the system architecture for an exemplary server 100 or client computer 200 , such as an IBM THINKPAD 701 ® computer or like computer, on which the disclosed network access system can be implemented.
  • the exemplary computer system of FIG. 2 is discussed only for descriptive purposes, however, and should not be considered a limitation of the invention. Although the description below may refer to terms commonly used in describing particular computer systems, the described concepts apply equally to other computer systems, including systems having architectures that are dissimilar to that shown in FIG. 2 .
  • the server 100 includes a central processing unit (CPU) 205 , which may include a conventional microprocessor, random access memory (RAM) 210 for temporary storage of information, and read only memory (ROM) 215 for permanent storage of information.
  • CPU central processing unit
  • RAM random access memory
  • ROM read only memory
  • a memory controller 220 is provided for controlling system RAM 210 .
  • a bus controller 225 is provided for controlling bus 230 , and an interrupt controller 235 is used for receiving and processing various interrupt signals from the other system components.
  • Diskette 242 , CD-ROM 247 , or hard disk 252 may provide mass storage. Data and software may be exchanged with server 100 via removable media, such as diskette 242 and CD-ROM 247 .
  • Diskette 242 is inserted into diskette drive 241 , which is connected to bus 230 by controller 240 .
  • CD-ROM 247 can be inserted into CD-ROM drive 246 , which is connected to bus 230 by controller 245 .
  • CD-ROM 247 can also have digital versatile disc (DVD) playback capabilities as well.
  • the hard disk 252 is part of a fixed disk drive 251 , which is connected to bus 230 by controller 250 .
  • User input to the server computer 100 may be provided by a number of devices.
  • a keyboard 256 and a mouse 257 may be connected to bus 230 by keyboard and mouse controller 255 .
  • An audio transducer 296 which may act as both a microphone and a speaker, is connected to bus 230 by audio controller 297 .
  • DMA controller 260 is provided for performing direct memory access to system RAM 210 .
  • a visual display is generated by a video controller 265 , which controls video display 270 .
  • Server computer 100 also includes a network adapter 290 that allows the server computer 100 to be interconnected to a network 295 via a bus 291 .
  • the network 295 which may be a local area network (LAN), a wide area network (WAN), or the Internet, may utilize general-purpose communication lines that interconnect a plurality of network devices.
  • the Web server 100 answers URL (Universal Resource Locator) requests by sending back pages of data encoded in Hyper Text Markup Language (HTML). It also handles URL requests and HTML forms that trigger executable programs according to the Common Gateway Interface (CGI) specification.
  • the Web server 100 includes code that manages both inbound and outbound HTTP (Hyper Text Transfer Protocol) communications. In these respects, the Web server 100 performs like any other HTTP server, responding in the standard way to standard URL requests.
  • a Domino web server 100 is a server having many tasks running on it simultaneously.
  • server tasks are the DominoTM database server tasks 202 , i.e., serving up documents from Domino databases 204 , and the HTTP server tasks 206 , i.e., serving up documents having formats such as HTML, GIF, JPEG, XML, DHTML, BMP, MPEG, WAV, Java applets, and other file formats known to those skilled in the art from file system 208 .
  • Domino databases are built on three basic concepts: documents, views and forms. Documents are collections of data items that can be retrieved as a set. Views are the ways of accessing the indices or summaries of documents stored in a database while forms are templates for accessing and displaying documents.
  • the Domino database server task 202 provides access.
  • the HTTP server task 206 provides it.
  • the HTTP server task 206 passes the request through to the Domino database server task 202 . If access is granted, the Domino database server 202 retrieves the requested document and passes it to an HTML converter 214 which converts the Notes views, documents, and forms from Notes format to HTML format, then delivers the resulting HTML pages to the HTTP server 206 for serving to the web client.
  • the HTTP server task 206 passes the form to the HTML Converter 214 which converts the form to Notes format and passes it to the Domino database server 202 for appropriate processing.
  • FIG. 4 illustrates the server caching system in greater detail.
  • the web server 100 may be connected to a number of Domino sources 204 .
  • the sources may comprise any number of different types of elements, other than Domino databases: other databases, files, other web sites, etc, but Domino sources are shown for clarity.
  • the web server may also be connected to HTML databases 208 as was discussed above.
  • the web server 100 comprises many functional units. It comprises the HTTP server 206 , discussed above, which comprises a TCP/IP application 301 , and a HyperText Transfer Protocol (HTTP) unit 302 .
  • the web server 100 further comprises the HTML converter unit 214 discussed above.
  • TCP/IP unit 301 and HTTP unit 302 act together as the interface to the Internet by implementing the TCP/IP and HTTP protocols for server 100 .
  • TCP/IP unit 301 utilizes the TCP/IP protocol for conveying and receiving information to and from the Internet.
  • HTTP unit 302 implements HTTP, which is the standard on which the Web operates. These two units provide the full-service interface to the Web.
  • server 100 When server 100 receives a URL from a client, the HTTP server 206 passes the URL to the URL Parser 303 , which breaks the URL into different parts. The parsed URL is passed to the cache control unit 311 .
  • a Domino server within the URL that is received from the requesting user is a Domino/Notes-specific command, which indicates what action is being requested.
  • each of these commands has a “?” in front of the command as syntax that the server can use to identify the string as a command
  • the server can identify other syntaxes as well.
  • These commands require a response to be sent to the requesting user.
  • the requested response may have already been cached and it may be valid and applicable.
  • the cache control 311 examines the request against previously cached responses to determine whether any of the previously cached responses is appropriate for the request. It does this by comparing the parsed URL against the URLs of the previously cached responses in the cache 304 .
  • the parsed URL is passed to the response builder 307 .
  • the response builder 307 uses the parsed URL to build the response by accessing the appropriate sources (via source access unit 308 ) and retrieving the appropriate “parts” to construct the response.
  • the parts retrieved by the response builder 307 may comprise many different types, including data, forms, subforms, database design elements, calculations, etc. In other words, there is no theoretical restriction as to the type of parts comprising a web page response. These parts each have their own attributes. For instance, some parts may or may not have last modified dates associated with the part. This will be discussed in greater detail below.
  • the attributes of all of the parts used to build the response are collected and analyzed by attribute analyzer 313 .
  • the attribute analyzer 313 builds a “composite” of the attributes, the attribute composite being representative of the entire response.
  • the web page response is built by the response builder 307 , it is passed to the HTML unit 305 for conversion to HTML. This HTML response is then passed to the HTTP server 206 for serving to the requesting user.
  • the attribute analyzer 313 passes the composite of the parts attributes to the cacheability analyzer 309 for determining the cacheability of the built response.
  • the cacheability analyzer 309 examines the attribute composite and, if it determines that the response cannot be cached, the response is not cached. If it determines that the response can be cached, it provides an indication to the cache control unit 311 , along with the response and an associated set of cache strategy indicators generated by the cacheability analyzer 309 . These indicators are used by the cached-response analyzer discussed below.
  • the cacheability analyzer 309 comprises a cacheability analyzer interface 320 and a caching strategy generator 322 .
  • the cacheability analyzer interface 320 acts as an interface for the cacheability analyzer 309 while the caching strategy generator 322 examines the attribute composite and creates a caching strategy.
  • the cached response analyzer 306 performs two series of tests. The first series of tests are response-specific and the second series of tests are request-specific. The response-specific tests are performed by the validity analyzer portion 315 while the request-specific tests are performed by the applicability analyzer portion 317 . These tests will be discussed in greater detail below. If the cached response and its associated attributes pass the two tests, the cached response is simply served up to the user via the HTTP server 206 .
  • the caching system of the present invention improves performance in the server 100 by providing the ability to cache Web pages that contain macros and other dynamic content.
  • each of the parts that comprise a response has attributes, which provide information about that particular part. These attributes can provide information about the part's identity and last modification date, as examples. This type of information is valuable to the caching system of the present invention because it can be used to determine the cacheability, the applicability and the validity of the response or subsequently cached response.
  • the attribute analyzer 313 collects the attributes of the parts used in building the response. The attribute analyzer 313 creates a composite of the attributes of the parts of the response so that the response has a composite of attributes representative of the entire response.
  • the attribute composite set is passed to the cacheability analyzer 309 .
  • the cacheability analyzer 309 uses this to determine a caching strategy. Specifically, the cacheability analyzer 309 examines the attribute composite and creates caching strategy flags which are used by the system for caching as will be discussed in greater detail.
  • each “part” of the response may have one or more attributes. If the part is an @function, the following list corresponds each @function with its associated attribute(s) that are set at compute time. The attribute Depends means that the evaluation of the @function will determine the attribute. If the @function says “Fallback”, that means that there is an evaluation that is Web server-specific and this is the non-Web version. Its converse is “Web.”
  • OffDb The response uses data outside the current database. This includes the use of CGI variables.
  • TimeVariant (CacheUntil)—If the TimeVariant attribute bit is set, the response uses time-variant data (such as @Now which generates the current time and date).
  • the CacheUntil parameter indicates the time/date after which the part is stale.
  • UsedEnv The response uses the server environment (as found in the NOTES.INI file). This does not include CGI variables.
  • DesignUserVariant The response is from a database that has protected design elements.
  • DbData The response uses data in the database other than the referenced document. This includes all views, embedded views in forms, and so on.
  • UsedDocId The response uses the document's ID.
  • UsedNewDoc The response uses a newly-created in-memory note.
  • Error The response generated an error of some sort.
  • This attribute composite is passed to the cacheability analyzer 309 . It should be noted that this is the composite set of attributes for the response. The parts of the response contribute to this set by contributing to none, some or all of these attributes. The creation of the attribute composite set follows a conservative approach, i.e., if one part has an attribute indicating that the part cannot be cached, the composite will indicate that the response cannot be cached.
  • a number of caching strategy flags are generated by the cacheability analyzer 309 based upon the response attribute composite and are discussed below. It should be noted that this is a limited set of flags and other flags could be generated as well and the system of the present invention is not so limited.
  • the flags are:
  • DontCache Don't cache the response at all.
  • DbDesign Invalidate the cached response when the database design changes.
  • DbData Invalidate the cached response when any of the data in the database changes.
  • FIG. 5 (comprising FIGS. 5 a and 5 b ) is a flow chart that illustrates the method used by the cacheability analyzer 309 to create the caching strategy flags associated with each of the built responses. This is the caching strategy used when the ?OpenDocument command is in the URL. Other caching strategies may be used when other commands are received from the user.
  • the caching strategy procedure for an ?OpenDocument command begins.
  • the attribute composite is received by the cacheability analyzer 309 (via cacheability analyzer interface 320 and is passed to caching strategy generator 322 ) from the attribute analyzer 313 .
  • the Document strategy flag is set.
  • the OffDb attribute is examined. If it is set, the DontCache strategy flag is set at 408 . After the DontCache strategy flag is set at 408 , the procedure goes to “A” shown on FIG. 5 b. At “A”, the procedure is finished at 434 .) At 406 , if the OffDb attribute is not set, the HadEffect attribute is examined at 410 .
  • the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above.)
  • the TimeVariant attribute is examined at 412 . If it is set, the CacheUntil parameter (which accompanies the TimeVariant attribute) is examined at 413 .
  • the CacheUntil parameter is in time/date units indicating the time/date after which the part (or response) is stale. This parameter is especially useful for the retrieval portion of this system to be discussed below. If the CacheUntil parameter is earlier than the then-present system time/date, the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above.
  • the UsedDocId attribute is examined at 414 . If it is set, the UsedNewDoc attribute is examined at 416 . If it is set (i.e., both the UsedDocid and UsedNewDoc attributes are set), the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above. If either the UsedDocId or the UsedNewDoc attribute is not set, the UserVariant attribute is examined at 418 . If it is not set, the DesignUserVariant attribute is examined at 420 . If it is not set, the procedure continues at “C” to be discussed below. If either the UserVariant attribute at 418 or the DesignUserVariant attribute at 420 is set, the procedure continues at “B” in FIG. 5 b.
  • the cacheability analyzer 309 determines whether the USER_AUTHENTICATED bit is set at 422 .
  • the USER_AUTHENTICATED bit which is a property of the request that is determined during the initial processing of the request, indicates that the user was authenticated by the server. If the user was not authenticated and was still allowed to access the server data, the user is logged on as “Anonymous”. There are many reasons why a server may be designed to authenticate a user. One reason may be that the authenticated user is allowed to access areas of the web site not accessible to non-authenticated users. Another may be that the authenticated user is allowed to enter information in databases where a non-authenticated user is not. In any event, the USER_AUTHENTICATED bit is passed to the cacheability analyzer 309 along with the attribute composite.
  • the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above. If it is not set, the OnlyAnonymous strategy flag is set at 424 . At 426 and at “C”, the DbDesign strategy flag is set. At 428 , the DbData attribute is examined. If it is not set, the procedure ends at 434 . If it is set, the Document strategy flag is reset at 430 . The DbData strategy flag is then set at 432 . The procedure then ends at 434 .
  • FIGS. 5 a and 5 b and corresponding discussion relates only to the cacheability strategy procedure when the request is an ?OpenDocument request. If the request includes another command instead, such as ?OpenView, the cacheability procedure may be different. However, this procedure is exemplary of cacheability procedures for other commands.
  • the CacheUntil parameter was discussed only in terms of the TimeVariant attribute for an @function.
  • the CacheUntil parameter could be used to characterize the part, irrespective if the part generated time/date data as the @functions having the TimeVariant attribute. It could be used to indicate a future time/date that the part was expected to change, after which the cached response having that part should be re-built.
  • the caching strategy flags that are generated by the caching strategy generator 322 are passed to the cacheability analyzer interface 320 .
  • the cacheability analyzer interface 320 examines the flags to determine whether the built response should be cached in cache 304 . Concurrently, the built response is sent to the HTML unit 214 and to the HTTP server 206 .
  • the HTTP server 206 serves the built response in HTML format to the user (without the strategy flags).
  • FIG. 6 is a flow chart illustrating the method implemented in the cacheability analyzer interface 320 .
  • the cacheability analyzer interface 320 receives the caching strategy flags from the caching strategy generator 322 .
  • the DontCache flag is examined. If it is set, the response without the strategy flags is served to the HTTP server 206 without being cached at 504 . If it is not set, the response (after it has been converted to HTML), along with the strategy flags and with some other parameters (such as last_modified_date, CacheUntil) etc.), is sent to the cache 304 for caching at 506 . The response is also served back to the user.
  • a cached response After a response is cached, it remains in the cache until it is either removed or replaced.
  • a cached response is normally replaced after it becomes known that one of the source parts has been modified at the source. This is sometimes known as the cached response becoming “stale”.
  • a cached response is identified as stale when its URL is requested by a user and the cache control unit compares the cached response's last modified date against the all of the source parts' last modified dates as discussed above.
  • a cached response may be removed for any number of reasons defined by the cache designer.
  • the cache control unit 311 comprises a cache manager which utilizes a cache management utility for managing the cache.
  • the cache manager may, for example, remove from cache those cached responses that have a predetermined life span which has expired (e.g., a response may have a CacheUntil parameter associated with it) or those cached responses that have least frequently been accessed (when the cache is getting full, for instance).
  • the request is examined by cache control unit 311 and the previously-cached responses are analyzed to determine whether any of the cached responses are candidates for serving to the request.
  • a cached response is a candidate is it is appropriate to the request.
  • the received URL is parsed, examined for a suitable command request, e.g., “?OpenDocument”, and compared against the cached response URLs.
  • a matching URL cached entry is analyzed by the cached-response analyzer 306 as discussed above.
  • the caching strategy flags which were stored along with the cached response are analyzed for applicability (via the applicability analyzer 317 ) and for validity (via the validity analyzer 315 ).
  • FIG. 7 is a flow chart illustrating both the applicability analysis method and the validity analysis method of a cached response.
  • FIG. 7 consists of FIGS. 7 a, 7 b and 7 c.
  • FIG. 7 a lays out the applicability analysis procedure while 7 b and 7 c depict the procedure followed for the validity analysis.
  • the caching strategy flags are examined by the applicability analyzer 317 .
  • the OnlyAnonymous strategy flag is examined. If it is not set, the applicability procedure is successfully completed at “E”, so that the validity analysis procedure may begin. If it is set, at 604 , the USER_AUTHENTICATED bit for the current request is examined. If the USER_AUTHENTICATED bit is not set, the applicability procedure is successfully completed at “E”, so that the validity analysis procedure may begin.
  • the applicability procedure is completed at 608 but has failed. After a failed completion of the applicability procedure, there is no need to continue with the validity analysis as the cached response is not returned to the user.
  • a request is made to the response builder 307 to build a new response based upon the requested URL.
  • the applicability analysis portion of the cached-response analysis only examined, as an example, one strategy flag (OnlyAnonymous). However, there are other request-specific characteristics that could as easily be tested. Tests for appropriate browser type and version, and tests for the appropriate language are examples of other user-specific tests that may be run against a cached response to ensure that it is applicable to the request or the requesting user.
  • the validity analysis begins at “E”.
  • the Document strategy flag is examined. If it is not set, the procedure moves to 612 . If it is set, the last modified date of the candidate cached response document is compared against the last modified date of the source document at 614 . If the last modified dates are not equal, the candidate response is “stale” and the procedure moves to “F” which continues at 608 . If the dates are equal, at 612 , the DbDesign strategy flag is examined. If it is not set, the procedure moves to 620 . If it is set, the last modified date of the candidate cached response database is compared against the last modified date of the source database design at 618 .
  • the candidate response is “stale” and the procedure moves to “F” which continues at 608 . If the dates are the same, at 620 , the DbData strategy flag is examined. If it is not set, the procedure moves to “G” which continues at 626 . If it is set, the last modified date of the candidate cached response is compared against the last modified date of any of the data in the source database design at 622 . If the last modified dates are not the same at 624 , the candidate response is “stale” and the procedure moves to “F” which continues at 608 . If they are the same, at “G” which continues at 626 , the CacheUntil date is examined.
  • the response is “stale” and the procedure moves to “F” which continues at 608 . If it is equal to or later than the present system time/date, at 626 , the candidate cached response is both applicable and valid and is returned to the HTTP server 206 for serving to the user.
  • hypertext server may be practiced with other types of remote documents, such as word processor or spread sheet documents. Accordingly, maintenance of a database is discussed here for exemplary purposes and is not intended to limit its scope. It also should be noted that although many embodiments of the system have been discussed with reference to World Wide Web pages, the system may be practiced with various other types of documents. Moreover, although a Lotus Domino web server environment is disclosed as the preferred embodiment, it should be understood that the disclosed system may be utilized with any known web server. The above discussion of Domino and Notes was exemplary only and therefore should not be considered a limitation of the caching system.
  • the system may be implemented as a computer program product for use with a computer system.
  • Such implementation may include a series of computer instructions fixed either on a tangible medium, such as a computer readable media (e.g., diskette 242 , CD-ROM 247 , ROM 215 , or fixed disk 252 as shown in FIG. 2) or transmittable to a computer system, via a modem or other interface device, such as communications adapter 290 connected to the network 295 over a medium 291 .
  • Medium 291 may be either a tangible medium (e.g., optical or analog communications lines) or a medium implemented with wireless techniques (e.g., microwave, infrared or other transmission techniques).
  • the series of computer instructions embodies all or part of the functionality previously described herein with respect to the system.
  • Those skilled in the art should appreciate that such computer instructions can be written in a number of programming languages for use with many computer architectures or operating systems.
  • such instructions may be stored in any memory device, such as semiconductor, magnetic, optical or other memory devices, and may be transmitted using any communications technology, such as optical, infrared, microwave, or other transmission technologies.
  • It is expected that such a computer program product may be distributed as a removable media with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the network (e.g., the Internet or World Wide Web).

Abstract

A caching system and method are disclosed that allow for the caching of web pages that have dynamic content. The caching system and method utilize a cacheability analyzer that analyzes responses based on time, content, user identification, and macro hierarchy. The caching system only caches those responses having dynamic content that are deemed cacheable. The method for caching dynamic content includes identifying parts of a response to a request for dynamic content from a requestor and attributes associated with the parts. The attributes are examined to determine cacheability of the response. A cacheability is made based on the determination and the response may be cached based upon that cacheability determination.

Description

COPENDING APPLICATION
This application is a co-pending application filed on an even date herewith and assigned U.S. patent application Ser. No. 09/236,723, entitled “CACHE OVERRIDE CONTROL IN A DYNAMIC CACHING APPARATUS.” The subject matter of the above-identified co-pending patent application is incorporated herein by reference.
FIELD OF THE INVENTION
The present invention relates generally to data caching of web content on a network and, more specifically, to the caching of dynamic content in web pages in a web server.
BACKGROUND OF THE INVENTION
The Internet and the World Wide Web (WWW) provide intra-enterprise connectivity, inter-enterprise connectivity and application hosting on a larger scale than ever before. By exploiting the broadly available and deployed standards of the Internet and the WWW, system users and designers can leverage a single architecture to build client/server applications for internal use that can reach outside to customers, business partners and suppliers.
FIG. 1 shows a commonly used network arrangement in which a plurality of local computer systems 200 in a local area network (LAN) may access a plurality of remote servers 100 through the Internet. Each remote server may be a web server (such as a Domino™ web server, available from Lotus Development Corporation of Cambridge, Mass.) for providing a web site for access by local computer systems 200. Each web site normally further provides a plurality of web pages to be served to the local computer systems upon request. Each local computer system may access the remote web sites with web browser software.
The WWW is a collection of servers on an IP (Internet Protocol) network, such as the Internet, an Intranet or an Extranet, that utilize the Hypertext Transfer Protocol (HTTP). Hereinafter, “Internet” will be used to refer to any IP network. HTTP is a known application protocol that provides users with access to files, which can be in different formats, such as text, graphics, images, sound, and video, using a standard page description language known as Hypertext Markup Language (HTML). Among a number of basic document formatting functions, HTML allows software developers to specify graphical pointers on displayed web pages, commonly referred to as “hyperlinks,” that point to other web pages resident on remote servers. Hyperlinks commonly are displayed as highlighted text or other graphical image on the web page. Selection of a hyperlink with a pointing device, such as a computer mouse, causes the local computer to download the HTML associated with the web page from a remote server. The browser then renders the HTML into the displayed web page.
Web pages accessed over the Internet, whether by a hyperlink, opening directly via an “open” button in the browser, or some other means, are commonly downloaded into the volatile cache of a local computer system. In a computer system, for example, the volatile cache is a high speed buffer that temporarily stores web pages from accessed remote web sites. The volatile cache thus enables a user to quickly review web pages that were already downloaded, thereby eliminating the need to repeat the relatively slow process of traversing the Internet to access previously viewed web pages. This is called local caching.
On the server side, the first web servers were merely HTTP servers that resolved universal resource locators (URLs) by extracting literally from the URL the path to a file that contained the needed page, and transmitting the page back to the browser. Such a server was very simple; it could only be used to access static pages.
A “static” page is a page which, each time it is requested and served to a requestor, has the same byte content. That is, it does not matter which requestor is requesting the page, when the requester is requesting the page, etc., the byte content of that page remains the same. By contrast, a “dynamic page” is a page which has byte content that may change depending upon the particular requester, when the page is being requested, etc. This will be discussed further below.
It is important that web pages be served as quickly as possible, both to reduce the response time to a single user, and to increase the number of users that can be served concurrently. To improve the response time, caches are used by the Web server. Web server caches are used to store web page responses in a readily accessible memory location so that when the web page is requested by a user, the previously cached web page response can be retrieved from cache and served quickly to the user.
Caching web page responses by the web server works quite well for web page responses having static content, i.e., content that doesn't change frequently. An example of a static web page is one, at a company's web site, comprising a compilation of text and graphics objects describing that company's history.
In fact, classic web servers cache static pages quite effectively. Specifically, classic web servers serve web page responses, some of which are static, namely, responses comprising HTML from the file system. Each of the static responses has a modified date associated with it that is maintained by the file system. These pages are cached easily by the web server. The contents of the response and its associated modification date are simply stored in the cache. When a subsequent request is received by the server for that page, the server requests the latest modification date for that page from the file system and compares the latest modification date with the modification date associated with the cached response. If the latest modification date is the same as the modification date associated with the cached response, the cached response is served. If the latest modification date is later than the modification date associated with the cached response, the cached response is considered “stale” and a “fresh” response is retrieved and built by the web server for serving to the requesting user. The fresh response, along with its associated modification date, is cached to replace the stale response. This caching scheme saves the time that otherwise would have been spent to build requested pages which otherwise could have been cached using this classic caching scheme.
However, newer web servers provide not only static web pages but also dynamic web pages, i.e., a page having byte content that may change depending upon the particular requester, when the page is being requested, etc. Examples of dynamic web pages are pages containing content from a number of different sources or pages having computed content. For example, a page may contain macros that compute content for the page, i.e., the page has “computable content”. These macros may change the page content each time the page is accessed. This makes it difficult to cache that page using the classic caching method described above. (Macros, or formulas as they are named in Lotus Notes software, are expressions that perform a function, such as determining field values, defining what documents appear in a view, or calculate values for a column. Lotus Notes is available from Lotus Development Corporation in Cambridge, Mass.)
Or, the page may contain information from a number of different sources, that information may or may not have associated modified dates making it difficult, if not impossible, to cache using the classic caching method. For example, the page may comprise a composite of a number of “parts” including: other documents, designs from databases, content from databases, the present user's identity, the current time, the current environment, etc. Some of these parts are actual entities in the system, e.g., documents, databases, etc. Some parts though are “virtual” and are used to model the effects of the execution of macros or scripts, e.g., the user's identity may be accessed via one of a number of @functions such as @UserName, @UserRoles, etc. in Lotus Notes software. (“@functions” are macros for performing specialized tasks in Lotus Notes formulas. They can be used to format text strings, generate dates and times, format dates and times, evaluate conditional statements, calculate numeric values, calculate values in a list, convert text to numbers or numbers to text, or activate agents, actions, buttons, or hotspots.) These various part types are computable parts and have correspondingly various types of attributes that can not be handled by the classic caching systems and methods of prior art.
Clearly, it is more difficult to use caching as a mechanism for improving user response time for pages with dynamic content. This problem for the server is twofold. First, after building a web page response, the server must determine whether the response that it is preparing to serve the requesting user is cacheable (i.e., determining its cacheability). Second, the server, upon receiving a request for a web page whose previous response has been cached, must determine whether the cached response is valid (i.e., determining its validity) and applicable (i.e., determining its applicability). For instance, web page responses containing macros that are time-dependent may not be cacheable at all. If a page includes a macro for providing the current time, then every access of the page is unique and the page cannot be cached in memory at all. Another example is where is a cached page is valid for serving to some users but not others. For instance, if the page includes a macro for the user's name, then the page can be cached for the user's private access, but not for use by others. (HTML representing a document is specific to a user if macros are dependent on user name or user roles. Using this user data, some data may be made visible based on which user is requesting it.)
The term “Dynamic HTML” (DHTML) needs to be explained in the context of the method and system of the present invention. “Dynamic” in DHTML is referring primarily to the effect that the code has on the web page appearance at the browser. For instance, the dynamic HTML may comprise scripts which run on the browser to change the appearance of the web page such as by displaying a button which, if pushed, displays additional text or graphics. The key distinction is that “dynamic” in the DHTML sense refers to the browser, not the server. From the server's point of view, a DHTML page may still be “static” in that the byte content is the same each time the page is requested. The content is not dependent on any thing, e.g., the properties of the request, such as the identity of the particular user, the time of day that the request is made, etc. “Dynamic” content, as used in the system and method of the present invention, refers to content that has such dependencies. As can be readily seen, using caching as a means for increasing server performance for responses which have dynamic content has a number of complications and difficulties which have not been overcome by any of the systems of the prior art. As such, HTML representing responses having dynamic content has not been cached in the past. Accordingly, system and method to cache content that can include dynamic content without suffering from the drawbacks discussed above is needed.
SUMMARY OF THE INVENTION
According to the present invention, a caching system and method utilized within a web server is disclosed that automatically caches web content, such as web pages, that has dynamic content. The caching system and method of the present invention is utilized within a web server which receives requests for web pages and, based upon those requests, serves web page responses that were previously cached or, if those cached responses are either inapplicable or invalid, the server builds a new response and serves it to the requester. The caching system performs two critical functions: first, it determines the cacheability of built responses and caches those responses it deems cacheable and second, if a cached response appears appropriate for a particular web page request, the caching system examines the cached response to determine whether the cached response is applicable for the particular request and whether the cached response is still valid. Each response is comprised of a plurality of parts, some of the parts being dynamic in nature. The parts have associated attributes that, either explicitly or implicitly, characterize the nature of the parts. The caching system comprises an attribute analyzer that creates a composite set of attributes, the composite representing the characteristics of the response. The caching system further comprises a cacheability analyzer that analyzes the attribute composite set and determines the cacheability of the response. The server then caches the response based upon that determination. Examples of attributes utilized for determining cacheability include the time variance setting of the dynamic content, the user's identity, or the location of the content.
The caching system further comprises a cached-response analyzer for analyzing the cached responses prior to serving to a requesting user. The cached-response analyzer comprises an applicability analyzer (for determining the applicability of the cached response to the particular request) and a validity analyzer (for determining the validity of the cached response). If the cached response passes the tests performed by these analyzers it is served to the requesting user.
The method steps may also be implemented in program code for modifying a computer system to cache information that has dynamic content.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing and other objects and advantages of the invention will be appreciated more fully from the following further description thereof with reference to the accompanying drawings wherein:
FIG. 1 is a block diagram of a generic network configuration that may be used with the disclosed system;
FIG. 2 is a block diagram of a web server system;
FIG. 3 is a high-level block diagram of a Lotus Domino web server;
FIG. 4 is a block diagram of a web server system having the caching system of the present invention;
FIG. 5 (consisting of FIGS. 5a and 5 b) is a flow chart of the method steps for determining the caching strategy when a document is being opened by a user; and
FIG. 6 illustrates a flow diagram of the method steps for implementing the caching scheme according to the present invention.
FIG. 7 (consisting of FIGS. 7a, 7 b and 7 c) is a flow chart illustrating the method steps for determining the applicability and validity of a cached response.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
FIG. 2 illustrates the system architecture for an exemplary server 100 or client computer 200, such as an IBM THINKPAD 701® computer or like computer, on which the disclosed network access system can be implemented. The exemplary computer system of FIG. 2 is discussed only for descriptive purposes, however, and should not be considered a limitation of the invention. Although the description below may refer to terms commonly used in describing particular computer systems, the described concepts apply equally to other computer systems, including systems having architectures that are dissimilar to that shown in FIG. 2.
The server 100 includes a central processing unit (CPU) 205, which may include a conventional microprocessor, random access memory (RAM) 210 for temporary storage of information, and read only memory (ROM) 215 for permanent storage of information. A memory controller 220 is provided for controlling system RAM 210. A bus controller 225 is provided for controlling bus 230, and an interrupt controller 235 is used for receiving and processing various interrupt signals from the other system components.
Diskette 242, CD-ROM 247, or hard disk 252 may provide mass storage. Data and software may be exchanged with server 100 via removable media, such as diskette 242 and CD-ROM 247. Diskette 242 is inserted into diskette drive 241, which is connected to bus 230 by controller 240. Similarly, CD-ROM 247 can be inserted into CD-ROM drive 246, which is connected to bus 230 by controller 245. CD-ROM 247 can also have digital versatile disc (DVD) playback capabilities as well. Finally, the hard disk 252 is part of a fixed disk drive 251, which is connected to bus 230 by controller 250.
User input to the server computer 100 may be provided by a number of devices. For example, a keyboard 256 and a mouse 257 may be connected to bus 230 by keyboard and mouse controller 255. An audio transducer 296, which may act as both a microphone and a speaker, is connected to bus 230 by audio controller 297. It should be obvious to those reasonably skilled in the art that other input devices, such as a pen and/or tablet and a microphone for voice input, may be connected to server computer 100 through bus 230 and an appropriate controller. DMA controller 260 is provided for performing direct memory access to system RAM 210. A visual display is generated by a video controller 265, which controls video display 270.
Server computer 100 also includes a network adapter 290 that allows the server computer 100 to be interconnected to a network 295 via a bus 291. The network 295, which may be a local area network (LAN), a wide area network (WAN), or the Internet, may utilize general-purpose communication lines that interconnect a plurality of network devices.
The Web server 100 answers URL (Universal Resource Locator) requests by sending back pages of data encoded in Hyper Text Markup Language (HTML). It also handles URL requests and HTML forms that trigger executable programs according to the Common Gateway Interface (CGI) specification. The Web server 100 includes code that manages both inbound and outbound HTTP (Hyper Text Transfer Protocol) communications. In these respects, the Web server 100 performs like any other HTTP server, responding in the standard way to standard URL requests.
The preferred embodiment will be discussed primarily in terms of a Lotus Domino web server although the system and method of the present invention may be implemented in any web server.
As a matter of background, as can be seen in its most basic form in FIG. 3, a Domino web server 100 is a server having many tasks running on it simultaneously. Among the server tasks are the Domino™ database server tasks 202, i.e., serving up documents from Domino databases 204, and the HTTP server tasks 206, i.e., serving up documents having formats such as HTML, GIF, JPEG, XML, DHTML, BMP, MPEG, WAV, Java applets, and other file formats known to those skilled in the art from file system 208.
Notes software, available from Lotus Development Corporation, works with Domino to provide a distributed client/server database application to let users organize, process, track, and use information to suit their individual needs. Notes/Domino consolidate the tools needed to effectively communicate and collaborate in an organization by providing, inter alia, email, group discussion, workflow, scheduling, document management and many other functions. Domino databases are built on three basic concepts: documents, views and forms. Documents are collections of data items that can be retrieved as a set. Views are the ways of accessing the indices or summaries of documents stored in a database while forms are templates for accessing and displaying documents.
When a Notes client 210 requests access to a Domino database 204 via the Notes network 212, the Domino database server task 202 provides access. When a web client 200 requests an HTML document, the HTTP server task 206 provides it. When a web client 200 requests a Notes document, the HTTP server task 206 passes the request through to the Domino database server task 202. If access is granted, the Domino database server 202 retrieves the requested document and passes it to an HTML converter 214 which converts the Notes views, documents, and forms from Notes format to HTML format, then delivers the resulting HTML pages to the HTTP server 206 for serving to the web client. If a web client submits a form or query, the HTTP server task 206 passes the form to the HTML Converter 214 which converts the form to Notes format and passes it to the Domino database server 202 for appropriate processing.
FIG. 4 illustrates the server caching system in greater detail. As shown in FIG. 4, the web server 100 may be connected to a number of Domino sources 204. However, the sources may comprise any number of different types of elements, other than Domino databases: other databases, files, other web sites, etc, but Domino sources are shown for clarity. The web server may also be connected to HTML databases 208 as was discussed above. The web server 100 comprises many functional units. It comprises the HTTP server 206, discussed above, which comprises a TCP/IP application 301, and a HyperText Transfer Protocol (HTTP) unit 302. The web server 100 further comprises the HTML converter unit 214 discussed above. It further comprises a parser 303 (for parsing received URLs), a cache 304, cache control unit 311, a cached-response analyzer 306, a response builder 307, a source access unit 308 (or Domino database server 202) and a cacheability analyzer 309.
These units operate as follows: TCP/IP unit 301 and HTTP unit 302 act together as the interface to the Internet by implementing the TCP/IP and HTTP protocols for server 100. TCP/IP unit 301 utilizes the TCP/IP protocol for conveying and receiving information to and from the Internet. HTTP unit 302 implements HTTP, which is the standard on which the Web operates. These two units provide the full-service interface to the Web.
When server 100 receives a URL from a client, the HTTP server 206 passes the URL to the URL Parser 303, which breaks the URL into different parts. The parsed URL is passed to the cache control unit 311. With a Domino server, within the URL that is received from the requesting user is a Domino/Notes-specific command, which indicates what action is being requested. The following are examples of server specific commands within the URL that may be received by the Domino server:
?OpenDatabase—command for opening a database;
?OpenView—command for opening a view;
?OpenDocument—command for opening a document;
?OpenForm—command for opening a form;
?ReadForm—command for reading a form; and
?EditDocument—command for editing a document.
While, in this example, each of these commands has a “?” in front of the command as syntax that the server can use to identify the string as a command, the server can identify other syntaxes as well. These commands require a response to be sent to the requesting user. The requested response may have already been cached and it may be valid and applicable. For those URLs having commands requesting a possibly-cached response (i.e., ?OpenDatabase, ?OpenView, ?OpenDocument, ?OpenForm, and ?ReadForm), the cache control 311 examines the request against previously cached responses to determine whether any of the previously cached responses is appropriate for the request. It does this by comparing the parsed URL against the URLs of the previously cached responses in the cache 304. If there is not an exact match or if the URL doesn't have “cacheable” commands (e.g., ?EditDocument), the parsed URL is passed to the response builder 307. The response builder 307 uses the parsed URL to build the response by accessing the appropriate sources (via source access unit 308) and retrieving the appropriate “parts” to construct the response. The parts retrieved by the response builder 307 may comprise many different types, including data, forms, subforms, database design elements, calculations, etc. In other words, there is no theoretical restriction as to the type of parts comprising a web page response. These parts each have their own attributes. For instance, some parts may or may not have last modified dates associated with the part. This will be discussed in greater detail below. The attributes of all of the parts used to build the response are collected and analyzed by attribute analyzer 313. The attribute analyzer 313 builds a “composite” of the attributes, the attribute composite being representative of the entire response.
Once the web page response is built by the response builder 307, it is passed to the HTML unit 305 for conversion to HTML. This HTML response is then passed to the HTTP server 206 for serving to the requesting user.
At the same time, the attribute analyzer 313 passes the composite of the parts attributes to the cacheability analyzer 309 for determining the cacheability of the built response. The cacheability analyzer 309 examines the attribute composite and, if it determines that the response cannot be cached, the response is not cached. If it determines that the response can be cached, it provides an indication to the cache control unit 311, along with the response and an associated set of cache strategy indicators generated by the cacheability analyzer 309. These indicators are used by the cached-response analyzer discussed below. The cacheability analyzer 309 comprises a cacheability analyzer interface 320 and a caching strategy generator 322. The cacheability analyzer interface 320 acts as an interface for the cacheability analyzer 309 while the caching strategy generator 322 examines the attribute composite and creates a caching strategy.
If the cache control unit determines that there is an exact match between the parsed URL of the user request and the URLs corresponding to one of the cached responses in the cache 304, the cached response along with its associated cache strategy indicators is passed to the cached response analyzer 306. The response analyzer 306 performs two series of tests. The first series of tests are response-specific and the second series of tests are request-specific. The response-specific tests are performed by the validity analyzer portion 315 while the request-specific tests are performed by the applicability analyzer portion 317. These tests will be discussed in greater detail below. If the cached response and its associated attributes pass the two tests, the cached response is simply served up to the user via the HTTP server 206.
Determining how to make an accurate and timely decision as to which Web pages are cacheable is important in any caching system. Prior caching systems considered the presence of macros, among others, too volatile, and thus, did not consider any pages with macros, for example, as candidates for caching. Unfortunately, this meant that many Web pages could not take advantage of caching and the performance gains that it provides. The caching system of the present invention improves performance in the server 100 by providing the ability to cache Web pages that contain macros and other dynamic content.
As mentioned above, each of the parts that comprise a response has attributes, which provide information about that particular part. These attributes can provide information about the part's identity and last modification date, as examples. This type of information is valuable to the caching system of the present invention because it can be used to determine the cacheability, the applicability and the validity of the response or subsequently cached response. During the response building process of the response builder 307, the attribute analyzer 313 collects the attributes of the parts used in building the response. The attribute analyzer 313 creates a composite of the attributes of the parts of the response so that the response has a composite of attributes representative of the entire response. The attribute composite set is passed to the cacheability analyzer 309. The cacheability analyzer 309 uses this to determine a caching strategy. Specifically, the cacheability analyzer 309 examines the attribute composite and creates caching strategy flags which are used by the system for caching as will be discussed in greater detail.
As was noted above, each “part” of the response may have one or more attributes. If the part is an @function, the following list corresponds each @function with its associated attribute(s) that are set at compute time. The attribute Depends means that the evaluation of the @function will determine the attribute. If the @function says “Fallback”, that means that there is an evaluation that is Web server-specific and this is the non-Web version. Its converse is “Web.”
@Accessed—OffDatabase, UsedDocld
@Certificate—OffDatabase
@Command-Web—Depends
@Command([Compose])—Depends, DbDesign, OffDatabase
@Command([FileSave])—HadEffect
@Created—UsedDocld
@DbColumn-Fallback—UserVariant, DbDesign, DbData, Unknown, Depends, OffDatabase
@DbCommand-Fallback—Unknown
@DbCommand-Web—Depends
@DbLookup-Fallback—Depends, Unknown, DbData, DbDesign, UserVariant, OffDatabase
@DbManager—DbDesign
@DbTitle—DbDesign
@DocumentUniqueID—UsedDocId
@Environment—HadEffect, UsedEnvironment
@GetDocField—DbData, UserVariant
@GetPortsList—UsedEnvironment
@GetProfileField—DbData, UserVariant
@InheritedDocumentUniqueID—UsedDocld
@MailEncryptSavedPreference-Fallback—UsedEnvironment
@MailEncryptSentPreference-Fallback—UsedEnvironment
@MailSavePreference-Fallback—UsedEnvironment
@MailSend-Failback—HadEffect
@MailSignPreference-Fallback—UsedEnvironment
@Modified—UsedDocId
@NoteID—UsedDocId
@Now—TimeVariant
@PostedCommand-Web—Depends
@Random—OffDatabase
@Responses—DbData
@SetDocField—HadEffect, UserVariant
@SetProfileField—HadEffect, UserVariant
@TextToTime—TimeVariant
@Today—TimeVariant
@Tomorrow—TimeVariant
@Unique—None, Depends, OffDatabase
@URLGetHeader-Fallback—OffDatabase
@URLOpen-Fallback—OffDatabase, HadEffect
@UserAccess-Web—OffDatabase, UserVariant, DbDesign
@UserName—UserVariant
@UserPrivileges—DbDesign, UserVariant
@UserRoles-Fallback—DbDesign, UserVariant
@UserRoles-Web—DbDesign, UserVariant
@V3UserName—UserVariant
@ViewTitle—DbDesign
@Yesterday—TimeVariant
@Zone—TimeVariant
The attribute composite used for characterizing the response for cacheability comprises the following attributes described below:
OffDb—The response uses data outside the current database. This includes the use of CGI variables.
TimeVariant (CacheUntil)—If the TimeVariant attribute bit is set, the response uses time-variant data (such as @Now which generates the current time and date). The CacheUntil parameter indicates the time/date after which the part is stale.
HadEffect—The response has an important side-effect (such as @SetDocField which modifies data in a Domino database).
UsedEnv—The response uses the server environment (as found in the NOTES.INI file). This does not include CGI variables.
UserVariant—The response is dependent on the user's identity. This includes using any data or design note that includes Read ACLs (Access Control Lists), Readers fields, Authors fields or controlled access sections.
DesignUserVariant—The response is from a database that has protected design elements.
DbData—The response uses data in the database other than the referenced document. This includes all views, embedded views in forms, and so on.
UsedDocId—The response uses the document's ID.
UsedNewDoc—The response uses a newly-created in-memory note.
Unknown—The response does something that couldn't be analyzed (such as executed in another programming language, such as LotusScript).
Error—The response generated an error of some sort.
This attribute composite is passed to the cacheability analyzer 309. It should be noted that this is the composite set of attributes for the response. The parts of the response contribute to this set by contributing to none, some or all of these attributes. The creation of the attribute composite set follows a conservative approach, i.e., if one part has an attribute indicating that the part cannot be cached, the composite will indicate that the response cannot be cached.
A number of caching strategy flags are generated by the cacheability analyzer 309 based upon the response attribute composite and are discussed below. It should be noted that this is a limited set of flags and other flags could be generated as well and the system of the present invention is not so limited. The flags are:
DontCache—Don't cache the response at all.
Document—Invalidate the cached response when the document changes.
DbDesign—Invalidate the cached response when the database design changes.
DbData—Invalidate the cached response when any of the data in the database changes.
OnlyAnonymous—Cache the response, but only serve it when the user is anonymous.
FIG. 5 (comprising FIGS. 5a and 5 b) is a flow chart that illustrates the method used by the cacheability analyzer 309 to create the caching strategy flags associated with each of the built responses. This is the caching strategy used when the ?OpenDocument command is in the URL. Other caching strategies may be used when other commands are received from the user. At 400, the caching strategy procedure for an ?OpenDocument command begins. At 402, the attribute composite is received by the cacheability analyzer 309 (via cacheability analyzer interface 320 and is passed to caching strategy generator 322) from the attribute analyzer 313. At 404, in the caching strategy generator 322, the Document strategy flag is set. (For purposes of clarity, “to set” when used in conjunction with the state of a particular flag means to change it to “1”, or positive state, while “to reset” means to change it to “0”, or negative state.) At 406, the OffDb attribute is examined. If it is set, the DontCache strategy flag is set at 408. After the DontCache strategy flag is set at 408, the procedure goes to “A” shown on FIG. 5b. At “A”, the procedure is finished at 434.) At 406, if the OffDb attribute is not set, the HadEffect attribute is examined at 410. If it is set, the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above.) At 410, if the HadEffect attribute is not set, the TimeVariant attribute is examined at 412. If it is set, the CacheUntil parameter (which accompanies the TimeVariant attribute) is examined at 413. The CacheUntil parameter is in time/date units indicating the time/date after which the part (or response) is stale. This parameter is especially useful for the retrieval portion of this system to be discussed below. If the CacheUntil parameter is earlier than the then-present system time/date, the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above. At 413, if the CacheUntil parameter is later than the then-present system time/date or, at 413, the TimeVariant attribute is not set, the UsedDocId attribute is examined at 414. If it is set, the UsedNewDoc attribute is examined at 416. If it is set (i.e., both the UsedDocid and UsedNewDoc attributes are set), the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above. If either the UsedDocId or the UsedNewDoc attribute is not set, the UserVariant attribute is examined at 418. If it is not set, the DesignUserVariant attribute is examined at 420. If it is not set, the procedure continues at “C” to be discussed below. If either the UserVariant attribute at 418 or the DesignUserVariant attribute at 420 is set, the procedure continues at “B” in FIG. 5b.
At “B” in FIG. 5b, the cacheability analyzer 309 determines whether the USER_AUTHENTICATED bit is set at 422. The USER_AUTHENTICATED bit, which is a property of the request that is determined during the initial processing of the request, indicates that the user was authenticated by the server. If the user was not authenticated and was still allowed to access the server data, the user is logged on as “Anonymous”. There are many reasons why a server may be designed to authenticate a user. One reason may be that the authenticated user is allowed to access areas of the web site not accessible to non-authenticated users. Another may be that the authenticated user is allowed to enter information in databases where a non-authenticated user is not. In any event, the USER_AUTHENTICATED bit is passed to the cacheability analyzer 309 along with the attribute composite.
If USER_AUTHENTICATED bit is set, the DontCache strategy flag is set at 408 and the procedure continues to “A” as discussed above. If it is not set, the OnlyAnonymous strategy flag is set at 424. At 426 and at “C”, the DbDesign strategy flag is set. At 428, the DbData attribute is examined. If it is not set, the procedure ends at 434. If it is set, the Document strategy flag is reset at 430. The DbData strategy flag is then set at 432. The procedure then ends at 434.
FIGS. 5a and 5 b and corresponding discussion relates only to the cacheability strategy procedure when the request is an ?OpenDocument request. If the request includes another command instead, such as ?OpenView, the cacheability procedure may be different. However, this procedure is exemplary of cacheability procedures for other commands.
Another point is that the CacheUntil parameter was discussed only in terms of the TimeVariant attribute for an @function. The CacheUntil parameter could be used to characterize the part, irrespective if the part generated time/date data as the @functions having the TimeVariant attribute. It could be used to indicate a future time/date that the part was expected to change, after which the cached response having that part should be re-built.
The caching strategy flags that are generated by the caching strategy generator 322 are passed to the cacheability analyzer interface 320. The cacheability analyzer interface 320 examines the flags to determine whether the built response should be cached in cache 304. Concurrently, the built response is sent to the HTML unit 214 and to the HTTP server 206. The HTTP server 206 serves the built response in HTML format to the user (without the strategy flags).
FIG. 6 is a flow chart illustrating the method implemented in the cacheability analyzer interface 320. At 500, the cacheability analyzer interface 320 receives the caching strategy flags from the caching strategy generator 322. At 502, the DontCache flag is examined. If it is set, the response without the strategy flags is served to the HTTP server 206 without being cached at 504. If it is not set, the response (after it has been converted to HTML), along with the strategy flags and with some other parameters (such as last_modified_date, CacheUntil) etc.), is sent to the cache 304 for caching at 506. The response is also served back to the user.
After a response is cached, it remains in the cache until it is either removed or replaced. A cached response is normally replaced after it becomes known that one of the source parts has been modified at the source. This is sometimes known as the cached response becoming “stale”. Normally, a cached response is identified as stale when its URL is requested by a user and the cache control unit compares the cached response's last modified date against the all of the source parts' last modified dates as discussed above.
A cached response may be removed for any number of reasons defined by the cache designer. Many times, the cache control unit 311 comprises a cache manager which utilizes a cache management utility for managing the cache. The cache manager may, for example, remove from cache those cached responses that have a predetermined life span which has expired (e.g., a response may have a CacheUntil parameter associated with it) or those cached responses that have least frequently been accessed (when the cache is getting full, for instance).
In any event, after a request is received, the request is examined by cache control unit 311 and the previously-cached responses are analyzed to determine whether any of the cached responses are candidates for serving to the request. A cached response is a candidate is it is appropriate to the request. Specifically, the received URL is parsed, examined for a suitable command request, e.g., “?OpenDocument”, and compared against the cached response URLs. A matching URL cached entry is analyzed by the cached-response analyzer 306 as discussed above. Specifically, the caching strategy flags which were stored along with the cached response are analyzed for applicability (via the applicability analyzer 317) and for validity (via the validity analyzer 315). FIG. 7 is a flow chart illustrating both the applicability analysis method and the validity analysis method of a cached response.
FIG. 7 consists of FIGS. 7a, 7 b and 7 c. FIG. 7a lays out the applicability analysis procedure while 7 b and 7 c depict the procedure followed for the validity analysis. In FIG. 7a, at 600, the caching strategy flags are examined by the applicability analyzer 317. At 602, the OnlyAnonymous strategy flag is examined. If it is not set, the applicability procedure is successfully completed at “E”, so that the validity analysis procedure may begin. If it is set, at 604, the USER_AUTHENTICATED bit for the current request is examined. If the USER_AUTHENTICATED bit is not set, the applicability procedure is successfully completed at “E”, so that the validity analysis procedure may begin. If it is set, the applicability procedure is completed at 608 but has failed. After a failed completion of the applicability procedure, there is no need to continue with the validity analysis as the cached response is not returned to the user. At 608, a request is made to the response builder 307 to build a new response based upon the requested URL.
The applicability analysis portion of the cached-response analysis only examined, as an example, one strategy flag (OnlyAnonymous). However, there are other request-specific characteristics that could as easily be tested. Tests for appropriate browser type and version, and tests for the appropriate language are examples of other user-specific tests that may be run against a cached response to ensure that it is applicable to the request or the requesting user.
In FIGS. 7b and 7 c, the validity analysis begins at “E”. At 610, the Document strategy flag is examined. If it is not set, the procedure moves to 612. If it is set, the last modified date of the candidate cached response document is compared against the last modified date of the source document at 614. If the last modified dates are not equal, the candidate response is “stale” and the procedure moves to “F” which continues at 608. If the dates are equal, at 612, the DbDesign strategy flag is examined. If it is not set, the procedure moves to 620. If it is set, the last modified date of the candidate cached response database is compared against the last modified date of the source database design at 618. If the last modified dates are not the same at 619, the candidate response is “stale” and the procedure moves to “F” which continues at 608. If the dates are the same, at 620, the DbData strategy flag is examined. If it is not set, the procedure moves to “G” which continues at 626. If it is set, the last modified date of the candidate cached response is compared against the last modified date of any of the data in the source database design at 622. If the last modified dates are not the same at 624, the candidate response is “stale” and the procedure moves to “F” which continues at 608. If they are the same, at “G” which continues at 626, the CacheUntil date is examined. If it is earlier than the present system time/date, the response is “stale” and the procedure moves to “F” which continues at 608. If it is equal to or later than the present system time/date, at 626, the candidate cached response is both applicable and valid and is returned to the HTTP server 206 for serving to the user.
It should be understood, however, that use of the hypertext server may be practiced with other types of remote documents, such as word processor or spread sheet documents. Accordingly, maintenance of a database is discussed here for exemplary purposes and is not intended to limit its scope. It also should be noted that although many embodiments of the system have been discussed with reference to World Wide Web pages, the system may be practiced with various other types of documents. Moreover, although a Lotus Domino web server environment is disclosed as the preferred embodiment, it should be understood that the disclosed system may be utilized with any known web server. The above discussion of Domino and Notes was exemplary only and therefore should not be considered a limitation of the caching system.
In an alternative embodiment, the system may be implemented as a computer program product for use with a computer system. Such implementation may include a series of computer instructions fixed either on a tangible medium, such as a computer readable media (e.g., diskette 242, CD-ROM 247, ROM 215, or fixed disk 252 as shown in FIG. 2) or transmittable to a computer system, via a modem or other interface device, such as communications adapter 290 connected to the network 295 over a medium 291. Medium 291 may be either a tangible medium (e.g., optical or analog communications lines) or a medium implemented with wireless techniques (e.g., microwave, infrared or other transmission techniques). The series of computer instructions embodies all or part of the functionality previously described herein with respect to the system. Those skilled in the art should appreciate that such computer instructions can be written in a number of programming languages for use with many computer architectures or operating systems. Furthermore, such instructions may be stored in any memory device, such as semiconductor, magnetic, optical or other memory devices, and may be transmitted using any communications technology, such as optical, infrared, microwave, or other transmission technologies. It is expected that such a computer program product may be distributed as a removable media with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the network (e.g., the Internet or World Wide Web).
Although various exemplary embodiments of the invention have been disclosed, it will be apparent to those skilled in the art that various changes and modifications can be made that will achieve some of the advantages of the invention without departing from the true scope of the invention. These and other obvious modifications are intended to be covered by the appended claims.

Claims (94)

Having thus described the invention, what we desire to claim and secure by Letters Patent is:
1. A system for caching which receives a request from a requester and builds, by collecting one or more parts from one or more sources, a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, each part having one or more attributes characterizing the part, the attributes indicating the cacheability of the part, the system for caching the response comprising:
an attribute analyzer for determining the attributes of the parts of the a response;
cacheability analyzer for examining the attributes to determine cacheability of the response, wherein the attributes include at least one of a time variance setting of dynamic content, a user's identify, or a location of dynamic content, and making a cacheability determination based upon that examination; and
means for caching the response based upon that cacheability determination.
2. The system of claim 1 wherein the dynamic content comprises a computable part.
3. The system of claim 1 wherein the attribute analyzer creates a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and further wherein the cacheability analyzer examines the attribute composite set to determine the cacheability of the response.
4. The system of claim 1 wherein the cacheability analyzer creates a caching strategy comprising a plurality of flags.
5. The system of claim 4 wherein each request has one or more properties, wherein the cacheability analyzer creates a caching strategy comprising at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requests is based upon the one or more properties of the subsequent request.
6. The system of claim 5 wherein one of the request properties is the identity of the requester, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requestors is based upon the subsequent requestor identity property.
7. The system of claim 5 wherein one or more of the request properties is the characteristics of the requestor's browser, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requesters is based upon the subsequent requester browser characteristic properties.
8. The system of claim 5 wherein one of the request properties is the requested language, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requests is based upon the requested language property of the subsequent request.
9. The system of claim 4 wherein the caching strategy comprises at least one flag indicating that the response is cacheable but its validity is based upon whether any of the parts on the one or more sources has been modified since the response has been cached.
10. The system of claim 1 wherein the cacheability analyzer analyzes the attributes to determine whether any of the attributes indicate that the response causes important side effects and makes a determination that the response is not cacheable if any of the attributes indicate that the response causes important side effects.
11. The system of claim 1 wherein the cacheability analyzer analyzes the attributes to determine whether any of the attributes indicate that the response uses time variant data and makes a determination that the response is only cacheable for a determined length of time if any of the attributes indicate that the response uses time variant data.
12. The system of claim 1 wherein the cacheability analyzer further comprises means for creating a caching strategy comprising a plurality of flags, and further wherein the means for caching caches the caching strategy flags along with the associated response.
13. In a system which receives a request from a requestor and dynamically builds, by collecting one or more parts from one or more sources, a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, each part having one or more attributes characterizing the part, the attributes indicating the cacheability of the part, a method for caching the response comprising the steps of:
a) identifying the parts of the response and their associated attributes, wherein the attributes include at least one of a time variance setting of dynamic content, a user's identify, or a location of dynamic content;
b) examining the attributes to determine cacheability of the response; and
c) making a cacheability determination based upon that examination; and
d) caching the response based upon the cacheability determination.
14. The method of claim 13 wherein the dynamic content comprises a computable part.
15. The method of claim 13 further comprising, after step a, the step of:
a1. creating a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and
in step b, examining the attribute composite set to determine cacheability of the response.
16. The method of claim 13 wherein, in step c, the cacheability determination comprises a plurality of flags.
17. The method of claim 16 wherein each request has one or more properties, wherein, in step c, the cacheability determination further comprises at least one flag indicating that the response is cacheable and further comprises at least one flag indicating that the applicability of the response for serving in response to a subsequent request is based upon the one or more properties of the subsequent request.
18. The method of claim 17 wherein one of the request properties is the identity of the requester, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requesters is based upon the subsequent requester identity property.
19. The method of claim 17 wherein one or more of the request properties is the characteristics of the requestor's browser, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requesters is based upon the subsequent requester browser characteristic properties.
20. The method of claim 17 wherein one of the request properties is the requested language, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving in response to subsequent requests is based upon the requested language property of the subsequent request.
21. The method of claim 16 wherein the cacheability determination further comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the validity of the response for serving to subsequent requests is based upon a determination of whether any of the parts on the one or more sources has been modified since the response was cached.
22. The method of claim 13 wherein step b further comprises analyzing the attributes to determine whether any of the attributes indicate that response causes important side effects and wherein step c further comprises making a determination that the response is not cacheable if any of the attributes indicate that response causes important side effects.
23. The method of claim 13 wherein step b further comprises analyzing the attributes to determine whether any of the attributes indicate that the response uses time variant data and wherein, in step c, the cacheability determination comprises at least one flag for indicating that the response is cacheable and is valid for serving to subsequent requests for a determined length if any of the attributes indicate that response uses time variant data.
24. The method of claim 13 wherein step c further comprises the step of creating a caching strategy comprising a plurality of flags, and further wherein step d caches the caching strategy flags along with the associated response.
25. A computer usable medium, for use in a computer which receives a request from a requestor and dynamically builds, by collecting one or more parts from one or more sources, a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, each part having one or more attributes characterizing the part, the attributes indicating the cacheability of the part, the computer usable medium having computer readable program code embodied in the medium for causing the computer to perform method steps for caching the response comprising the method steps of:
a) identifying the parts of the response and their associated attributes, wherein the attributes include at least one of a time variance setting of dynamic content, a user's identify, or a location of dynamic content;
b) examining the attributes to determine cacheability of the response; and
c) making a cacheability determination based upon that examination;
d) caching the response based upon that cacheability determination.
26. The computer usable medium of claim 25 wherein the dynamic content comprises a computable part.
27. The computer usable medium of claim 25 further comprising, after step a, the step of:
a1. creating a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and
in step b, examining the attribute composite set to determine cacheability of the response.
28. The computer usable medium of claim 25 wherein, in step c, the cacheability determination comprises a plurality of flags.
29. The computer usable medium of claim 28 wherein each request has one or more properties, wherein, in step c, the cacheability determination further comprises at least one flag indicating that the response is cacheable and further comprises at least one flag indicating that the applicability of the response for serving in response to a subsequent request is based upon the one or more properties of the subsequent request.
30. The computer usable medium of claim 29 wherein one of the request properties is the identity of the requester, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requesters is based upon the subsequent requester identity property.
31. The computer usable medium of claim 29 wherein one or more of the request properties is the characteristics of the requestor's browser, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requesters is based upon the subsequent requestor browser characteristic properties.
32. The computer usable medium of claim 29 wherein one of the request properties is the requested language, wherein the cacheability determination comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving in response to subsequent requests is based upon the requested language property of the subsequent request.
33. The computer usable medium of claim 28 wherein the cacheability determination further comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the validity of the response for serving to subsequent requests is based upon a determination of whether any of the parts on the one or more sources has been modified since the response was cached.
34. The computer usable medium of claim 25 wherein step b further comprises analyzing the attributes to determine whether any of the attributes indicate that response causes important side effects and wherein step c further comprises making a determination that the response is not cacheable if any of the attributes indicate that response causes important side effects.
35. The computer usable medium of claim 28 wherein step b further comprises analyzing the attributes to determine whether any of the attributes indicate that the response uses time variant data and wherein, in step c, the cacheability determination comprises at least one flag for indicating that the the response is cacheable and is valid for serving to subsequent requests for a determined length if any of the attributes indicate that response uses time variant data.
36. The computer usable medium of claim 25 wherein step c further comprises the step of creating a caching strategy comprising a plurality of flags, and further wherein step d caches the caching strategy flags along with the associated response.
37. In a system for receiving requests from requestors and serving responses to those requests, the system having a cache for holding previously served responses for serving to subsequent requests, at least some of the responses comprising dynamic content, a cached response retrieval system for retrieving a cached response comprising:
a cache control unit having means for receiving a request and means for determining whether the cache contains a candidate cached response appropriate for that request;
a cached response analyzer for analyzing the candidate cached response, the cached response analyzer determining the validity of the candidate cached response;
whereby the system serves the candidate cached response if the cached response analyzer determines that the candidate cached response is valid, wherein the validity of the candidate of the cache response is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content.
38. The cached response analyzer of claim 37 wherein the cached response analyzer has an applicability analyzer for determining the applicability of the candidate cached response for serving to the request.
39. The cached response analyzer of claim 38 wherein the request has request properties, one of the request properties being a language type, wherein the applicability analyzer determines whether the candidate cached response is applicable for serving to the request based upon the language type.
40. The cached response analyzer of claim 38 wherein the request has request properties, one of the request properties being a browser type, wherein the applicability analyzer determines whether the candidate cached response is applicable for serving to the request based upon the browser type.
41. The cached response analyzer of claim 38 wherein the request has request properties, one of the request properties being a requester identity, wherein the applicability analyzer determines whether the candidate cached response is applicable for serving to the request based upon the requestor identity.
42. The cached response analyzer of claim 38 wherein the candidate cached response comprises caching strategy flags, wherein the cached response analyzer has a validity analyzer, wherein the applicability analyzer analyzes the caching strategy flags related to the request and the validity analyzer analyzes the caching strategy flags related to the response.
43. The cached response analyzer of claim 37 wherein the system builds responses from parts from one or more sources, wherein the parts of each candidate cached response each has a last modified date, wherein the cached response analyzer has a validity analyzer for comparing the parts of the candidate cached response last modified dates to the last modified dates of the parts comprising the response on the one or more sources.
44. The cached response analyzer of claim 37 wherein the system has a present system time/date indicating the present time and date, wherein the candidate cached response comprises a “cache until” time/date, wherein the cached response analyzer has a validity analyzer, wherein the validity analyzer analyzes the “cache until” time/date against the present system time/date to determine whether the “cache until” time/date is earlier than the present system time/date.
45. For use in a system for receiving requests from requestors and serving responses to those requests, the system having a cache for holding previously served responses for serving to subsequent requests, at least some of the responses comprising dynamic content, a method for retrieving a cached response comprising the steps of:
receiving a request;
determining whether the cache contains a candidate cached response appropriate for that request;
analyzing a candidate cached response; and
determining the validity of the candidate cached response, whereby the system serves the candidate cached response if, during step d, candidate cached response is determined valid, wherein the validity of the candidate of the cache response is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content.
46. The method of claim 45 wherein step d further comprises the step d1 determining the applicability of the candidate cached response to the request.
47. The method of claim 46 wherein the request has request properties, one of the request properties being a language type, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the language type.
48. The method of claim 46 wherein the request has request properties, one of the request properties being a browser type, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the browser type.
49. The method of claim 46 wherein the request has request properties, one of the request properties being a requestor identity, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the requestor identity.
50. The method of claim 46 wherein the candidate cached response comprises caching strategy flags, wherein step d further comprises analyzing the caching strategy flags related to the response for validity and wherein step d1 further comprises analyzing the caching strategy flags related to the request for applicability.
51. The method of claim 45 wherein the system builds responses from parts from one or more sources, wherein the parts of each candidate cached response each has a last modified date and step d further comprises comparing the parts of the candidate cached response last modified dates to the last modified dates of the parts comprising the response on the one or more sources.
52. The method of claim 45 wherein the system has a present system time/date indicating the present time and date, wherein the candidate cached response comprises a “cache until” time/date, wherein step d comprises analyzing the “cache until” time/date against the present system time/date to determine whether the “cache until” time/date is earlier than the present system time/date.
53. A computer usable medium for use in a computer for receiving requests from requesters and serving responses to those requests the computer having a cache for holding previously served responses for serving to subsequent requests, at least some of the responses comprising dynamic content, the computer usable medium having computer readable program code embodied in the medium for causing the computer to perform method steps for retrieving a cached response comprising the method steps of:
a) receiving a request;
b) determining whether the cache contains a candidate cached response 10 appropriate for that request;
c) analyzing a candidate cached response;
d) determining the validity of the candidate cached response, whereby the computer serves the candidate cached response if, during step d, the candidate cached response is determined valid, wherein the validity of the candidate of the cache response is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content; and
e) determining the applicability of the candidate cached response to the requestor.
54. The computer usable medium of claim 53 wherein step d further comprises the step d1 determining the applicability of the candidate cached response to the request.
55. The computer usable medium of claim 54 wherein the request has request properties, one of the request properties being a language type, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the language type.
56. The computer usable medium of claim 54 wherein the request has request properties, one of the request properties being a browser type, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the browser type.
57. The computer usable medium of claim 54 wherein the request has request properties, one of the request properties being a requester identity, step d1 further comprises determining whether the candidate cached response is applicable for serving to the request based upon the requester identity.
58. The computer usable medium of claim 54 wherein the candidate cached response comprises caching strategy flags, wherein step d further comprises analyzing the caching strategy flags related to the response for validity and wherein step d1 further comprises analyzing the caching strategy flags related to the request for applicability.
59. The computer usable medium of claim 53 wherein the system builds responses from parts from one or more sources, wherein the parts of each candidate cached response each has a last modified date and step d further comprises comparing the parts of the candidate cached response last modified dates to the last modified dates of the parts comprising the response on the one or more sources.
60. The computer usable medium of claim 53 wherein the system has a present system time/date indicating the present time and date, wherein the candidate cached response comprises a “cache until” time/date, wherein step d comprises analyzing the “cache until” time/date against the present system time/date to determine whether the “cache until” time/date is earlier than the present system time/date.
61. A system which receives a request from a requestor and serves a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, the system comprising:
means for receiving a request from a requestor;
a cache for holding previously served cached responses; a cache control unit for comparing the request against the cached response and for identifying a candidate cached response;
a cached response analyzer for determining whether the candidate cached response should be served to the request;
a response builder for a building response;
a cacheability analyzer for analyzing the built response and determining its cacheability, wherein the cacheability is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content; means for caching, in the cache, the response based upon that cacheability determination; and
means for serving the response or candidate cached response to the request.
62. The system of claim 61 wherein the cached response analyzer comprises an applicability analyzer for determining the applicability of the candidate cached response to the request and a validity analyzer for determining the validity of the candidate cached response;
whereby the serving means serves the candidate cached response if the cached response analyzer determines that the candidate cached response is both applicable and valid.
63. The system of claim 62 wherein the request has request properties, one of the request properties being a requester identity, wherein the applicability analyzer determines whether the candidate cached response is applicable for serving to the request based upon the requester identity.
64. The system of claim 62 wherein the response builder builds responses from parts from one or more sources, wherein the parts of each candidate cached response each has a last modified date, wherein the cached response analyzer has a validity analyzer for comparing the parts of the candidate cached response last modified dates to the last modified dates of the parts comprising the response on the one or more sources.
65. The system of claim 61 wherein cached response comprises caching strategy flags, wherein the cached response analyzer comprises an applicability analyzer for analyzing the caching strategy flags related to the request and a validity analyzer for analyzing the caching strategy flags related to the response.
66. The system of claim 61 wherein each part has one or more attributes characterizing the part, the attributes indicating the cacheability of the part, wherein the response builder comprises an attribute analyzer for creating a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and further wherein the cacheability analyzer examines the attribute composite set to determine cacheability of the response.
67. The system of claim 61 wherein the cacheability analyzer creates a caching strategy comprising a plurality of flags.
68. The system of claim 67 wherein each request has one or more properties, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requests is based upon the one or more properties of the subsequent request.
69. The system of claim 67 wherein the caching strategy comprises at least one flag indicating that the response is cacheable but its validity is based upon whether any of the parts on the one or more sources has been modified since the response has been cached.
70. The system of claim 61 wherein the cacheability analyzer analyzes the attributes to determine whether any of the attributes indicate that the response causes important side effects and makes a determination that the response is not cacheable if any of the attributes indicate that the response causes important side effects.
71. The system of claim 61 wherein the cacheability analyzer analyzes the attributes to determine whether any of the attributes indicate that the response uses time variant data and makes a determination that the response is only cacheable for a determined length of time if any of the attributes indicate that the response uses time variant data.
72. The system of claim 61 wherein the cacheability analyzer further comprises means for creating a caching strategy comprising a plurality of flags, and further wherein the means for caching caches the caching strategy flags along with the associated response.
73. A method for use in a system which receives a request from a requestor and serves a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, the system having a cache for holding previously served cached responses, each of the cached responses having an address, the method comprising the steps of:
a) receiving a request from a requestor;
b) comparing the request against the cached response and for identifying a candidate cached response;
c) determining whether the candidate cached response should be served to the request;
d) if so, serving the cached response;
e) if not, building a new response to the request;
f) analyzing the built response and determining its cacheability, wherein the cacheability is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content;
g) caching, in the cache, the response based upon that cacheability determination; and
h) serving the response or candidate cached response to the request.
74. The method of claim 73 wherein step c further comprises determining the applicability of the candidate cached response to the request and determining the validity of the candidate cached response and step d further comprises serving the candidate cached response if the candidate cached response is both applicable and valid.
75. The method of claim 74 wherein the request has request properties, one of the request properties being a requestor identity, wherein the applicability analyzing step comprises determining whether the candidate cached response is applicable for serving to the request based upon the requester identity.
76. The method of claim 73 wherein the one or more parts are from one or more sources and wherein the parts of each candidate cached response each has a last modified date, wherein step c further comprises comparing the parts of each candidate cached response last modified dates to the last modified dates of the parts comprising response on the one or more sources.
77. The method of claim 73 wherein each part has one or more attributes characterizing the part, the attributes indicating the cacheability of the part, wherein step e further comprises the step of creating a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and further wherein step f comprises the step of examining the attribute composite set to determine cacheability of the response.
78. The method of claim 73 wherein step f further comprises creating a caching strategy comprising a plurality of flags.
79. The method of claim 78 wherein each request has one or more properties, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requests is based upon the one or more properties of the subsequent request.
80. The method of claim 77 wherein the caching strategy comprises at least one flag indicating that the response is cacheable and its validity is based upon whether any of the parts on the one or more sources has been modified since the response has been cached.
81. The method of claim 77 wherein step f further comprises the steps of analyzing the attributes to determine whether any of the attributes indicate that the response causes important side effects and making a determination that the response is not cacheable if any of the attributes indicate that the response causes important side effects.
82. The method of claim 73 wherein step f further comprises the steps of analyzing the attributes to determine whether any of the attributes indicate that the response uses time variant data and making a determination that the response is only cacheable for a determined length of time if any of the attributes indicate that response uses time variant data.
83. The method of claim 77 wherein step g comprises caching the caching strategy flags along with the associated response.
84. A computer usable medium for use in a computer which receives a request from a requester and serves a response to that request, the response comprising a composite of the one or more parts, at least one of the parts comprising dynamic content, the computer having a cache for holding previously served cached responses, each of the cached responses having an address, the computer usable medium having computer readable program code embodied in the medium for causing the computer to perform method steps of:
a) receiving a request from a requestor;
b) comparing the request against the cached response and for identifying a candidate cached response;
c) determining whether the candidate cached response should be served to the request;
d) if so, serving the cached response;
e) if not, building a new response to the request;
f) analyzing the built response and determining its cacheability, wherein the cacheability is determined based on at least one of a time variance setting of dynamic content, a user's identity, and a location of dynamic content;
g) caching, in the cache, the response based upon that cacheability determination; and
h) serving the response or candidate cached response to the request.
85. The computer usable medium of claim 84 wherein step c further comprises determining the applicability of the candidate cached response to the requestor and determining the validity of the candidate cached response and step d further comprises serving the candidate cached response if the candidate cached response is both applicable and valid.
86. The computer usable medium of claim 84 wherein the request has request properties, one of the request properties being a requestor identity, wherein the applicability analyzing step comprises determining whether the candidate cached response is applicable for serving to the request based upon the requestor identity.
87. The computer usable medium of claim 83 wherein the one or more parts are from one or more sources and wherein the parts of each candidate cached response each has a last modified date, wherein step c further comprises comparing the parts of each candidate cached response last modified dates to the last modified dates of the parts comprising the response on the one or more sources.
88. The computer usable medium of claim 84 wherein each part has one or more attributes characterizing the part, the attributes indicating the cacheability of the part, wherein step e further comprises the step of creating a composite set of attributes based upon the individual attributes of the individual parts, the composite attribute set providing a characterization of the cacheability of the response; and further wherein step f comprises the step of examining the attribute composite set to determine cacheability of the response.
89. The computer usable medium of claim 84 wherein step f further comprises creating a caching strategy comprising a plurality flags.
90. The computer usable medium of claim 89 wherein each request has one or more properties, wherein the caching strategy comprises at least one flag indicating that the response is cacheable and at least one flag indicating that the applicability of the response for serving to subsequent requests is based upon the one or more properties of the subsequent request.
91. The computer usable medium of claim 89 wherein the caching strategy comprises at least one flag indicating that the response is cacheable and its validity is based upon whether any of the parts on the one or more sources has been modified since the response has been cached.
92. The computer usable medium of claim 84 wherein step f further comprises the steps of analyzing the attributes to determine whether any of the attributes indicate that the response causes important side effects and making a determination that the response is not cacheable if any of the attributes indicate that the response causes important side effects.
93. The computer usable medium of claim 84 wherein step f further comprises the steps of analyzing the attributes to determine whether any of the attributes indicate that response uses time variant data and making a determination that the response is only cacheable for a determined length of time if any of the attributes indicate that response uses time variant data.
94. The computer usable medium of claim 89 wherein step g comprises caching the caching strategy flags along with the associated response.
US09/237,135 1999-01-25 1999-01-25 Method and system for automatically caching dynamic content based on a cacheability determination Expired - Fee Related US6351767B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/237,135 US6351767B1 (en) 1999-01-25 1999-01-25 Method and system for automatically caching dynamic content based on a cacheability determination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/237,135 US6351767B1 (en) 1999-01-25 1999-01-25 Method and system for automatically caching dynamic content based on a cacheability determination

Publications (1)

Publication Number Publication Date
US6351767B1 true US6351767B1 (en) 2002-02-26

Family

ID=22892479

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/237,135 Expired - Fee Related US6351767B1 (en) 1999-01-25 1999-01-25 Method and system for automatically caching dynamic content based on a cacheability determination

Country Status (1)

Country Link
US (1) US6351767B1 (en)

Cited By (151)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010013088A1 (en) * 2000-02-09 2001-08-09 Nec Corporation. Information providing system, information providing method, and client apparatus
US20020078140A1 (en) * 2000-12-19 2002-06-20 Ciaran Kelly Remote web page maintenance
US20020087798A1 (en) * 2000-11-15 2002-07-04 Vijayakumar Perincherry System and method for adaptive data caching
US20020099807A1 (en) * 2001-01-22 2002-07-25 Doyle Ronald P. Cache management method and system for storIng dynamic contents
US20020133635A1 (en) * 2001-03-16 2002-09-19 Microsoft Corporation Method and system for interacting with devices having different capabilities
US20030005228A1 (en) * 2001-06-19 2003-01-02 Wong Frankie Chibun Dynamic multi-level cache manager
US20030025728A1 (en) * 2001-07-10 2003-02-06 Ebbo David S. User control objects for providing server-side code generation from a user-defined dynamic web page content file
US20030051100A1 (en) * 2001-09-12 2003-03-13 International Business Machines Corporation Content caching with special handling of multiple identical requests for content
US20030055889A1 (en) * 2001-08-27 2003-03-20 Meng-Cheng Chen Cache method
US20030101231A1 (en) * 2001-11-16 2003-05-29 Kausik Balas Natarajan Caching dynamic web documents
US6587928B1 (en) * 2000-02-28 2003-07-01 Blue Coat Systems, Inc. Scheme for segregating cacheable and non-cacheable by port designation
US6636946B2 (en) * 2001-03-13 2003-10-21 Micron Technology, Inc. System and method for caching data based on identity of requestor
WO2003088065A1 (en) * 2002-04-09 2003-10-23 Akamai Technologies, Inc. Method and system for tiered distribution in a content delivery network
US20030233477A1 (en) * 2002-06-17 2003-12-18 Microsoft Corporation Extensible infrastructure for manipulating messages communicated over a distributed network
US20030236906A1 (en) * 2002-06-24 2003-12-25 Klemets Anders E. Client-side caching of streaming media content
US20040024812A1 (en) * 2000-11-08 2004-02-05 Park Chong Mok Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof
US20040027391A1 (en) * 2002-08-06 2004-02-12 Tu Robert F. Z. Web site navigation under a hierarchical menu structure
US6701415B1 (en) 1999-03-31 2004-03-02 America Online, Inc. Selecting a cache for a request for information
US20040073873A1 (en) * 2002-10-11 2004-04-15 Microsoft Corporation Adaptive image formatting control
US6732148B1 (en) * 1999-12-28 2004-05-04 International Business Machines Corporation System and method for interconnecting secure rooms
US20040100510A1 (en) * 2002-11-27 2004-05-27 Natasa Milic-Frayling User interface for a resource search tool
US20040100509A1 (en) * 2002-11-27 2004-05-27 Microsoft Corporation Web page partitioning, reformatting and navigation
US6757900B1 (en) 2000-05-18 2004-06-29 Microsoft Corporation State management of server-side control objects
US6772199B1 (en) * 2000-09-14 2004-08-03 International Business Machines Corporation Method and system for enhanced cache efficiency utilizing selective replacement exemption
US6792607B1 (en) 2000-05-18 2004-09-14 Microsoft Corporation Databinding using server-side control objects
FR2852419A1 (en) * 2003-03-14 2004-09-17 Canon Kk Electronic data file transaction process for use in distributed computer network, involves delivering data file from substitute location to destination if verification of key condition in corresponding table is true
US20040236732A1 (en) * 2003-05-19 2004-11-25 Canon Kabushiki Kaisha Method and device for processing messages with tags of the soap type
US20040264489A1 (en) * 2003-06-30 2004-12-30 Klemets Anders E. Streaming of variable bit rate multimedia content
US20050033926A1 (en) * 2003-08-06 2005-02-10 International Business Machines Corporation Method, system and program product for validating remotely cached dynamic content web pages
US20050044166A1 (en) * 2001-06-28 2005-02-24 Microsoft Corporation Startup methods and apparatuses for use in streaming content
US20050091230A1 (en) * 2003-10-24 2005-04-28 Ebbo David S. Software build extensibility
US20050100014A1 (en) * 2000-08-09 2005-05-12 Microsoft Corporation Fast dynamic measurement of bandwidth in a TCP network environment
US6898604B1 (en) 2001-06-29 2005-05-24 Microsoft Corporation XML serialization and deserialization
US6915454B1 (en) 2001-06-12 2005-07-05 Microsoft Corporation Web controls validation
US20050193097A1 (en) * 2001-06-06 2005-09-01 Microsoft Corporation Providing remote processing services over a distributed communications network
US20050198309A1 (en) * 2000-03-20 2005-09-08 Nec Corporation System and method for intelligent web content fetch and delivery of any whole and partial undelivered objects in ascending order of object size
US6944797B1 (en) 2001-06-07 2005-09-13 Microsoft Corporation Method and system for tracing
US6961750B1 (en) 2000-05-18 2005-11-01 Microsoft Corp. Server-side control objects for processing client-side user interface elements
US20050251380A1 (en) * 2004-05-10 2005-11-10 Simon Calvert Designer regions and Interactive control designers
US20050256933A1 (en) * 2004-05-07 2005-11-17 Millington Bradley D Client-side callbacks to server events
US20050256924A1 (en) * 2004-05-14 2005-11-17 Microsoft Corporation Systems and methods for persisting data between web pages
US20050256834A1 (en) * 2004-05-17 2005-11-17 Microsoft Corporation Data controls architecture
US20050268292A1 (en) * 2004-05-28 2005-12-01 Microsoft Corporation Non-compile pages
US20050278351A1 (en) * 2004-05-28 2005-12-15 Microsoft Corporation Site navigation and site navigation data source
US6985946B1 (en) 2000-05-12 2006-01-10 Microsoft Corporation Authentication and authorization pipeline architecture for use in a web server
US6990653B1 (en) 2000-05-18 2006-01-24 Microsoft Corporation Server-side code generation from a dynamic web page content file
US20060020883A1 (en) * 2004-05-28 2006-01-26 Microsoft Corporation Web page personalization
US20060033594A1 (en) * 2004-03-04 2006-02-16 Markus Lutz Temperature controlled MEMS resonator and method for controlling resonator frequency
US7013340B1 (en) 2000-05-18 2006-03-14 Microsoft Corporation Postback input handling by server-side control objects
US20060064457A1 (en) * 1999-05-19 2006-03-23 Ricoh Corporation System for distributing, installing and running web applications (agents)
US20060064467A1 (en) * 2004-09-17 2006-03-23 Libby Michael L System and method for partial web page caching and cache versioning
US20060092822A1 (en) * 2004-04-30 2006-05-04 Microsoft Corporation Session Description Message Extensions
US7047485B1 (en) * 1999-11-10 2006-05-16 International Business Machines Corporation Intelligent pre-caching on a network
US7054917B1 (en) * 2002-08-07 2006-05-30 Propel Software Corporation Method for accelerating delivery of content in a computer network
US7082454B1 (en) * 1999-11-15 2006-07-25 Trilogy Development Group, Inc. Dynamic content caching framework
US20060168093A1 (en) * 2001-03-12 2006-07-27 Kabushiki Kaisha Toshiba Data transfer scheme using caching technique for reducing network load
US20060167979A1 (en) * 2004-12-21 2006-07-27 Harald Fuchs Mapping of a content request for a cache server
US20060168295A1 (en) * 2003-06-27 2006-07-27 Microsoft Corporation Midstream Determination of Varying Bandwidth Availability
US7096418B1 (en) * 2000-02-02 2006-08-22 Persistence Software, Inc. Dynamic web page cache
US7162723B2 (en) 2001-06-29 2007-01-09 Microsoft Corporation ASP.NET HTTP runtime
US20070027886A1 (en) * 2005-08-01 2007-02-01 Gent Robert Paul V Publishing data in an information community
US7216294B2 (en) 2001-09-04 2007-05-08 Microsoft Corporation Method and system for predicting optimal HTML structure without look-ahead
US7290015B1 (en) * 2003-10-02 2007-10-30 Progress Software Corporation High availability via data services
US7325188B1 (en) * 2003-09-03 2008-01-29 Microsoft Corporation Method and system for dynamically capturing HTML elements
US7343412B1 (en) * 1999-06-24 2008-03-11 International Business Machines Corporation Method for maintaining and managing dynamic web pages stored in a system cache and referenced objects cached in other data stores
US7346840B1 (en) * 2001-02-26 2008-03-18 Cisco Technology, Inc. Application server configured for dynamically generating web forms based on extensible markup language documents and retrieved subscriber data
US20080133708A1 (en) * 2005-08-01 2008-06-05 Billy Alvarado Context Based Action
US7389386B2 (en) 2004-04-21 2008-06-17 International Business Machines Corporation Recommendations for intelligent data caching
US20080298386A1 (en) * 2007-06-01 2008-12-04 Trevor Fiatal Polling
US20080320225A1 (en) * 2007-06-22 2008-12-25 Aol Llc Systems and methods for caching and serving dynamic content
US20090144395A1 (en) * 2005-06-17 2009-06-04 Desalvo Christopher J System and method for optimizing content retrieval over a data network
US20090172045A1 (en) * 2008-01-02 2009-07-02 International Business Machines Corporation System and method for archiving portions of an output of a web application
US20090191903A1 (en) * 2007-06-01 2009-07-30 Trevor Fiatal Integrated Messaging
US7594001B1 (en) * 2001-07-06 2009-09-22 Microsoft Corporation Partial page output caching
US20090259693A1 (en) * 2008-04-14 2009-10-15 International Business Machines Corporation Service for receiving obsolete web page copies
US20090279556A1 (en) * 2008-05-07 2009-11-12 Oracle International Corporation System and Method for Providing a Pluggable Architecture for State Management in a Telecommunication Service Access Gateway
US7650421B2 (en) 2002-12-30 2010-01-19 Microsoft Corporation Adaptable accelerated content streaming
US20100023690A1 (en) * 2008-07-22 2010-01-28 International Business Machines Corporation Caching dynamic contents and using a replacement operation to reduce the creation/deletion time associated with html elements
US20100157366A1 (en) * 2008-12-24 2010-06-24 Samsung Electronics Co., Ltd Host apparatus connected to image forming apparatus and web page printing method thereof
US20100174735A1 (en) * 2007-12-13 2010-07-08 Trevor Fiatal Predictive Content Delivery
US7756130B1 (en) * 2007-05-22 2010-07-13 At&T Mobility Ii Llc Content engine for mobile communications systems
US20100262645A1 (en) * 2009-04-09 2010-10-14 International Business Machines Corporation System and method of optimizing digital media processing in a carrier grade web portal environment
US20100281035A1 (en) * 2009-04-30 2010-11-04 David Carmel Method and System of Prioritising Operations On Network Objects
US20110165889A1 (en) * 2006-02-27 2011-07-07 Trevor Fiatal Location-based operations and messaging
US20110238924A1 (en) * 2010-03-29 2011-09-29 Mark Carl Hampton Webpage request handling
US8032923B1 (en) * 2006-06-30 2011-10-04 Trend Micro Incorporated Cache techniques for URL rating
US8065600B2 (en) 2004-05-14 2011-11-22 Microsoft Corporation Systems and methods for defining web content navigation
US20120066584A1 (en) * 2010-09-15 2012-03-15 Samsung Electronics Co., Ltd. Host apparatus and method of displaying content by the same
WO2012052342A1 (en) * 2010-10-22 2012-04-26 International Business Machines Corporation Content caching with remote filtering services in a radio access network
US20120110109A1 (en) * 2010-11-01 2012-05-03 Michael Luna Caching adapted for mobile application behavior and network conditions
WO2012060995A2 (en) * 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US8291076B2 (en) 2010-11-01 2012-10-16 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US20120278886A1 (en) * 2011-04-27 2012-11-01 Michael Luna Detection and filtering of malware based on traffic observations made in a distributed mobile traffic management system
US8316098B2 (en) 2011-04-19 2012-11-20 Seven Networks Inc. Social caching for device resource sharing and management
US8326985B2 (en) 2010-11-01 2012-12-04 Seven Networks, Inc. Distributed management of keep-alive message signaling for mobile network resource conservation and optimization
WO2012176184A1 (en) 2011-06-23 2012-12-27 Incapsula Inc. Dynamic content caching
US8364181B2 (en) 2007-12-10 2013-01-29 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US8412675B2 (en) 2005-08-01 2013-04-02 Seven Networks, Inc. Context aware data presentation
US8417823B2 (en) 2010-11-22 2013-04-09 Seven Network, Inc. Aligning data transfer to optimize connections established for transmission over a wireless network
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
US8494510B2 (en) 2008-06-26 2013-07-23 Seven Networks, Inc. Provisioning applications for a mobile device
US8549587B2 (en) 2002-01-08 2013-10-01 Seven Networks, Inc. Secure end-to-end transport through intermediary nodes
US8561086B2 (en) 2005-03-14 2013-10-15 Seven Networks, Inc. System and method for executing commands that are non-native to the native environment of a mobile device
US8621075B2 (en) 2011-04-27 2013-12-31 Seven Metworks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
US8750123B1 (en) 2013-03-11 2014-06-10 Seven Networks, Inc. Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network
US8761756B2 (en) 2005-06-21 2014-06-24 Seven Networks International Oy Maintaining an IP connection in a mobile network
US8775631B2 (en) 2012-07-13 2014-07-08 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US8787947B2 (en) 2008-06-18 2014-07-22 Seven Networks, Inc. Application discovery on mobile devices
US8788703B1 (en) 2013-08-05 2014-07-22 Iboss, Inc. Content caching
US8799410B2 (en) 2008-01-28 2014-08-05 Seven Networks, Inc. System and method of a relay server for managing communications and notification between a mobile device and a web access server
US8805334B2 (en) 2004-11-22 2014-08-12 Seven Networks, Inc. Maintaining mobile terminal information for secure communications
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
US8832228B2 (en) 2011-04-27 2014-09-09 Seven Networks, Inc. System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
US8849902B2 (en) 2008-01-25 2014-09-30 Seven Networks, Inc. System for providing policy based content service in a mobile network
US8861354B2 (en) 2011-12-14 2014-10-14 Seven Networks, Inc. Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization
US8868753B2 (en) 2011-12-06 2014-10-21 Seven Networks, Inc. System of redundantly clustered machines to provide failover mechanisms for mobile traffic management and network resource conservation
US8873411B2 (en) 2004-12-03 2014-10-28 Seven Networks, Inc. Provisioning of e-mail settings for a mobile terminal
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US8886176B2 (en) 2010-07-26 2014-11-11 Seven Networks, Inc. Mobile application traffic optimization
US8903954B2 (en) 2010-11-22 2014-12-02 Seven Networks, Inc. Optimization of resource polling intervals to satisfy mobile device requests
US8909202B2 (en) 2012-01-05 2014-12-09 Seven Networks, Inc. Detection and management of user interactions with foreground applications on a mobile device in distributed caching
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
US8914002B2 (en) 2008-01-11 2014-12-16 Seven Networks, Inc. System and method for providing a network service in a distributed fashion to a mobile device
US8918503B2 (en) 2011-12-06 2014-12-23 Seven Networks, Inc. Optimization of mobile traffic directed to private networks and operator configurability thereof
USRE45348E1 (en) 2004-10-20 2015-01-20 Seven Networks, Inc. Method and apparatus for intercepting events in a communication system
US8972513B2 (en) 2013-08-05 2015-03-03 Iboss, Inc. Content caching
US8984581B2 (en) 2011-07-27 2015-03-17 Seven Networks, Inc. Monitoring mobile application activities for malicious traffic on a mobile device
US9009250B2 (en) 2011-12-07 2015-04-14 Seven Networks, Inc. Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation
US9021021B2 (en) 2011-12-14 2015-04-28 Seven Networks, Inc. Mobile network reporting and usage analytics system and method aggregated using a distributed traffic optimization system
US9043433B2 (en) 2010-07-26 2015-05-26 Seven Networks, Inc. Mobile network traffic coordination across multiple applications
US9060032B2 (en) 2010-11-01 2015-06-16 Seven Networks, Inc. Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
US9077630B2 (en) 2010-07-26 2015-07-07 Seven Networks, Inc. Distributed implementation of dynamic wireless traffic policy
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US9173128B2 (en) 2011-12-07 2015-10-27 Seven Networks, Llc Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9203864B2 (en) 2012-02-02 2015-12-01 Seven Networks, Llc Dynamic categorization of applications for network access in a mobile network
US9241314B2 (en) 2013-01-23 2016-01-19 Seven Networks, Llc Mobile device with application or context aware fast dormancy
US9251193B2 (en) 2003-01-08 2016-02-02 Seven Networks, Llc Extending user relationships
US9307493B2 (en) 2012-12-20 2016-04-05 Seven Networks, Llc Systems and methods for application management of mobile device radio state promotion and demotion
US9325662B2 (en) 2011-01-07 2016-04-26 Seven Networks, Llc System and method for reduction of mobile network traffic used for domain name system (DNS) queries
US9326189B2 (en) 2012-02-03 2016-04-26 Seven Networks, Llc User as an end point for profiling and optimizing the delivery of content and data in a wireless network
US9330196B2 (en) 2010-11-01 2016-05-03 Seven Networks, Llc Wireless traffic management system cache optimization using http headers
US9560155B2 (en) 2010-10-22 2017-01-31 International Business Machines Corporation Ensuring content filtering through a specialized tier of proxy caches at the base station
US9613158B1 (en) * 2014-05-13 2017-04-04 Viasat, Inc. Cache hinting systems
CN106844529A (en) * 2016-12-29 2017-06-13 金蝶软件(中国)有限公司 Data cached update method, device and system
US9832095B2 (en) 2011-12-14 2017-11-28 Seven Networks, Llc Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
US10263899B2 (en) 2012-04-10 2019-04-16 Seven Networks, Llc Enhanced customer service for mobile carriers using real-time and historical mobile application and traffic or optimization data associated with mobile devices in a mobile network
US10474965B2 (en) * 2016-03-09 2019-11-12 Verizon Digital Media Services Inc. Methods and systems for advanced content cacheability determination
US20190361953A1 (en) * 2012-09-13 2019-11-28 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Frequent content continuity visual assistance in content browsing

Citations (11)

* 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
US5873100A (en) * 1996-12-20 1999-02-16 Intel Corporation Internet browser that includes an enhanced cache for user-controlled document retention
US5933849A (en) * 1997-04-10 1999-08-03 At&T Corp Scalable distributed caching system and method
US6006242A (en) * 1996-04-05 1999-12-21 Bankers Systems, Inc. Apparatus and method for dynamically creating a document
US6016512A (en) * 1997-11-20 2000-01-18 Telcordia Technologies, Inc. Enhanced domain name service using a most frequently used domain names table and a validity code table
US6032182A (en) * 1997-07-11 2000-02-29 International Business Machines Corporation Method, apparatus and computer program product for user selected refreshing of internet web pages
US6128624A (en) * 1997-11-12 2000-10-03 Ncr Corporation Collection and integration of internet and electronic commerce data in a database during web browsing
US6128655A (en) * 1998-07-10 2000-10-03 International Business Machines Corporation Distribution mechanism for filtering, formatting and reuse of web based content
US6157930A (en) * 1998-09-24 2000-12-05 Acceleration Software International Corporation Accelerating access to wide area network information in mode for showing document then verifying validity
US6185608B1 (en) * 1998-06-12 2001-02-06 International Business Machines Corporation Caching dynamic web pages
US6192382B1 (en) * 1997-09-24 2001-02-20 Mediaone Group, Inc. Method and system for web site construction using HTML fragment caching

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006242A (en) * 1996-04-05 1999-12-21 Bankers Systems, Inc. Apparatus and method for dynamically creating a document
US5787470A (en) * 1996-10-18 1998-07-28 At&T Corp Inter-cache protocol for improved WEB performance
US5873100A (en) * 1996-12-20 1999-02-16 Intel Corporation Internet browser that includes an enhanced cache for user-controlled document retention
US5933849A (en) * 1997-04-10 1999-08-03 At&T Corp Scalable distributed caching system and method
US6032182A (en) * 1997-07-11 2000-02-29 International Business Machines Corporation Method, apparatus and computer program product for user selected refreshing of internet web pages
US6192382B1 (en) * 1997-09-24 2001-02-20 Mediaone Group, Inc. Method and system for web site construction using HTML fragment caching
US6128624A (en) * 1997-11-12 2000-10-03 Ncr Corporation Collection and integration of internet and electronic commerce data in a database during web browsing
US6016512A (en) * 1997-11-20 2000-01-18 Telcordia Technologies, Inc. Enhanced domain name service using a most frequently used domain names table and a validity code table
US6185608B1 (en) * 1998-06-12 2001-02-06 International Business Machines Corporation Caching dynamic web pages
US6128655A (en) * 1998-07-10 2000-10-03 International Business Machines Corporation Distribution mechanism for filtering, formatting and reuse of web based content
US6157930A (en) * 1998-09-24 2000-12-05 Acceleration Software International Corporation Accelerating access to wide area network information in mode for showing document then verifying validity

Cited By (254)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6701415B1 (en) 1999-03-31 2004-03-02 America Online, Inc. Selecting a cache for a request for information
US7636749B2 (en) * 1999-05-19 2009-12-22 Ricoh Company, Ltd. System for distributing, installing and running web applications (agents)
US20060064457A1 (en) * 1999-05-19 2006-03-23 Ricoh Corporation System for distributing, installing and running web applications (agents)
US7343412B1 (en) * 1999-06-24 2008-03-11 International Business Machines Corporation Method for maintaining and managing dynamic web pages stored in a system cache and referenced objects cached in other data stores
US20080155056A1 (en) * 1999-06-24 2008-06-26 International Business Machines Corporation Technique for Maintaining and Managing Dynamic Web Pages Stored in a System Cache and Referenced Objects Cached in Other Data Stores
US7047485B1 (en) * 1999-11-10 2006-05-16 International Business Machines Corporation Intelligent pre-caching on a network
US7082454B1 (en) * 1999-11-15 2006-07-25 Trilogy Development Group, Inc. Dynamic content caching framework
US6732148B1 (en) * 1999-12-28 2004-05-04 International Business Machines Corporation System and method for interconnecting secure rooms
US7096418B1 (en) * 2000-02-02 2006-08-22 Persistence Software, Inc. Dynamic web page cache
US20010013088A1 (en) * 2000-02-09 2001-08-09 Nec Corporation. Information providing system, information providing method, and client apparatus
US6587928B1 (en) * 2000-02-28 2003-07-01 Blue Coat Systems, Inc. Scheme for segregating cacheable and non-cacheable by port designation
US20050198309A1 (en) * 2000-03-20 2005-09-08 Nec Corporation System and method for intelligent web content fetch and delivery of any whole and partial undelivered objects in ascending order of object size
US7779068B2 (en) * 2000-03-20 2010-08-17 Nec Corporation System and method for intelligent web content fetch and delivery of any whole and partial undelivered objects in ascending order of object size
US7266605B2 (en) 2000-05-12 2007-09-04 Microsoft Corporation Authentication and authorization pipeline architecture for use in a server
US6985946B1 (en) 2000-05-12 2006-01-10 Microsoft Corporation Authentication and authorization pipeline architecture for use in a web server
US20060080440A1 (en) * 2000-05-12 2006-04-13 Microsoft Corporation Authentication and authorization pipeline architecture for use in a server
US6792607B1 (en) 2000-05-18 2004-09-14 Microsoft Corporation Databinding using server-side control objects
US6990653B1 (en) 2000-05-18 2006-01-24 Microsoft Corporation Server-side code generation from a dynamic web page content file
US6961750B1 (en) 2000-05-18 2005-11-01 Microsoft Corp. Server-side control objects for processing client-side user interface elements
US7076786B2 (en) 2000-05-18 2006-07-11 Microsoft Corporation State management of server-side control objects
US7013340B1 (en) 2000-05-18 2006-03-14 Microsoft Corporation Postback input handling by server-side control objects
US6757900B1 (en) 2000-05-18 2004-06-29 Microsoft Corporation State management of server-side control objects
US20050108420A1 (en) * 2000-08-09 2005-05-19 Microsoft Corporation Fast dynamic measurement of bandwidth in a TCP network environment
US7353286B2 (en) 2000-08-09 2008-04-01 Microsoft Corporation Fast dynamic measurement of bandwidth in a TCP network environment
US20050100014A1 (en) * 2000-08-09 2005-05-12 Microsoft Corporation Fast dynamic measurement of bandwidth in a TCP network environment
US7349977B2 (en) 2000-08-09 2008-03-25 Microsoft Corporation Fast dynamic measurement of bandwidth in a TCP network environment
US6772199B1 (en) * 2000-09-14 2004-08-03 International Business Machines Corporation Method and system for enhanced cache efficiency utilizing selective replacement exemption
US20040024812A1 (en) * 2000-11-08 2004-02-05 Park Chong Mok Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof
US20020087798A1 (en) * 2000-11-15 2002-07-04 Vijayakumar Perincherry System and method for adaptive data caching
US20020078140A1 (en) * 2000-12-19 2002-06-20 Ciaran Kelly Remote web page maintenance
US6983318B2 (en) * 2001-01-22 2006-01-03 International Business Machines Corporation Cache management method and system for storing dynamic contents
US20020099807A1 (en) * 2001-01-22 2002-07-25 Doyle Ronald P. Cache management method and system for storIng dynamic contents
US7346840B1 (en) * 2001-02-26 2008-03-18 Cisco Technology, Inc. Application server configured for dynamically generating web forms based on extensible markup language documents and retrieved subscriber data
US20060168093A1 (en) * 2001-03-12 2006-07-27 Kabushiki Kaisha Toshiba Data transfer scheme using caching technique for reducing network load
US7636765B2 (en) * 2001-03-12 2009-12-22 Kabushiki Kaisha Toshiba Data transfer scheme using caching technique for reducing network load
US6934813B1 (en) 2001-03-13 2005-08-23 Micron Technology, Inc. System and method for caching data based on identity of requestor
US6636946B2 (en) * 2001-03-13 2003-10-21 Micron Technology, Inc. System and method for caching data based on identity of requestor
US20020133635A1 (en) * 2001-03-16 2002-09-19 Microsoft Corporation Method and system for interacting with devices having different capabilities
US20050193097A1 (en) * 2001-06-06 2005-09-01 Microsoft Corporation Providing remote processing services over a distributed communications network
US6944797B1 (en) 2001-06-07 2005-09-13 Microsoft Corporation Method and system for tracing
US6915454B1 (en) 2001-06-12 2005-07-05 Microsoft Corporation Web controls validation
US6813633B2 (en) * 2001-06-19 2004-11-02 Foedero Technologies, Inc. Dynamic multi-level cache manager
US20030005228A1 (en) * 2001-06-19 2003-01-02 Wong Frankie Chibun Dynamic multi-level cache manager
US7594025B2 (en) 2001-06-28 2009-09-22 Microsoft Corporation Startup methods and apparatuses for use in streaming content
US20050044166A1 (en) * 2001-06-28 2005-02-24 Microsoft Corporation Startup methods and apparatuses for use in streaming content
US7162723B2 (en) 2001-06-29 2007-01-09 Microsoft Corporation ASP.NET HTTP runtime
US7640495B2 (en) 2001-06-29 2009-12-29 Microsoft Corporation XML serialization and deserialization
US6898604B1 (en) 2001-06-29 2005-05-24 Microsoft Corporation XML serialization and deserialization
US20050144622A1 (en) * 2001-06-29 2005-06-30 Microsoft Corporation XML serialization and deserialization
US7594001B1 (en) * 2001-07-06 2009-09-22 Microsoft Corporation Partial page output caching
US20030025728A1 (en) * 2001-07-10 2003-02-06 Ebbo David S. User control objects for providing server-side code generation from a user-defined dynamic web page content file
US7120897B2 (en) 2001-07-10 2006-10-10 Microsoft Corporation User control objects for providing server-side code generation from a user-defined dynamic web page content file
US20030055889A1 (en) * 2001-08-27 2003-03-20 Meng-Cheng Chen Cache method
US7216294B2 (en) 2001-09-04 2007-05-08 Microsoft Corporation Method and system for predicting optimal HTML structure without look-ahead
US6775743B2 (en) * 2001-09-12 2004-08-10 International Business Machines Corporation Content caching with special handling of multiple identical requests for content
US20030051100A1 (en) * 2001-09-12 2003-03-13 International Business Machines Corporation Content caching with special handling of multiple identical requests for content
US6823374B2 (en) * 2001-11-16 2004-11-23 Fineground Networks Adjusting the cacheability of web documents according to the responsiveness of its content server
US20030101231A1 (en) * 2001-11-16 2003-05-29 Kausik Balas Natarajan Caching dynamic web documents
WO2003046728A1 (en) * 2001-11-16 2003-06-05 Fineground Networks Caching dynamic web documents
US8549587B2 (en) 2002-01-08 2013-10-01 Seven Networks, Inc. Secure end-to-end transport through intermediary nodes
US8811952B2 (en) 2002-01-08 2014-08-19 Seven Networks, Inc. Mobile device power management in data synchronization over a mobile network with or without a trigger notification
WO2003088065A1 (en) * 2002-04-09 2003-10-23 Akamai Technologies, Inc. Method and system for tiered distribution in a content delivery network
US20030233477A1 (en) * 2002-06-17 2003-12-18 Microsoft Corporation Extensible infrastructure for manipulating messages communicated over a distributed network
US20030236906A1 (en) * 2002-06-24 2003-12-25 Klemets Anders E. Client-side caching of streaming media content
US20060059223A1 (en) * 2002-06-24 2006-03-16 Microsoft Corporation Client-side caching of streaming media content
US7548948B2 (en) * 2002-06-24 2009-06-16 Microsoft Corporation Client-side caching of streaming media content
US7725557B2 (en) 2002-06-24 2010-05-25 Microsoft Corporation Client-side caching of streaming media content
US20040027391A1 (en) * 2002-08-06 2004-02-12 Tu Robert F. Z. Web site navigation under a hierarchical menu structure
US7353460B2 (en) * 2002-08-06 2008-04-01 Robert Tu Consulting Inc. Web site navigation under a hierarchical menu structure
US7054917B1 (en) * 2002-08-07 2006-05-30 Propel Software Corporation Method for accelerating delivery of content in a computer network
US20040073873A1 (en) * 2002-10-11 2004-04-15 Microsoft Corporation Adaptive image formatting control
US20040100510A1 (en) * 2002-11-27 2004-05-27 Natasa Milic-Frayling User interface for a resource search tool
US20040100509A1 (en) * 2002-11-27 2004-05-27 Microsoft Corporation Web page partitioning, reformatting and navigation
US7721192B2 (en) * 2002-11-27 2010-05-18 Microsoft Corporation User interface for a resource search tool
US7650421B2 (en) 2002-12-30 2010-01-19 Microsoft Corporation Adaptable accelerated content streaming
US9251193B2 (en) 2003-01-08 2016-02-02 Seven Networks, Llc Extending user relationships
FR2852419A1 (en) * 2003-03-14 2004-09-17 Canon Kk Electronic data file transaction process for use in distributed computer network, involves delivering data file from substitute location to destination if verification of key condition in corresponding table is true
US7565378B2 (en) 2003-05-19 2009-07-21 Canon Kabushiki Kaisha Method and device for processing messages of the SOAP type
US20040236732A1 (en) * 2003-05-19 2004-11-25 Canon Kabushiki Kaisha Method and device for processing messages with tags of the soap type
US7634373B2 (en) 2003-06-27 2009-12-15 Microsoft Corporation Midstream determination of varying bandwidth availability
US20060168295A1 (en) * 2003-06-27 2006-07-27 Microsoft Corporation Midstream Determination of Varying Bandwidth Availability
US7391717B2 (en) 2003-06-30 2008-06-24 Microsoft Corporation Streaming of variable bit rate multimedia content
US20040264489A1 (en) * 2003-06-30 2004-12-30 Klemets Anders E. Streaming of variable bit rate multimedia content
US20080195819A1 (en) * 2003-08-06 2008-08-14 Charles E Dumont System and program product for validating remotely cached dynamic content web pages
US20050033926A1 (en) * 2003-08-06 2005-02-10 International Business Machines Corporation Method, system and program product for validating remotely cached dynamic content web pages
US7904662B2 (en) 2003-08-06 2011-03-08 International Business Machines Corporation System and program product for validating remotely cached dynamic content web pages
US7392348B2 (en) 2003-08-06 2008-06-24 International Business Machines Corporation Method for validating remotely cached dynamic content web pages
US7325188B1 (en) * 2003-09-03 2008-01-29 Microsoft Corporation Method and system for dynamically capturing HTML elements
US10114710B1 (en) 2003-10-02 2018-10-30 Progress Software Corporation High availability via data services
US7290015B1 (en) * 2003-10-02 2007-10-30 Progress Software Corporation High availability via data services
US20050091230A1 (en) * 2003-10-24 2005-04-28 Ebbo David S. Software build extensibility
US7596782B2 (en) 2003-10-24 2009-09-29 Microsoft Corporation Software build extensibility
US20060033594A1 (en) * 2004-03-04 2006-02-16 Markus Lutz Temperature controlled MEMS resonator and method for controlling resonator frequency
US7389386B2 (en) 2004-04-21 2008-06-17 International Business Machines Corporation Recommendations for intelligent data caching
US20080147981A1 (en) * 2004-04-21 2008-06-19 Darl Andrew Crick Recommendations for intelligent data caching
US7809851B2 (en) 2004-04-30 2010-10-05 Microsoft Corporation Session description message extensions
US20060092822A1 (en) * 2004-04-30 2006-05-04 Microsoft Corporation Session Description Message Extensions
US7783772B2 (en) 2004-04-30 2010-08-24 Microsoft Corporation Session description message extensions
US7890604B2 (en) 2004-05-07 2011-02-15 Microsoft Corproation Client-side callbacks to server events
US20050256933A1 (en) * 2004-05-07 2005-11-17 Millington Bradley D Client-side callbacks to server events
US20050251380A1 (en) * 2004-05-10 2005-11-10 Simon Calvert Designer regions and Interactive control designers
US9026578B2 (en) 2004-05-14 2015-05-05 Microsoft Corporation Systems and methods for persisting data between web pages
US8065600B2 (en) 2004-05-14 2011-11-22 Microsoft Corporation Systems and methods for defining web content navigation
US20050256924A1 (en) * 2004-05-14 2005-11-17 Microsoft Corporation Systems and methods for persisting data between web pages
US20050256834A1 (en) * 2004-05-17 2005-11-17 Microsoft Corporation Data controls architecture
US7530058B2 (en) 2004-05-28 2009-05-05 Microsoft Corporation Non-compile pages
US20050268292A1 (en) * 2004-05-28 2005-12-01 Microsoft Corporation Non-compile pages
US8156448B2 (en) 2004-05-28 2012-04-10 Microsoft Corporation Site navigation and site navigation data source
US20050278351A1 (en) * 2004-05-28 2005-12-15 Microsoft Corporation Site navigation and site navigation data source
US20060020883A1 (en) * 2004-05-28 2006-01-26 Microsoft Corporation Web page personalization
US20060064467A1 (en) * 2004-09-17 2006-03-23 Libby Michael L System and method for partial web page caching and cache versioning
USRE45348E1 (en) 2004-10-20 2015-01-20 Seven Networks, Inc. Method and apparatus for intercepting events in a communication system
US8805334B2 (en) 2004-11-22 2014-08-12 Seven Networks, Inc. Maintaining mobile terminal information for secure communications
US8873411B2 (en) 2004-12-03 2014-10-28 Seven Networks, Inc. Provisioning of e-mail settings for a mobile terminal
US20060167979A1 (en) * 2004-12-21 2006-07-27 Harald Fuchs Mapping of a content request for a cache server
US7640296B2 (en) * 2004-12-21 2009-12-29 Sap Ag Mapping of a content request for a cache server
US8561086B2 (en) 2005-03-14 2013-10-15 Seven Networks, Inc. System and method for executing commands that are non-native to the native environment of a mobile device
US9047142B2 (en) 2005-03-14 2015-06-02 Seven Networks, Inc. Intelligent rendering of information in a limited display environment
US8839412B1 (en) 2005-04-21 2014-09-16 Seven Networks, Inc. Flexible real-time inbox access
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
US20090144395A1 (en) * 2005-06-17 2009-06-04 Desalvo Christopher J System and method for optimizing content retrieval over a data network
US7613780B2 (en) * 2005-06-17 2009-11-03 Microsoft Corporation Optimizing content retrieval over a data network
US8761756B2 (en) 2005-06-21 2014-06-24 Seven Networks International Oy Maintaining an IP connection in a mobile network
US8468126B2 (en) 2005-08-01 2013-06-18 Seven Networks, Inc. Publishing data in an information community
US20070027886A1 (en) * 2005-08-01 2007-02-01 Gent Robert Paul V Publishing data in an information community
US20080133708A1 (en) * 2005-08-01 2008-06-05 Billy Alvarado Context Based Action
US8412675B2 (en) 2005-08-01 2013-04-02 Seven Networks, Inc. Context aware data presentation
US20110165889A1 (en) * 2006-02-27 2011-07-07 Trevor Fiatal Location-based operations and messaging
US9055102B2 (en) 2006-02-27 2015-06-09 Seven Networks, Inc. Location-based operations and messaging
US8032923B1 (en) * 2006-06-30 2011-10-04 Trend Micro Incorporated Cache techniques for URL rating
US9986059B2 (en) 2007-05-22 2018-05-29 At&T Mobility Ii Llc Content engine for mobile communications systems
US7756130B1 (en) * 2007-05-22 2010-07-13 At&T Mobility Ii Llc Content engine for mobile communications systems
US9270775B2 (en) 2007-05-22 2016-02-23 At&T Mobility Ii Llc Content engine for mobile communications systems
US10574772B2 (en) 2007-05-22 2020-02-25 At&T Mobility Ii Llc Content engine for mobile communications systems
US20100241761A1 (en) * 2007-05-22 2010-09-23 Bo Lee Content Engine for Mobile Communications Systems
US20110190014A1 (en) * 2007-06-01 2011-08-04 Trevor Fiatal Integrated messaging
US20080298386A1 (en) * 2007-06-01 2008-12-04 Trevor Fiatal Polling
US8693494B2 (en) 2007-06-01 2014-04-08 Seven Networks, Inc. Polling
US8805425B2 (en) 2007-06-01 2014-08-12 Seven Networks, Inc. Integrated messaging
US20090191903A1 (en) * 2007-06-01 2009-07-30 Trevor Fiatal Integrated Messaging
US8774844B2 (en) 2007-06-01 2014-07-08 Seven Networks, Inc. Integrated messaging
US10063615B2 (en) 2007-06-22 2018-08-28 Oath Inc. Systems and methods for caching and serving dynamic content
US11140211B2 (en) 2007-06-22 2021-10-05 Verizon Media Inc. Systems and methods for caching and serving dynamic content
US8738691B2 (en) 2007-06-22 2014-05-27 Aol Inc. Systems and methods for caching and serving dynamic content
US10498797B2 (en) 2007-06-22 2019-12-03 Oath Inc. Systems and methods for caching and serving dynamic content
US8370424B2 (en) * 2007-06-22 2013-02-05 Aol Inc. Systems and methods for caching and serving dynamic content
US20080320225A1 (en) * 2007-06-22 2008-12-25 Aol Llc Systems and methods for caching and serving dynamic content
US8364181B2 (en) 2007-12-10 2013-01-29 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US8738050B2 (en) 2007-12-10 2014-05-27 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US20100174735A1 (en) * 2007-12-13 2010-07-08 Trevor Fiatal Predictive Content Delivery
US9002828B2 (en) 2007-12-13 2015-04-07 Seven Networks, Inc. Predictive content delivery
US8434000B2 (en) * 2008-01-02 2013-04-30 International Business Machines Corporation System and method for archiving portions of an output of a web application
US20090172045A1 (en) * 2008-01-02 2009-07-02 International Business Machines Corporation System and method for archiving portions of an output of a web application
US8914002B2 (en) 2008-01-11 2014-12-16 Seven Networks, Inc. System and method for providing a network service in a distributed fashion to a mobile device
US8849902B2 (en) 2008-01-25 2014-09-30 Seven Networks, Inc. System for providing policy based content service in a mobile network
US8862657B2 (en) 2008-01-25 2014-10-14 Seven Networks, Inc. Policy based content service
US8799410B2 (en) 2008-01-28 2014-08-05 Seven Networks, Inc. System and method of a relay server for managing communications and notification between a mobile device and a web access server
US8838744B2 (en) 2008-01-28 2014-09-16 Seven Networks, Inc. Web-based access to data objects
US20090259693A1 (en) * 2008-04-14 2009-10-15 International Business Machines Corporation Service for receiving obsolete web page copies
US10402780B2 (en) * 2008-04-14 2019-09-03 International Business Machines Corporation Service for receiving obsolete web page copies
US7953100B2 (en) 2008-05-07 2011-05-31 Oracle International Corporation System and method for providing a pluggable architecture for state management in a telecommunication service access gateway
US20090279556A1 (en) * 2008-05-07 2009-11-12 Oracle International Corporation System and Method for Providing a Pluggable Architecture for State Management in a Telecommunication Service Access Gateway
US8787947B2 (en) 2008-06-18 2014-07-22 Seven Networks, Inc. Application discovery on mobile devices
US8494510B2 (en) 2008-06-26 2013-07-23 Seven Networks, Inc. Provisioning applications for a mobile device
US20100023690A1 (en) * 2008-07-22 2010-01-28 International Business Machines Corporation Caching dynamic contents and using a replacement operation to reduce the creation/deletion time associated with html elements
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
US10666818B2 (en) 2008-12-24 2020-05-26 Hewlett-Packard Development Company, L.P. Host apparatus connected to image forming apparatus and web page printing method thereof
US20100157366A1 (en) * 2008-12-24 2010-06-24 Samsung Electronics Co., Ltd Host apparatus connected to image forming apparatus and web page printing method thereof
US8503012B2 (en) 2008-12-24 2013-08-06 Samsung Electronics Co., Ltd. Host apparatus connected to image forming apparatus and web page printing method thereof
US9998512B2 (en) 2009-04-09 2018-06-12 International Business Machines Corporation System and method of optimizing digital media processing in a carrier grade web portal environment
US8892631B2 (en) 2009-04-09 2014-11-18 International Business Machines Corporation System and method of optimizing digital media processing in a carrier grade web portal environment
US9614884B2 (en) 2009-04-09 2017-04-04 International Business Machines Corporation System and method of optimizing digital media processing in a carrier grade web portal environment
US20100262645A1 (en) * 2009-04-09 2010-10-14 International Business Machines Corporation System and method of optimizing digital media processing in a carrier grade web portal environment
US20100281035A1 (en) * 2009-04-30 2010-11-04 David Carmel Method and System of Prioritising Operations On Network Objects
US20110238924A1 (en) * 2010-03-29 2011-09-29 Mark Carl Hampton Webpage request handling
US8381098B2 (en) 2010-03-29 2013-02-19 International Business Machines Corporation Webpage request handling
US9407713B2 (en) 2010-07-26 2016-08-02 Seven Networks, Llc Mobile application traffic optimization
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
US9049179B2 (en) 2010-07-26 2015-06-02 Seven Networks, Inc. Mobile network traffic coordination across multiple applications
US9077630B2 (en) 2010-07-26 2015-07-07 Seven Networks, Inc. Distributed implementation of dynamic wireless traffic policy
US9043433B2 (en) 2010-07-26 2015-05-26 Seven Networks, Inc. Mobile network traffic coordination across multiple applications
US8886176B2 (en) 2010-07-26 2014-11-11 Seven Networks, Inc. Mobile application traffic optimization
US20120066584A1 (en) * 2010-09-15 2012-03-15 Samsung Electronics Co., Ltd. Host apparatus and method of displaying content by the same
CN103168460B (en) * 2010-10-22 2016-10-05 国际商业机器公司 There is in radio access network the VPN Content cache of remote filter service
US9560155B2 (en) 2010-10-22 2017-01-31 International Business Machines Corporation Ensuring content filtering through a specialized tier of proxy caches at the base station
WO2012052342A1 (en) * 2010-10-22 2012-04-26 International Business Machines Corporation Content caching with remote filtering services in a radio access network
GB2499149A (en) * 2010-10-22 2013-08-07 Ibm Content caching with remote filtering services in a radio access network
CN103168460A (en) * 2010-10-22 2013-06-19 国际商业机器公司 Content caching with remote charging services in a radio access network
GB2499149B (en) * 2010-10-22 2018-08-22 Ibm Content caching with remote filtering services in a radio access network
US8966066B2 (en) 2010-11-01 2015-02-24 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US20120110109A1 (en) * 2010-11-01 2012-05-03 Michael Luna Caching adapted for mobile application behavior and network conditions
US9275163B2 (en) 2010-11-01 2016-03-01 Seven Networks, Llc Request and response characteristics based adaptation of distributed caching in a mobile network
US8326985B2 (en) 2010-11-01 2012-12-04 Seven Networks, Inc. Distributed management of keep-alive message signaling for mobile network resource conservation and optimization
US9060032B2 (en) 2010-11-01 2015-06-16 Seven Networks, Inc. Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
US9330196B2 (en) 2010-11-01 2016-05-03 Seven Networks, Llc Wireless traffic management system cache optimization using http headers
US8291076B2 (en) 2010-11-01 2012-10-16 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
WO2012060995A3 (en) * 2010-11-01 2012-07-12 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
WO2012060995A2 (en) * 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US9432486B2 (en) 2010-11-01 2016-08-30 Seven Networks, Llc Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
US8782222B2 (en) 2010-11-01 2014-07-15 Seven Networks Timing of keep-alive messages used in a system for mobile network resource conservation and optimization
US9021048B2 (en) * 2010-11-01 2015-04-28 Seven Networks, Inc. Caching adapted for mobile application behavior and network conditions
US8700728B2 (en) 2010-11-01 2014-04-15 Seven Networks, Inc. Cache defeat detection and caching of content addressed by identifiers intended to defeat cache
US8539040B2 (en) 2010-11-22 2013-09-17 Seven Networks, Inc. Mobile network background traffic data management with optimized polling intervals
US8417823B2 (en) 2010-11-22 2013-04-09 Seven Network, Inc. Aligning data transfer to optimize connections established for transmission over a wireless network
US8903954B2 (en) 2010-11-22 2014-12-02 Seven Networks, Inc. Optimization of resource polling intervals to satisfy mobile device requests
US9100873B2 (en) 2010-11-22 2015-08-04 Seven Networks, Inc. Mobile network background traffic data management
US9325662B2 (en) 2011-01-07 2016-04-26 Seven Networks, Llc System and method for reduction of mobile network traffic used for domain name system (DNS) queries
US8356080B2 (en) 2011-04-19 2013-01-15 Seven Networks, Inc. System and method for a mobile device to use physical storage of another device for caching
US9300719B2 (en) 2011-04-19 2016-03-29 Seven Networks, Inc. System and method for a mobile device to use physical storage of another device for caching
US8316098B2 (en) 2011-04-19 2012-11-20 Seven Networks Inc. Social caching for device resource sharing and management
US9084105B2 (en) 2011-04-19 2015-07-14 Seven Networks, Inc. Device resources sharing for network resource conservation
US8832228B2 (en) 2011-04-27 2014-09-09 Seven Networks, Inc. System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief
US20120278886A1 (en) * 2011-04-27 2012-11-01 Michael Luna Detection and filtering of malware based on traffic observations made in a distributed mobile traffic management system
US8621075B2 (en) 2011-04-27 2013-12-31 Seven Metworks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
US8635339B2 (en) 2011-04-27 2014-01-21 Seven Networks, Inc. Cache state management on a mobile device to preserve user experience
US9400851B2 (en) 2011-06-23 2016-07-26 Incapsula, Inc. Dynamic content caching
WO2012176184A1 (en) 2011-06-23 2012-12-27 Incapsula Inc. Dynamic content caching
US9239800B2 (en) 2011-07-27 2016-01-19 Seven Networks, Llc Automatic generation and distribution of policy information regarding malicious mobile traffic in a wireless network
US8984581B2 (en) 2011-07-27 2015-03-17 Seven Networks, Inc. Monitoring mobile application activities for malicious traffic on a mobile device
US8918503B2 (en) 2011-12-06 2014-12-23 Seven Networks, Inc. Optimization of mobile traffic directed to private networks and operator configurability thereof
US8977755B2 (en) 2011-12-06 2015-03-10 Seven Networks, Inc. Mobile device and method to utilize the failover mechanism for fault tolerance provided for mobile traffic management and network/device resource conservation
US8868753B2 (en) 2011-12-06 2014-10-21 Seven Networks, Inc. System of redundantly clustered machines to provide failover mechanisms for mobile traffic management and network resource conservation
US9277443B2 (en) 2011-12-07 2016-03-01 Seven Networks, Llc Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9009250B2 (en) 2011-12-07 2015-04-14 Seven Networks, Inc. Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation
US9173128B2 (en) 2011-12-07 2015-10-27 Seven Networks, Llc Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9208123B2 (en) 2011-12-07 2015-12-08 Seven Networks, Llc Mobile device having content caching mechanisms integrated with a network operator for traffic alleviation in a wireless network and methods therefor
US9021021B2 (en) 2011-12-14 2015-04-28 Seven Networks, Inc. Mobile network reporting and usage analytics system and method aggregated using a distributed traffic optimization system
US9832095B2 (en) 2011-12-14 2017-11-28 Seven Networks, Llc Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
US8861354B2 (en) 2011-12-14 2014-10-14 Seven Networks, Inc. Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization
US8909202B2 (en) 2012-01-05 2014-12-09 Seven Networks, Inc. Detection and management of user interactions with foreground applications on a mobile device in distributed caching
US9131397B2 (en) 2012-01-05 2015-09-08 Seven Networks, Inc. Managing cache to prevent overloading of a wireless network due to user activity
US9203864B2 (en) 2012-02-02 2015-12-01 Seven Networks, Llc Dynamic categorization of applications for network access in a mobile network
US9326189B2 (en) 2012-02-03 2016-04-26 Seven Networks, Llc User as an end point for profiling and optimizing the delivery of content and data in a wireless network
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
US10263899B2 (en) 2012-04-10 2019-04-16 Seven Networks, Llc Enhanced customer service for mobile carriers using real-time and historical mobile application and traffic or optimization data associated with mobile devices in a mobile network
US8775631B2 (en) 2012-07-13 2014-07-08 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US20190361953A1 (en) * 2012-09-13 2019-11-28 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Frequent content continuity visual assistance in content browsing
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US9307493B2 (en) 2012-12-20 2016-04-05 Seven Networks, Llc Systems and methods for application management of mobile device radio state promotion and demotion
US9271238B2 (en) 2013-01-23 2016-02-23 Seven Networks, Llc Application or context aware fast dormancy
US9241314B2 (en) 2013-01-23 2016-01-19 Seven Networks, Llc Mobile device with application or context aware fast dormancy
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US8750123B1 (en) 2013-03-11 2014-06-10 Seven Networks, Inc. Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
US8914542B1 (en) 2013-08-05 2014-12-16 Iboss, Inc. Content caching
US8972513B2 (en) 2013-08-05 2015-03-03 Iboss, Inc. Content caching
US8788703B1 (en) 2013-08-05 2014-07-22 Iboss, Inc. Content caching
US9613158B1 (en) * 2014-05-13 2017-04-04 Viasat, Inc. Cache hinting systems
US10594827B1 (en) * 2014-05-13 2020-03-17 Viasat, Inc. Cache hinting systems
US10474965B2 (en) * 2016-03-09 2019-11-12 Verizon Digital Media Services Inc. Methods and systems for advanced content cacheability determination
US11222272B2 (en) 2016-03-09 2022-01-11 Verizon Digital Media Services Inc. Methods and systems for advanced content cacheability determination
CN106844529B (en) * 2016-12-29 2019-08-20 金蝶软件(中国)有限公司 Data cached update method, device and system
CN106844529A (en) * 2016-12-29 2017-06-13 金蝶软件(中国)有限公司 Data cached update method, device and system

Similar Documents

Publication Publication Date Title
US6351767B1 (en) Method and system for automatically caching dynamic content based on a cacheability determination
US6408360B1 (en) Cache override control in an apparatus for caching dynamic content
US6959326B1 (en) Method, system, and program for gathering indexable metadata on content at a data repository
US7389386B2 (en) Recommendations for intelligent data caching
JP4358188B2 (en) Invalid click detection device in Internet search engine
US20040254935A1 (en) Method and apparatus for automatic consolidation of personalized dynamic data
US8028007B2 (en) Scalable storage and processing of hierarchical documents
CN1104696C (en) System and method for automatically adding informational hypertext links to received documents
US20060059133A1 (en) Hyperlink generation device, hyperlink generation method, and hyperlink generation program
US8010899B2 (en) System offering a data-skin based on standard schema and the method
US20030110161A1 (en) Method, product, and apparatus for providing search results
US20070101061A1 (en) Customized content loading mechanism for portions of a web page in real time environments
US20080301313A1 (en) Method and Apparatus for Local IP Address Translation
US7197450B2 (en) Translation server, method, and program utilizing an updated translated sentence cache database
US8930807B2 (en) Web content management based on timeliness metadata
US7103606B2 (en) Method and apparatus for removing information from a server
Watson et al. rdhs: an R package to interact with The Demographic and Health Surveys (DHS) Program datasets
US20040205564A1 (en) Method to serve real-time data in embedded web server
Mushtaq et al. Building and evaluating nonobvious user profiles for visitors of Web sites
US20050004913A1 (en) Dynamic access decision information module
Gershkovich et al. An implementation framework for GEM encoded guidelines.
Chan et al. System design of cloud search engine based on rich text content
JP2005010899A (en) Web site diagnostic/support device, method and program
Buraga A model for accessing resources of the distributed file systems
JP4104878B2 (en) Web page guidance method and web page guidance program

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BATCHELDER, EDWARD M.;CHAMBERLAIN, JOHN T.;WHARTON, ANDREW J.;AND OTHERS;REEL/FRAME:010031/0333

Effective date: 19990504

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20060226