EP1360589A2 - System, verfahren und programm zum sortierten, vorwegnehmenden cache-speichern von verknüpften dateien in einem klient/server-netzwerk - Google Patents
System, verfahren und programm zum sortierten, vorwegnehmenden cache-speichern von verknüpften dateien in einem klient/server-netzwerkInfo
- Publication number
- EP1360589A2 EP1360589A2 EP01907992A EP01907992A EP1360589A2 EP 1360589 A2 EP1360589 A2 EP 1360589A2 EP 01907992 A EP01907992 A EP 01907992A EP 01907992 A EP01907992 A EP 01907992A EP 1360589 A2 EP1360589 A2 EP 1360589A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- recited
- additional files
- client
- server
- transferring
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
Definitions
- This invention relates to information transfer over networks of computational devices, and more particularly to ordered anticipatory caching of files linked to a file requested over a network.
- Computational devices include computers and other, often portable, devices such as wireless telephones, personal digital assistants, and automobile-based computers. Such portable computational devices are also sometimes termed “pervasive devices”. "Computer”, as used herein, may refer to any of such computational devices .
- the networks connecting computational devices may be “wired” networks, formed using “land lines” such as copper wire or fibre optic cable, wireless networks employing earth and/or satellite-based wireless transmission links, or combinations of wired and wireless network portions.
- Many networks are organised using a client/server architecture, in which "server” computational devices manage resources, such as files, peripheral devices or processing power, which may be requested by "client” computational devices.
- the client device is often operated by a user of the network.
- Computational devices not operated directly by a user such as “proxy servers” which act on behalf of other machines, may act as either clients or servers.
- HTTP hypertext transfer protocol
- a user viewing a web page on a computer display screen typically "clicks” on a hyperlink using a pointing device, whereupon the linked document is then transferred to the user's computer and displayed.
- the file corresponding to a link selected by a user may not appear instantaneously on the user's display screen, however.
- the linked file is typically stored on a storage device, such as a hard drive, associated with the web server.
- the file must therefore typically be retrieved from the storage device and then transferred over the Internet to the user's computer.
- the time taken for this retrieval and transfer can contribute to a noticeable (and sometimes quite annoying) delay between selection of a link and viewing of the associated file or document.
- Some web servers may provide partial relief of this problem by keeping a requested file in a cache memory for some period of time after the file is requested.
- a cache memory as used herein refers to a memory allowing rapid access to stored items.
- a cache memory is a portion of system memory allocated for short-term storage of frequently used information. Because a file in cache memory may be transmitted without incurring a delay associated with retrieving the file from a long-term storage device, a user requesting a file which has been requested recently (possibly by a different user) and remains in a cache may experience a shorter delay between selecting the corresponding link and viewing the file.
- Such caching of a file after its request may be implemented, for example, by proxy servers transmitting web documents between web servers and multiple users. Such proxy servers are often used, for example, by large Internet service providers, or ISPs. Although this type of caching may reduce delays associated with viewing certain documents, the probability that a file corresponding to a link selected by a particular user is in a cache memory is not necessarily high.
- anticipatory caching files linked to a requested file (via hyperlinks) are moved to the cache memory of the web server and/or downloaded to the client computer in advance of a request by the user for any of the linked files.
- a typical web page has multiple linked documents, however, and many of the corresponding links may not be selected by the viewer of the web page.
- Caching and/or downloading all of the linked documents can therefore waste time and unnecessarily tie up resources of the server and client computers (e.g., cache memory space) and of the network (transmission bandwidth). Unnecessary loading of the network's transmission capability can in turn increase transmission delays across the network in general .
- the problems outlined above are in large part addressed by a system and method for transferring link popularity information between a network server and a network client.
- the link popularity information characterises the popularity of the files linked to a requested file.
- the popularity may include the relative likelihood of a user request for each of the linked files .
- the link popularity information may be generated in various ways, which may include analysing a server log file, tracking "hits" on, or visits to, various web pages, or analysing information content such as "cookies" which may be sent to the server by clients. Transfer of the link popularity information from the server to the client may be done in various ways, also. For example, the information may be stored in a separate file which is sent to the client along with a requested file.
- the link popularity information could also be incorporated into a protocol, such as the HTTP protocol, used to send the requested file. Furthermore, the link popularity information could be included within the requested file itself, such as by inclusion within the code (e.g. HTML) used to define the links to the linked files.
- a protocol such as the HTTP protocol
- the link popularity information could be included within the requested file itself, such as by inclusion within the code (e.g. HTML) used to define the links to the linked files.
- the link popularity information may be used in selecting only the more popular linked files for anticipatory caching.
- the files corresponding to the links most likely to be selected by a user may be loaded into the cache memory of the server, and/or downloaded to the client computational device, in advance of any link selection by the user.
- This ordering of files for anticipatory caching based on their popularity may provide a high probability that the file corresponding to a selected link is already stored on a client computer at the time the link is selected.
- the time between selection of the link by a user and viewing of the corresponding file (sometimes referred to as "latency") may therefore be greatly shortened.
- the time and resources needed to perform the caching may also be reduced as compared to the case of anticipatory caching of all files linked to a requested file.
- the link popularity information is transferred from the server to the client at approximately the same time that the requested file containing the links corresponding to the popularity information is transferred to the client. At least one of the linked files may then be transferred from the server to the client, where these linked files are transferred in an order determined using the link popularity information. In a preferred embodiment, this transfer of linked files is a download initiated by the client. Upon selection by a user of a link within the original requested document corresponding to one of the linked files, the linked file may then be displayed on the user's display screen (typically a display screen of the client computational device) .
- An embodiment of a system for transferring information within a client/server network includes a network server adapted to provide a requested file to a network client, where the network server is further adapted to provide link popularity information associated with the requested file to the network client.
- the network server may include a processor, a cache memory, a storage device such as a hard drive, and a transmission medium connection.
- the requested file and additional files linked to the requested file are typically stored on the storage device.
- the system may further include the network client, where the client is adapted to download one or more of the additional linked files from the server in advance of a user request for any of the linked files. The order of downloading such linked files is determined using the link popularity information.
- the client is typically adapted to download the additional files using a web browser.
- the web browser may be adapted to allow a user to choose whether the anticipatory caching is enabled or not.
- the carrier medium may be a storage medium, such as a magnetic or optical disk, a magnetic tape, or a memory.
- the carrier medium may be a transmission medium, such as a wire, cable, or wireless medium along which data or program instructions are transmitted, or a signal carrying the data or program instructions along such a wire, cable or wireless medium.
- the carrier medium may contain program instructions executable for carrying out embodiments of the methods described herein.
- Fig. 1 is a block diagram illustrating an embodiment of a system for transferring information within a client/server network
- Fig. 2 illustrates exemplary link popularity data for links within a file accessible using a client/server network
- Fig. 3 is a flow diagram illustrating an embodiment of a method which may be performed by a server for transferring information within a client/server network;
- Fig. 4 is a flow diagram illustrating an embodiment of a method which may be performed by a client for transferring information within a client/server network.
- Fig. 1 illustrates an embodiment of a system 10 for transferring information within a client/server network.
- System 10 includes a network server 12, a computational device which may be a web server.
- server 12 includes cache 14, processor 16 and storage device 18.
- Cache 14 is a collection of storage locations which are rapidly accessible by processor 16.
- cache 14 may be a portion of the processor's system memory allocated for temporary information storage.
- Storage device, or storage medium, 18 may take many forms, such as volatile or nonvolatile memory, a magnetic disk such as a hard drive or floppy drive, an optical disk, and/or a magnetic tape. Such a storage device is sometimes referred to as a "direct access storage device" (DASD) .
- DASD direct access storage device
- storage device 18 has a larger storage capacity than cache 14, but takes longer for processor 16 to access.
- storage device 18 includes files 20 and program instructions 22, also referred to as program executables .
- the program instructions are typically stored as "executable files" in a storage device and loaded into memory during execution.
- Files 20 may include documents such as web pages suitable for viewing by a user of the network, and may contain text, graphics, video and/or audio information. Such document files may be in the HTML language, or in other suitable languages such as Extensible Markup Language (XML) or Wireless Markup Language (WML) .
- Files 20 may further include data files suitable for use by computational devices in communicating across the network. For example, a file containing link popularity information for the additional files linked to a particular file may be included in files 20. "Files" as used herein may refer to any collection of data suitable for storing on a computational device or transferring within a network.
- Program instructions 22 may include various program instructions used to implement functions of network server 12, such as program instructions used to implement the methods described herein.
- Transmission medium 24 may be used to connect network server 12 to other computational devices, such as proxy server 26 and/or client 28.
- Transmission medium 24 may include, for example, a wire, cable, wireless transmission path, or a combination -of these. Protocols used for transmission along transmission medium 24 may include TCP/IP, HTTP, and/or other suitable protocols such as Wireless Applications Protocol (WAP) .
- WAP Wireless Applications Protocol
- System 10 may include client 28, linked to server 12 using transmission medium 24.
- client 28 includes cache 14, processor 16, and storage device 35.
- Storage device 35 is similar to storage device 18 described above, and may include files 39, a browser program 37 and program instructions 36.
- a browser program such as browser 37 is implemented using program instructions (or executables) such as instructions 36, browser 37 is shown separately in Fig. 1 to emphasise this feature of the client.
- Browser program 37 may be, for example, a web browser which allows a user to retrieve and view files on the WWW, or a program which performs a similar function on some other network.
- client functions involved in implementation of the methods described herein are included in browser 37.
- Files 39 may include various files stored on the client computational device, including files downloaded from a network server such as server 12.
- Client 28 is typically associated with an output device 38 and input device 40, particularly in embodiments for which the client computational device is operated by a user of system 10.
- Output device 38 may include, for example, a display screen and/or a printer.
- Input device 40 may include, for example, a keyboard and/or a pointing device such as a mouse.
- system 10 may also include a proxy server 26.
- a proxy server as used herein refers to a computational device which acts as an intermediary between a client and a "real" server.
- the proxy server may appear as a server to the client, and as a client to the real server. Requests from the client may be responded to by the proxy server, or passed on to the real server. Files or other communications from the real server may be passed on to the client by the proxy server.
- a proxy server may be employed in system 10 for various reasons. For example, proxy servers may be used to provide specialised content and/or improved performance to a selected group of client computers. An example of this may be the use of caching by proxy servers to increase the speed of providing some files to subscribers to a particular ISP. Another use of a proxy server may be to filter the information being sent from the client to a real server, and/or in the opposite direction.
- proxy server 26 may be used to implement a "firewall" limiting outside access to computers at a company or other institution.
- proxy server 26 includes cache 14, processor 16, and storage device 30.
- Storage device 30 may include files 32 and proxy server program instructions 34.
- Files 32 may include any files stored on the proxy server, such as files being transmitted between a server and a client.
- Program instructions 34 may include various program instructions used to implement functions of proxy server 26, such as interacting with client computers .
- Fig. 1 and any other block diagrams appearing herein the blocks are intended to represent functionality rather than specific structure. Implementation of the represented system using circuitry and/or software could involve combination of multiple blocks into a single circuit or device, or combination of multiple circuits and/or devices to realise the function of a block.
- cache 14 may be included on a semiconductor chip embodying processor 16.
- a system such as system 10 may include other elements not explicitly shown. For example, multiple servers, proxy servers, and/or clients not shown in Fig. 1 may be included in a system used for implementing the methods described herein. Further, the server, proxy server, and/or client computational devices may themselves include additional elements not shown.
- Requested file 42 is a file which may be requested by a user (through, for example, a web browser) , and accordingly requested from a server by a client.
- the requested file is an HTML file called "corporationx.html”.
- Linked files 44 are files which are linked to within the corresponding requested file 42.
- requested file "corporationx.html” includes links to seven linked files, including "products.html” and "address.html”.
- links to linked files 44 may be included in requested file 42 using HTML formatting tags which define the links.
- Each of linked files 44 is associated with a corresponding popularity indicator 46.
- each of popularity indicators 46 is expressed as a probability that the corresponding linked file will be chosen by a user selecting a link within requested file 42. Since in this example the indicators for all of the linked files add up to one, forty percent of the link selections from "corporationx.html" are likely to be selections of the link corresponding to "products.html".
- Popularity indicators 46 may be expressed in various other forms, however. For example, a percentage of link selections which select the corresponding file could be stated for each file, or a percentage of users viewing the selected file who select the corresponding link could be used. As another alternative, an actual number of selections of the link over a certain time period could be given, or possibly a selection rate.
- the server containing requested file 42 and linked files 44 may, upon transferring requested file "corporationx.html” to a client, also load linked files "products.html” and “support.html” into a cache memory on the server, such as cache 14 of Fig. 1. If either of these linked files are subsequently requested by the client, they can therefore be transferred rapidly to the client, without a delay associated with reading the files from the storage device.
- Link popularity information 41 may also be made available to the client.
- the client may download, for example, linked files "products.html” and "support.html” from the server in advance of any selection by a user of a linked file. In this way, if either of these linked files are selected by the user, the file will already be on the client computer, and delay associated with transmission between the server and the client will be eliminated. Because link popularity information 41 indicates that about seventy percent of link selections are for either "products.html” or "support.html”, caching and/or downloading of these two files should reduce latency for about seventy percent of link selections from "corporationx.html". This performance improvement may be achieved without the need to use additional time and resources by caching and/or downloading the other, less popular linked files .
- Determination of popularity indicators 46 to form link popularity information 41 may be accomplished in various ways. For example, a tracking program may be used to tabulate the number of times particular files stored by a web server are accessed. Multiple implementations of such tracking programs, which typically provide additional information such as which specific users are accessing the files, are currently commercially available. In some embodiments "cookies", or identifying information which may be sent to a web server by a web browser, may be used for tracking selections of particular linked files. An alternative way of determining popularity of linked files is to analyse a server log, or a file containing a record of activity on the server. Web servers typically maintain such log files including each request made to the server.
- link popularity information may be estimated based on, for example, knowledge of the nature of the links. Such an estimate may in some embodiments be used as an initial or default setting of the link popularity information, which could be subsequently updated based upon, e.g. server statistics or log file analysis . Updates of the link popularity information may in some embodiments be performed regularly, possibly in conjunction with other updates and maintenance associated with the server.
- Link popularity information such as information 41, which is shown in tabular form in Fig. 2, may be stored on a server and transferred to a client in multiple different ways.
- information similar to that in Fig. 2 may be stored in a separate file, which may be stored on the server on a device such as storage device 18 of Fig. 1.
- Such a file which in the embodiment of Fig. 2 might have a name such as "corporationx_linkpopularity.html”, could be transferred to a client at the same time the requested file (“corporationx.html”) is transferred.
- the file could include various programming languages, and any of multiple data structures (e.g., tabular structures or object-oriented structures) could be used to relate the information.
- link popularity information could be included within the requested file itself, such as within the formatting used to establish each link to a linked file.
- the client browser program is preferably configured to extract the link popularity information from the requested file.
- the link popularity information might also be included in a header to the requested file, a portion typically at the beginning of the file reserved for information regarding the file.
- the link popularity information might be sent from the server to the client using a communications protocol such as HTTP (e.g., in its header information).
- HTTP e.g., in its header information
- the request from a client for a file may include information as to whether the file is user-requested or requested for anticipatory caching (in advance of any user request) .
- the server may be adapted to send link popularity information only for user-requested files .
- a requested file contains no links
- steps related to linked files would naturally be omitted.
- the methods described herein are believed to reduce the time and resources spent in providing anticipatory caching as compared to methods in which all linked files are cached. There is some cost in time and resources even for these methods, however, and in some cases a user may wish to disable the ordered anticipatory caching. Disabling of the caching might also be preferred, for example, in situations for which there is a possibility of interference with other applications which may make use of caching. Such disabling could be implemented using, for example, an option in a browser program.
- a request from a client for a file could include, for example, instructions not to send link popularity information.
- Steps 50 and 54-58 could be omitted in such a case. Some of the steps could also be performed in a different order than shown in Fig.
- steps 50 and 52 could be reversed in some embodiments, as well as the order of steps 54 and 56.
- FIG. 1 A flow diagram illustrating another embodiment of a method for transferring information within a client/server network is shown in Fig.
- the method of Fig. 4 may be performed by a client such as client 28 of Fig. 1, or by a computer acting as a client, such as a proxy server.
- the method is typically implemented on a client using a browser program such as browser 37 of Fig. 1, but some or all of the method could also be implemented using other program instructions, such as instructions 36 or proxy server instructions 34.
- a file is requested from a server (or possibly a proxy server) in response to a user selection of the file (box 60) .
- a request to the server may in some embodiments include notification that the request is in response to a user selection (as opposed to a request of a file for anticipatory caching) .
- the request may also include other information in some embodiments, such as a notification that link popularity information is not to be provided (in an embodiment for which ordered anticipatory caching is disabled by a user) .
- the requested file is received from the server (box 62) , and in embodiments for which the ordered anticipatory caching is not disabled, link popularity information for any linked files within the requested file is received as well (box 64).
- the requested file is displayed on the user's display screen (box 66) .
- one or more of the linked files associated with the requested file may be requested from the server for anticipatory downloading (box 68) .
- the criteria used to determine how many linked files are requested from the server for downloading may be similar to those used in selecting files for caching on the server, discussed above in the description of Fig. 3.
- the requested linked files are then received from the server, and may be stored in a cache memory of the client computer (box 70) . If the next file requested by the user (e.g. by selecting a link) is one of these cached linked files ("yes" branch of decision box 72), the requested file may be rapidly displayed (box 74) . If the requested file is not one of the cached linked files ("no" branch of 72), the file is requested from the server (box 60).
- steps 62 through 70 may be repeated for the new requested file.
- Multiple variations of the method of Fig. 4 are possible and contemplated. As in the case of the method of Fig. 3, for example, steps relating to linked files may be omitted in embodiments for which the requested file contains no links, or the ordered anticipatory caching is disabled by a user. Some of the steps in Fig. 4 could be performed in a different order without affecting the usefulness of the method. For example, the ordering of steps 62, 64 and 66 could be changed in some embodiments.
- Program instructions such as instructions 22, 34 or 36 of Fig. 1 or instructions within browser 37, implementing methods such as those illustrated by Figs . 3 and 4 may be transmitted over or stored on a carrier medium.
- the carrier medium may be a transmission medium such as a wire, cable, or wireless transmission link, or a signal travelling along such a wire, cable or link.
- the carrier medium may also be a storage medium, such as a volatile or non-volatile memory (e.g., read-only memory or random access memory) , a magnetic or optical disk, or a magnetic tape.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US52219900A | 2000-03-09 | 2000-03-09 | |
US522199 | 2000-03-09 | ||
PCT/GB2001/000930 WO2001067250A2 (en) | 2000-03-09 | 2001-03-05 | System, method and program for ordered anticipatory caching of linked files in a client/server network |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1360589A2 true EP1360589A2 (de) | 2003-11-12 |
Family
ID=24079864
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP01907992A Withdrawn EP1360589A2 (de) | 2000-03-09 | 2001-03-05 | System, verfahren und programm zum sortierten, vorwegnehmenden cache-speichern von verknüpften dateien in einem klient/server-netzwerk |
Country Status (8)
Country | Link |
---|---|
EP (1) | EP1360589A2 (de) |
JP (1) | JP2004513405A (de) |
KR (1) | KR20030041856A (de) |
CN (1) | CN1489735A (de) |
AU (1) | AU3585401A (de) |
CA (1) | CA2402486A1 (de) |
TW (1) | TW484098B (de) |
WO (1) | WO2001067250A2 (de) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1394701A3 (de) * | 2002-07-31 | 2006-05-03 | Hewlett-Packard Development Company, L.P. | Herstellung von Netzwerkverbindungen |
KR100408758B1 (en) * | 2003-01-22 | 2003-12-11 | Nexon Co Ltd | Method for controlling user application program |
CN100438408C (zh) * | 2006-03-15 | 2008-11-26 | 华为技术有限公司 | 一种实现代理下载的方法、装置及系统 |
KR100959759B1 (ko) * | 2007-11-07 | 2010-05-25 | (주) 엘지텔레콤 | 모바일 인터넷의 서버 지원형 웹가속 서비스 시스템 및 그방법 |
KR101456303B1 (ko) * | 2008-08-28 | 2014-11-03 | 주식회사 엘지유플러스 | 무선 트래픽 분석장치 및 그 방법 |
TWI502372B (zh) * | 2013-09-27 | 2015-10-01 | Acer Inc | 網路儲存系統及檔案快取方法 |
US10735550B2 (en) | 2014-04-30 | 2020-08-04 | Webroot Inc. | Smart caching based on reputation information |
US10326855B2 (en) | 2016-07-28 | 2019-06-18 | International Business Machines Corporation | Trending topic driven cache eviction management |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06110926A (ja) * | 1992-09-29 | 1994-04-22 | Oki Electric Ind Co Ltd | 情報検索装置 |
JP3488289B2 (ja) * | 1994-09-19 | 2004-01-19 | Kddi株式会社 | ハイパーメディア文書通信装置 |
JPH10320414A (ja) * | 1997-05-22 | 1998-12-04 | Nippon Telegr & Teleph Corp <Ntt> | トレンドホームページ探索方式 |
JPH11149405A (ja) * | 1997-11-14 | 1999-06-02 | Hitachi Ltd | Wwwキャッシュシステムおよびwwwデータの先読み方法 |
US6023726A (en) * | 1998-01-20 | 2000-02-08 | Netscape Communications Corporation | User configurable prefetch control system for enabling client to prefetch documents from a network server |
JPH11219313A (ja) * | 1998-02-02 | 1999-08-10 | Mitsubishi Electric Corp | コンテンツ先読み方法 |
JPH11259355A (ja) * | 1998-03-13 | 1999-09-24 | Hitachi Ltd | ハイパーテキスト型情報提供装置および情報探索装置 |
-
2000
- 2000-12-29 TW TW089128214A patent/TW484098B/zh not_active IP Right Cessation
-
2001
- 2001-03-05 JP JP2001565003A patent/JP2004513405A/ja active Pending
- 2001-03-05 CN CNA01806230XA patent/CN1489735A/zh active Pending
- 2001-03-05 AU AU35854/01A patent/AU3585401A/en not_active Abandoned
- 2001-03-05 CA CA002402486A patent/CA2402486A1/en not_active Abandoned
- 2001-03-05 WO PCT/GB2001/000930 patent/WO2001067250A2/en not_active Application Discontinuation
- 2001-03-05 EP EP01907992A patent/EP1360589A2/de not_active Withdrawn
- 2001-03-05 KR KR1020027011390A patent/KR20030041856A/ko not_active Application Discontinuation
Non-Patent Citations (1)
Title |
---|
See references of WO0167250A2 * |
Also Published As
Publication number | Publication date |
---|---|
CN1489735A (zh) | 2004-04-14 |
WO2001067250A2 (en) | 2001-09-13 |
TW484098B (en) | 2002-04-21 |
CA2402486A1 (en) | 2001-09-13 |
KR20030041856A (ko) | 2003-05-27 |
AU3585401A (en) | 2001-09-17 |
WO2001067250A3 (en) | 2003-08-14 |
JP2004513405A (ja) | 2004-04-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0847020B1 (de) | Dynamisches Cachespeicher-Vorladen über lose gekoppelte administrative Bereiche | |
US6526479B2 (en) | Method of caching web resources | |
US7941609B2 (en) | HTTP acceleration by prediction and pre-fetching | |
US7363291B1 (en) | Methods and apparatus for increasing efficiency of electronic document delivery to users | |
US5802292A (en) | Method for predictive prefetching of information over a communications network | |
US6256669B1 (en) | Method and apparatus for bandwidth characterization and reporting in web browsers | |
US7574486B1 (en) | Web page content translator | |
US20050108418A1 (en) | Method and system for updating/reloading the content of pages browsed over a network | |
US20070106702A1 (en) | Selective Caching of Servable Files Based at Least in Part on a Type of Memory | |
JP3764291B2 (ja) | 情報配信システム、移動計算機、情報サーバ装置、キャッシュサーバ装置及び先読みキャッシュ処理方法 | |
JP4202129B2 (ja) | 参照されるリソースを先取りする方法および装置 | |
GB2340001A (en) | Method for enhancing operation of a HTML web browser | |
KR20040071203A (ko) | 프록시를 이용하여 데이터를 다운로딩하기 위한 시스템 및방법 | |
CN1234086C (zh) | 用于高速缓存文件信息的系统和方法 | |
WO2001055897A1 (en) | Method and apparatus for processing web documents | |
US6748449B1 (en) | Creating an opinion oriented Web page with hyperlinked opinions | |
US20040019653A1 (en) | Context-aware client system | |
US20030106025A1 (en) | Method and system for providing XML-based web pages for non-pc information terminals | |
KR20040005813A (ko) | 인터넷에서 클라이언트 시스템에로의 멀티미디어 콘텐츠전송 방법 | |
EP1360589A2 (de) | System, verfahren und programm zum sortierten, vorwegnehmenden cache-speichern von verknüpften dateien in einem klient/server-netzwerk | |
EP3057274A1 (de) | Verfahren und system zum definieren der reihenfolge des abrufs von web-ressourcen durch einen web-browser | |
EP1159663A2 (de) | System und verfahren für inhaltuntersuchung und minimisierung | |
US7448032B2 (en) | Method and apparatus for integration of URL into standard file systems | |
JP4250349B2 (ja) | 第1データ処理システムでコンテンツ縮小データを表示中に全コンテンツ・データを第2データ処理システムに送信する方法 | |
WO2021051093A1 (en) | Web acceleration via learning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20020923 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR |
|
17Q | First examination report despatched |
Effective date: 20040720 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20050201 |