WO1998057265A1 - Network object cache engine - Google Patents
Network object cache engine Download PDFInfo
- Publication number
- WO1998057265A1 WO1998057265A1 PCT/US1998/011834 US9811834W WO9857265A1 WO 1998057265 A1 WO1998057265 A1 WO 1998057265A1 US 9811834 W US9811834 W US 9811834W WO 9857265 A1 WO9857265 A1 WO 9857265A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cache
- objects
- disk
- cache engine
- network
- Prior art date
Links
- 238000003860 storage Methods 0.000 claims abstract description 133
- 238000000034 method Methods 0.000 abstract description 26
- 238000012217 deletion Methods 0.000 abstract description 21
- 230000037430 deletion Effects 0.000 abstract description 21
- 230000004044 response Effects 0.000 abstract description 13
- 230000007423 decrease Effects 0.000 abstract description 3
- 230000008602 contraction Effects 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 12
- 238000004891 communication Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 5
- 230000003111 delayed effect Effects 0.000 description 4
- 238000007792 addition Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 230000001154 acute effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
- 230000014759 maintenance of location Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 230000008447 perception Effects 0.000 description 1
- 230000002688 persistence Effects 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
- 230000007480 spreading Effects 0.000 description 1
- 238000003892 spreading Methods 0.000 description 1
- 230000001052 transient effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1415—Saving, restoring, recovering or retrying at system level
- G06F11/1435—Saving, restoring, recovering or retrying at system level using file system or storage system metadata
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
Definitions
- This invention relates to devices for caching objects transmitted using a computer network.
- One known method is to provide a device (such as a general purpose processor operating under software control) which acts as a proxy, receiving requests for information from one or more clients, obtaining that information from one or more servers, and transmitting that information to the clients in place of the servers.
- a device such as a general purpose processor operating under software control
- the proxy can deliver that information to the client without having to repeat the request to the server. While this method achieves the goal of reducing traffic in the network and load on the server, it has the drawback that significant overhead is required by the local operating system and the local file system or file server of the proxy. This adds to the expense of operating the network and slows down the communication path between the server and the client.
- the proxy's surrendering control of its storage restricts functionality of the proxy's use of its storage: (a) it is difficult or impossible to add to or subtract from storage allocated to the proxy while the proxy is operating; and (b) the proxy and its local file system cannot recover from loss of any part of its storage without using an expensive redundant storage technique, such as a RAID storage system.
- a cache engine coupled to the network provides a cache of transmitted objects, which it stores in memory and mass storage by taking direct control of when and where to store those objects in mass storage.
- the cache engine may store those objects holographically so as to continue operation smoothly and recover gracefully from additions to. failures of, or removals from, its mass storage.
- the invention provides a method and system for caching information objects transmitted using a computer network.
- a cache engine determines directly when and where to store those objects in a memory (such as RAM) and mass storage (such as one or more disk drives), so as to optimally write those objects to mass storage and later read them from mass storage, without having to maintain them persistently.
- the cache engine actively allocates those objects to memory or to disk, determines where on disk to store those objects, retrieves those objects in response to their network identifiers (such as their URLs), and determines which objects to remove from the cache so as to maintain appropriate free space.
- the cache engine collects information to be written to disk in write episodes, so as to maximize efficiency when writing information to disk and so as to maximize efficiency when later reading that information from disk.
- the cache engine performs write episodes so as to atomically commit changes to disk during each write episode, so the cache engine does not fail in response to loss of power or storage, or. other intermediate failure of portions of the cache.
- the cache engine stores key system objects on each one of a plurality of disks, so as to maintain the cache holographic in the sense that loss of any subset of the disks merely decreases the amount of available cache.
- the cache engine selects information to be deleted from disk in delete episodes, so as to maximize efficiency when deleting information from disk and so as to maximize efficiency when later writing new information to those areas of disk.
- the cache engine responds to the addition or deletion of disks as the expansion or contraction of the amount of available cache.
- Figure 1 shows a block diagram of a network object cache engine in a computer network.
- Figure 2 shows a block diagram of a data structure for maintaining storage blocks for a set of cached network objects.
- Figure 3 shows a block diagram of data structures for caching network objects.
- Figure 4 shows a block diagram of a set of original and modified blocks.
- Figure 5 shows a flow diagram of a method for atomic writing of modified blocks to a single disk drive.
- Figure 6 shows a block diagram of a set of pointers and regions on mass storage.
- Figure 1 shows a block diagram of a network object cache engine in a computer network.
- a cache engine 100 is coupled to a computer network 1 10. so that the cache engine 100 can receive messages from a set of devices 1 1 1 also coupled to the network.
- the network 1 10 includes a plurality of such devices 1 1 1. interconnected using a communication medium 1 12.
- the communication medium 1 12 may comprise ethernet cabling, fiber optic coupling, or other media.
- the network 1 10 preferably includes a network of networks, sometimes called an "internet" or an ''intranet.”
- the devices 111 coupled to the network 1 10 communicate with the cache engine 100 using one or more protocols for communication, such as HTTP (hypertext transfer protocol) or one of its variants, FTP (file transfer protocol), or other protocols.
- the cache engine 100 includes a processor 101 and a cache 102.
- the processor 101 comprises a general purpose processor operating under software control to perform the methods described herein and to construct and use the data structures described herein; as used herein, when the cache engine 100 performs particular tasks or maintains particular data structures that reference includes condign operation by the processor 101 under control of software maintained in a program and data memory 103.
- the cache 102 includes the program and data memory 103 and a mass storage 104.
- the mass storage 104 includes a plurality of disk drives such as magnetic disk drives, but may alternatively include optical or magneto- optical disk drives.
- references to "disk” and “disk drives” refer to the mass storage 104 and its individual drives, even if the mass storage 104 and its individual drives do not include physical disk-shaped elements.
- the cache engine 100 is coupled to the network 110 and can receive and transmit a set of protocol messages 1 13 according to the one or more protocols with which the devices 1 1 1 communicate with the cache engine 100.
- the cache engine 100 maintains a set of network objects 1 14 in the cache 102.
- the cache engine 100 receives protocol messages 1 13 from a set of "client” devices 1 1 1 to request network objects 1 14 to be retrieved from a set of "server” devices 1 1 1.
- the cache engine 100 issues protocol messages 113 to request those network objects 1 14 from one or more server devices 111, receives those network objects 1 14 and stores them in the cache 102, and transmits those network objects 1 14 to the requesting client devices 1 1 1.
- client and server refer to a relationship between the client or server and the cache engine 100, not necessarily to particular physical devices 1 1 1.
- one "client device” 1 1 1 or one “server device” 1 1 1 ⁇ can comprise any of the following: (a) a single physical device 111 executing software which bears a client or server relationship to the cache engine 100; (b) a portion of a physical device 111, such as a software process or set of software processes executing on one hardware device 1 11, which portion of the physical device 111 bears a client or server relationship to the cache engine 100; or (c) a plurality of physical devices 111. or portions thereof, cooperating to form a logical entity which bears a client or server relationship to the cache engine 100.
- the phrases “client device” and “server device” refer to such logical entities and not necessarily to particular individual physical devices 111.
- the cache engine 100 preserves the network objects 1 14 in the cache 102. and reuses those network objects 1 14 by continuing to serve them to client devices 11 1 which request them.
- the cache engine 100 removes network objects 1 14 from the cache 102.
- the cache engine can remove objects as described herein in the section "Removing Objects from Cache.”
- the cache engine 100 uses the memory 103 as a cache for those network objects 114 maintained using the mass storage 104. while using the combined memory 103 and mass storage 104 as the cache 102 for those network objects 114 available on file network 110.
- the cache 102 is not a file storage system, and network objects 114 which are stored in the cache 102 may be removed automatically from the cache 102 at any time by the cache engine 100. All network objects 1 14 and all other data maintained by the cache 102 is transient, except for a very small number of system objects which are required for operation, and those system objects are redundantly maintained on the mass storage 104 so as preserve those system objects against possible loss of a part of the mass storage 104 (such as loss of one or more disk drives).
- the cache engine 100 need not guarantee that network objects 114 which are stored in the cache 102 will be available at any particular time after they are stored, and failure or even intentional removal of portions of the cache 102 (such as portions of the mass storage 104) cannot cause failure of the cache engine 100.
- recovery or intentional addition of additional mass storage 104 is smoothly integrated into the cache 102 without interruption of operation of the cache engine 100.
- the cache engine 100 operates exclusively to perform the operation of caching the network objects 1 14. There is no separate "operating system,” no user, and there are no user application programs which execute independently on the processor 101. Within the memory 103, there are no separate memory spaces for "user” and "operating system.”
- the cache engine 100 itself maintains the cache 102 of the network objects 1 14 and selects the network objects 114 for retention in the cache 102 or removal from the cache 102, operating so as to (1) localize writing the network objects 1 14 to the mass storage 104, (2) localize deletion of the network objects 114 from the mass storage 104. and (3) efficiently replace the network objects 1 14 in the cache 102 with new network objects 114. In a preferred embodiment, the cache engine 100 performs these operations efficiently while operating the cache 102 relatively filled with network objects 114.
- the cache engine 100 maintains statistics regarding access to the cache 102. These statistics can include the following:
- a set of hit rates for the cache 102 including (1) a hit rate for network objects 114 found in the cache 102 versus those which must be retrieved from server devices 111. and (2) a hit rate for network objects 114 found in the memory 103 versus those which must be retrieved from the mass storage 104;
- the cache engine 100 can also maintain statistics which are combinations or variants of the above.
- the cache engine 100 can provide improved performance or additional functionality in the network 1 10.
- the cache engine 100 can be used as a proxy cache (whether to provide a firewall, to provide a cache for client devices 1 1 1 coupled to a local area network, or otherwise), as a reverse proxy cache, as a cache for requests made by users of a single ISP. as a cache for "push" protocols, or as an accelerator or server cache.
- the cache engine 100 provides the client devices 1 1 1 with relatively quicker access to network objects 1 14 otherwise available directly from the server devices 1 11.
- client devices 11 1 request those network objects 1 14 from the cache engine 100, which either transmits them to the client devices 1 1 1 from the cache 102 or obtains them from the server devices 1 1 1 and then transmits them to the client devices 1 1 1.
- the cache engine 100 can exercise more intelligence and proactivity than simply waiting for documents to be requested by the client devices 1 1 1 :
- the cache engine 100 can be configured preloaded with selected network objects
- the cache engine 100 can periodically request network objects 1 14 responsive to a set of statistics regarding commonly requested network objects 1 14. For example, information regarding commonly requested network objects 1 14 can be maintained on a server device 1 1 1 ; the cache engine 100 can request this information from the server device 1 1 1 and periodically request those network objects 1 14 for storage in the cache 102. In a preferred embodiment, the cache engine 100 can perform this operation periodically when client devices 1 1 1 are not actively using the cache engine 100, such as relatively unloaded times in the late night or early morning.
- the cache engine 100 can periodically request network objects 1 14 responsive to a set of user preferences at the client devices 1 1 1. For example, the cache engine 100 can receive (either upon request or otherwise) a set of bookmarks from the client devices 1 1 1 and can request those network objects 1 14 from the server devices 1 1 1. In a preferred embodiment, the cache engine 100 can request those network objects 1 14 which have changed in a selected time period such as one day.
- the cache engine 100 can provide a mirror site to one or more server devices 1 1 1. by periodically, or upon request, receiving network objects 1 14 from the server devices 1 1 1 to be delivered by the server device 1 1 1 to client devices 1 1 1 which have changed in a selected time period such as one day.
- the cache engine 100 can provide an accelerator for one or more server devices
- the cache engine 100 can provide a first type of push protocol assist to one or more server devices 1 1 1, by transmitting network objects 1 14 to one or more client devices 1 1 1 or proxy caches using a push protocol. For example, when the server devices 1 1 1 provide a network broadcast service, the cache engine 100 can receive network objects 1 14 from the server devices 1 1 1 to be broadcast to a subset of the network 1 10 and can independently broadcast those network objects 114.
- the cache engine 100 can provide a second type of push protocol assist to one or more server devices 1 1 1, by allowing those server devices 1 1 1 to broadcast network objects 1 14 to a plurality of cache engines 100. Each cache engine 100 can make the broadcast network objects 1 14 available to client devices 1 1 1 which request those network objects 1 14 from the cache engine 100 as if the cache engine 100 were the server device 1 1 1 for those network objects 1 14.
- the network objects 1 14 can include data, such as HTML pages, text, graphics, photographs, audio, video: programs, such as Java or ActiveX applets or applications: or other types of network objects, such as push protocol objects.
- the cache engine 100 can record frames of streaming audio or streaming video information in the cache 102. for delayed use by a plurality of client devices 1 1 1. Some types of known network objects 1 14 are not cached, such as CGI output or items marked noncachable by the server device 1 1 1.
- the cache engine 100 can glean knowledge about the client devices 1 1 1 from the protocol messages 1 13 or by other means, such as interrogating routing devices in the network 1 10, and can react in response to that information to provide differing network objects 1 14 to differing client devices 1 1 1.
- the cache engine 100 can select server devices 1 1 1 for proximity or content in response to information about client devices 1 1 1, as follows: •
- the cache engine 100 can select a particular server device 111 for rapid response. such as for network routing proximity or for spreading service load over a plurality of server devices 1 11.
- the cache engine 100 can select content at the server device 1 11 in response to information about the client device 111, such as tailoring the language of the response (such as serving pages in the English language or the French language), or such as tailoring local information (such as advertising, news, or weather).
- local information such as advertising can be retrieved from a local server device 1 11 which supplies advertising for insertion into pages to be served to local client devices 111.
- Figure 2 shows a block diagram of a data structure for maintaining storage blocks for a set of cached network objects.
- Each of the blocks 200 can comprise either a data block 200. which includes data, that is. information not used by the cache engine 100 but maintained for the client devices 11 1. or control information, that is. information used by the cache engine 100 and not used by the client devices 111.
- the blocks 200 are organized into a set of objects 210, each of which comprises an object descriptor 211, a set of data blocks 200. and a set of block pointers 212 referencing the data blocks 200 from the object descriptor 211.
- the object descriptor 211 comprises a separate control block 200. Where the block pointers 212 will not fit into a single control block 200, or for other types of relatively larger objects 210, the object descriptor 211 can reference a set of indirect blocks 216, each of which references inferior indirect blocks 216 or data blocks 200. Each indirect block 216 comprises a separate control block 200. Relatively smaller objects 210 do not require indirect blocks 216.
- the cache 102 includes a set of blocks 200, each of which comprises 4096 bytes in a preferred embodiment, and each of which can be stored in the memory 103 or on the mass storage 104.
- each of the blocks 200 can comprise a size other than 4096 bytes, and may be responsive to an amount of available memory 103 or mass storage 104.
- the block pointers 212 each comprise a pointer value 215 comprising a single 32-bit word and indicating the location of the block 200 on the mass storage 104. such as a physical disk block address.
- the block pointers 212 each comprise a first bit 213 indicating whether the referenced block 200 is stored in the memory 103 or the mass storage 104, a second bit 214 indicating whether the referenced block 200 is a control block 200 (comprising control information) or a data block 200 (comprising data for network objects 114), and the pointer value 215 comprises a 30-bit value indicating the location of the block 200.
- the pointer value 215 indicates a byte address in the memory 103: when the block is stored on the mass storage 104, the pointer value 215 indicates a physical disk block address on the mass storage 104.
- the objects 210 are each referenced by a root object 220. which is maintained redundantly in a plurality of (preferably two) copies of a root block 221 on each disk drive of the mass storage 104.
- each disk drive of the mass storage 104 has a separate root object 210, which is maintained using two copies of its root block 221.
- Each disk drive's root object 220 references each current object 210 for that disk drive.
- one copy of the root block 221 is maintained in each of physical disk blocks 2 and 3 of each of the disk drives of the mass storage 104.
- the root block 221 for that disk drive is written to the mass storage 104. It is first written to the physical disk block 2, and then identicallv written to the physical disk block 3.
- the cache engine 100 is started or restarted, the root block 221 is read from the physical disk block 2. If this read operation is successful, it is then identically rewritten to the physical disk block 3; however, if this read operation is unsuccessful, the root block 221 is instead read from the physical disk block 3, and then identically rewritten to the physical disk block 2.
- the cache engine 100 also stores certain system objects 210 redundantly on each disk drive on the mass storage 104, so as to maintain the cache 102 holographic in the sense that loss of any subset of the disk drives merely decreases the amount of available cache.
- each such system object 210 is referenced by the root object 220 for its disk drive and is maintained using two copies of its object descriptor 21 1.
- These system objects 210 which are maintained redundantly include the root object 220. a blockmap object 210, and a hash table 350 (figure 3). each as described herein, as well as other system objects, such as objects 210 for collected statistics. documentation, and program code.
- a subset of the blocks 200 are maintained in the memory 103. so as to use the memory 103 as a cache for the mass storage 104 (just as the memory 103 and the mass storage 104 collectively act as the cache 102 for network objects 1 14).
- the blocks 200 maintained in the memory 103 are referenced by a set of block handles 230. which are also maintained in the memory 103.
- Each of the block handles 230 includes a forward handle pointer 232, a backward handle pointer 233, a reference counter 234, a block address 235. a buffer pointer 236, and a set of flags 237.
- the forward handle pointer 232 and the backward handle pointer 233 reference other block handles 230 in a doubly-linked list of block handles 230.
- the reference counter 234 maintains a count of references to the block 200 by processes of the cache engine 100.
- the reference counter 234 is updated when a block handle 230 for the block 200 is claimed or released by a process for the cache engine 100.
- the reference counter 234 reaches zero, there are no references to the block 200. and it is placed on a free list of available blocks 200 after having been written to disk, if it has been modified, in the next write episode.
- the block address 235 has the same format as the block pointer 212.
- the buffer pointer 236 references a buffer used for the block 200.
- the flags 237 record additional information about the block 200.
- the block handles 230 are also threaded using a set of 2Q pointers 238 and a 2Q reference counter 239, using the "2Q” technique, as further described in "2Q: A Low Overhead High Performance Buffer Management Replacement
- Figure 3 shows a block diagram of data structures for caching network objects.
- the cache engine 100 receives protocol requests from the network 1 10.
- each protocol request uses the HTTP protocol (or a variant such as SHTTP), and each HTTP request includes a URL (uniform resource locator) 3 10. which identifies a network object 1 14 in the network 1 10.
- each URL 3 10 identifies the server device 1 1 1 for the network object 1 14 and the location of the network object 1 14 on that server device 1 1 1.
- the cache engine 100 may use other protocols besides HTTP or its variants; and the cache engine 100 may be responsive to one or more other identifiers for network objects 1 14 besides its URL 310.
- the term "URL" refers generally to any type of identifier which is capable of identifying, or assisting in identifying, a particular network object 1 14.
- the URL 3 10 includes a host identifier, which identifies the server device 1 1 1 at which the network object 1 14 is located, and a document identifier, which identifies the location at which the network object 1 14 is located at the server device 1 1 1.
- the host identifier comprises a character string name for the server device 1 1 1, which can be resolved to an IP (internet protocol) address.
- the host identifier may comprise the IP address for the server device 1 1 1. rather than the character string name for the server device 1 1 1.
- the cache engine 100 includes a hash function 320 which associates the URL 310 with a hash signature 330. which indexes a hash bucket 340 in a hash table 350 in the cache 102.
- the hash table 350 comprises a set of hash tables 350. one for each disk drive, each of which references those network objects 1 14 which are stored in the cache 102 on that disk drive of the mass storage 104.
- Each such hash table 350 has its own object descriptor 21 1 ; collectively the hash tables 350 form a single logical hash table.
- the hash signature 330 comprises a 32-bit unsigned integer value which is determined responsive to the URL 3 10. and which is expected to be relatively uniformly distributed over the range of all possible 32-bit unsigned integer values.
- the URL 3 10 is also associated with a 64-bit URL signature which is also an unsigned integer value, determined responsive to the URL 3 10. and which is expected to be relatively uniformly distributed over the range of all possible 64-bit unsigned integer values: when comparing URLs 310, the URL signatures are compared first, and only if they are equal are the URLs 3 10 themselves compared.
- each non-null hash bucket 340 comprises one data block 200.
- the hash table 350 associates the URL 310 directly with the hash bucket 340 in the hash table 350
- storage of the network objects 1 14 in the cache 102 is not hierarchical: each of the network objects 1 14 can be referenced and accessed from it the cache 102 within order of constant time, such as less than about two disk read access times.
- the network objects 1 14 in the cache 102 must have unique names: when network objects 1 14 have identical names (such as when they are old and new versions of the same network object 1 14), the hash table 350 simply points to the same hash bucket 340 for both of them.
- the cache engine 100 resolves new references by the URL 310 only to the new version of the network object 1 14. Those client devices 1 1 1 which are already accessing the old version of the network object 114 when the new version of the network object 114 is stored in the cache 102 will continue to access the old version of the network object 1 14. However, subsequent accesses to that network object 1 14. even by the same client device 1 1 1. using the URL 310 will be resolved by the cache engine 100 to the new version of the network object 1 14. The old version of the network object 1 14 is deleted as soon as possible when all client devices 111 are done using it.
- the cache 102 differs from a file system also in that the client device 1 1 1 has no control over storage of the network objects 1 14 in the cache 102, including ( 1) the name space at the cache 102 for storage of the network objects 1 14, (2) the ability to name or rename the network objects 114, (3) whether the network objects 1 14 are removed from the cache 102 at any time, and (4) whether the network objects 1 14 are even stored in the cache 102 at all.
- the cache engine 100 uses the memory 103 and the mass storage 104 (preferably a plurality of magnetic disk drives) to cache the network objects 1 14 so as to maintain in the cache 102 those network objects 114 most likely to be required by the client device 111.
- the cache engine 100 may enforce selected administrative requirements in addition to maintaining network objects 1 14 most likely to be used by the client device 11 1. such as preferring or proscribing certain classes of network objects 114 or certain classes of client devices 111 or server devices 111, whether at all times or at selected times of day and selected days.
- the cache engine 100 uses the hash function 320 and the hash table 350 to identify an object 210 (and thus one or more data blocks 200) associated with the URL 310 (and thus associated with the network object 1 14).
- the cache engine 100 operates on the object 210 to retrieve from the cache 102 the network object 1 14 requested by the HTTP request, and to deliver that network object 1 14 to the client device 1 1 1.
- the cache engine 100 maintains the cache 102 using the memory 103 and the mass storage 104 so that whether the object 210 is in the cache 102, and if in the cache 102. whether the object 210 is in the memory 103 or on the mass storage 104 is transparent to the client device 1 1 1 (except possibly for different time delays in retrieving the object 210 from the memory 103 or from the mass storage 104).
- the cache engine 100 writes blocks 200 (and objects 210 comprising those blocks 200) from the memory 103 to the mass storage 104 on occasion, so as to maintain those blocks 200 in the memory 103 which are most frequently accessed.
- the cache engine 100 controls where the blocks 200 are written onto the mass storage 104 (such as determining onto which disk drive for the mass storage 104 and which location on that disk drive), and when the blocks 200 are written onto the mass storage 104 (such as determining at which times it is advantageous to write data onto the mass storage 104).
- the cache engine 100 attempts to optimize the times and locations when and where the blocks 200 are written to disk, so as to minimize time and space required to write to and read from disk.
- the hash table 350 is a system object 210. and similar to other system objects 210. includes an object descriptor 211. zero or more indirect blocks 216. and zero or more data blocks 200. Because the hash table 350 is expected to be used relatively frequently, its indirect blocks 216 are expected to all be maintained in the memory 103. although for a relatively large hash table 350 some of its data blocks 200 will be maintained on the mass storage 104. In a preferred embodiment, the hash table 350 is distributed over the pluralitv of disk drives for the mass storage 104. and the portion of
- Each hash signature 330 is indexed into the hash table 350 using the hash signature 330 modulo the number of hash buckets 340 in the hash table 350.
- Each hash bucket 340 comprises one block 200.
- Each hash bucket 340 includes zero or more hash entries 360; each hash entry 360 includes a reference to the object 210 at the hash entry
- the hash bucket 340 includes a secondary hash table, having a plurality of chains of secondary hash table entries (such as. for example. 32 such chains).
- the hash signature 330 is used to select one of the chains so as to search for the hash entry 360 associated with the URL 310.
- the hash entries 360 are maintained within the hash bucket 340 in an ordered list by a secondary hash value, with null entries possibly interspersed (when the associated network objects 1 14 have been deleted or otherwise removed from the hash table 350); the secondary hash value is also determined in response to the hash signature 330, such as by computing the hash signature 330 modulo a selected value such as 2**32. If there are multiple hash entries 360 with the same secondary hash value, the cache engine 100 examines the object descriptor 21 1 associated with each one of the multiple hash entries 360 for the URL 310 of the correct network object 1 14 associated with the URL 310 having the associated hash signature 330.
- each hash bucket 340 has a selected size which is sufficient to hold at least 1.5 to 2 times the number of expected hash entries 360 if the hash entries 360 were perfectly uniformly distributed (this selected size is preferably exactly one data block 200). If a hash entry 360 is assigned to a hash bucket 340 which is full, one of the network objects 114 already associated with the hash bucket 340. along with its associated hash entry 360. is deleted from the hash bucket 340 and from the cache 102 to make room for the new hash entry 360. In a preferred embodiment, there can be a plurality of different operational policies for selecting just which objects 210 are deletable.
- the cache engine 100 maintains a DSD (disk set descriptor) object 210 for each disk drive currently or recently present on the mass storage 104. which includes a data structure describing that disk drive.
- the cache engine 100 also maintains a DS (disk set) object 210, which references all of the DSD objects 210. and which is maintained redundantly on one or more of the disk drives for the mass storage 104.
- the DS object 210 is maintained redundant on the mass storage 104 on a plurality of disk drives (preferably all of them), with each disk drive's information being maintained on that disk drive in the DSD object 210.
- Each DSD object 210 includes at least the following information: ( 1 ) the number of disk drives; (2) the collective total size of all disk drives; (3) for each disk drive — the individual size of that disk drive, an identifier for that disk drive, and an index into an array of all the disk drives: and (4) for each disk drive — the range of hash signatures 330 which are maintained on that disk drive. Also, the range of hash signatures 330 which are maintained on each disk drive is maintained in a separate system object 210 which maps each hash signature 330 to a particular disk drive. In a preferred embodiment, sizes are expressed as multiples of a selected value such as 1 megabyte.
- the hash entries 360 are distributed over the plurality of disk drives in proportion to the size of each disk drive, rounded to an integer number of hash entries 360.
- the cache engine 100 When a disk drive is added, removed, or replaced, the cache engine 100 creates or modifies an associated DSD object 210. and updates the DS object 210. This operation proceeds in like manner as updating a data block 200; thus, any control blocks
- the mass storage 104 can be dynamically updated, including changing the identity or number of disk drives, while the cache engine 100 continues to operate, and the only effect on the cache engine 100 is to alter its perception of the amount of mass storage 104 which is available for the cache 102.
- the cache engine 100 implements a "delayed write” technique, in which the objects 210 which are written into the cache 102 (including objects 210 which are new versions of old objects 210 already present in the cache 102) are written first into the memory 103. and only later written out to the mass storage 104.
- a "delayed write” technique in which the objects 210 which are written into the cache 102 (including objects 210 which are new versions of old objects 210 already present in the cache 102) are written first into the memory 103. and only later written out to the mass storage 104.
- a non-volatile RAM or a UPS (uninterruptable power supply) and an associated orderly shutdown procedure because the cache engine 100 makes no guarantee of persistence for the network objects 114 in the cache 102. For example, if a particular network object 1 14 is lost from the cache 102. that network object 1 14 can typically be reacquired from its associated server device 111.
- the delayed write technique operates to maintain consistency of the cache 102. by not overwriting either control blocks 200 or data blocks 200 (except for the root block 221). Instead, modified blocks 200 are written to the mass storage 104. substituted for the original blocks 200, and the original blocks 200 are freed, all in an atomic operation called a "write episode.” If a write episode is interrupted or otherwise fails, the entire write episode fails atomically and the original blocks 200 remain valid.
- a modified data block 200 is created when the underlying data for the is original data block 200 is modified (or when new underlying data, such as for a new network object 114, is stored in a new data block 200).
- a modified control block 200 is created when one of the original blocks 200 (original data block 200 or original control block 200) referenced by the original control block 200 is replaced with a modified block 200 (modified data block 200, new data block 200, or modified control block 200); the modified control block 200 references the modified block 200 rather than the original block 200.
- Each write episode is structured so as to optimize both the operation of writing blocks 200 to the mass storage 104 and later operations of reading those blocks 200 from the mass storage 104.
- the following techniques are used to achieve the read and write optimization goals:
- modified blocks 200 to be written are collected and written, when possible, into sequential tracks of one of the disk drives used for the mass storage 104;
- indirect blocks 216 are written to storage blocks which are close to and before those data blocks 200 which they reference, so as to enable reading the referenced data blocks 200 in the same read operation whenever possible;
- sequentially related data blocks 200 are written to sequential free storage blocks (if possible, contiguous free storage blocks) on one of the disk drives used for the mass storage 104, so as to enable reading the related data blocks 200 in the same read operation whenever possible;
- control blocks 200 or data blocks 200 to be written are collected together for their associated objects 210 and ordered within each object 210 by relative address, so as to enable reading blocks 200 for a particular object 210 in the same read operation whenever possible.
- Figure 4 shows a block diagram of a set of original and modified blocks.
- Figure 5 shows a flow diagram of a method for atomic writing of modified blocks to a single disk drive.
- a tree structure 400 (figure 4) of blocks 200 includes the original control blocks 200 and the original data blocks 200, which have been already written to the mass storage 104 and referenced by the root object 220. Some or all of these original blocks 200 can be held in the memory 103 for use.
- a method 500 (figure 5) includes a set of flow points to be noted, and steps to be executed, by the cache engine 100.
- the modified data blocks 200 and new data blocks 200 are held in the memory 103 and have not yet been written to disk.
- each original control block 200 which references a modified data block 200 (and each original control block 200 which references a modified control block 200) must be replaced with a modified control block 200. all the way up the tree structure 400 to the root object 200.
- a free storage block on the mass storage 104 is allocated for recording the modified data block 200.
- the blockmap object 210 is altered to reflect the allocation of the storage block for the modified data block 200 and freeing of the storage block for the original data block 200.
- the blockmap object 210 maintains information about which storage blocks on the mass storage 104 are allocated and have data stored therein, and which storage blocks are free and eligible for use.
- the cache engine 100 searches the blockmap object 210 for a free storage block, maintaining a write pointer 250 into the blockmap object 210 so as to perform the search in a round-robin manner.
- the write pointer 250 advances past the end of the blockmap object 210, it is wrapped around to the beginning of the blockmap object 210.
- the write pointer 250 is maintained in the root object 220 so that the search continues in a round-robin manner even after a failure and restart of the cache 102.
- a free storage block 200 cannot be considered free (and therefore used) if it is still referenced, even if indirectly, by the root object 220. Accordingly, those blocks 200 which are freed prior to atomic commitment of the root object 220 are not considered free until the is root object 220 is atomically written to disk.
- a modified control block 200 is generated.
- a free storage block on the mass storage 104 is allocated for recording the modified control block 200.
- the blockmap object 210 is modified to reflect the allocation of the storage block for the modified control block 200 and freeing of the storage block for the original control block 200.
- the step 522 is repeated for each level of the tree structure 400 up to the root object 220.
- step 523 the operations of the step 521 and the step 522 are repeated for those blocks 200 of the blockmap object 210 which were altered.
- the modified data blocks 200 and modified control blocks 200 are written to their allocated storage blocks on the mass storage 104.
- the root object 220 is rewritten in place on the mass storage
- the root object 220 has been rewritten in place, all changes to the tree structure 400 have thus been atomically committed; the modified blocks 200 have become part of the tree structure 400 and the original blocks 200 which were replaced with modified blocks 200 have become freed and eligible for reuse.
- the modified blockmap object 210 is not atomically committed until the root object 220 has been rewritten in place, so storage blocks which are indicated as allocated or free are not so indicated until the write episode has been atomically committed at the flow point 530.
- modified blocks 200 When the modified blocks 200 are actually allocated to storage blocks and written to those storage blocks on the mass storage 104, they are written in the following manner:
- the referenced modified data blocks 200 are traversed in a depth-first top-down manner, so as to ensure that the referenced modified data blocks 200 are clustered together in a sequence of storage blocks after the modified control block 200 which references them.
- This technique helps to ensure that when reading control blocks 200. the data blocks 200 they reference are read-ahead whenever possible, so as to minimize the number of operations required to read the control blocks 200 and the data blocks 200 from the mass storage 104.
- the cache engine 100 determines when to perform a write episode, in response to the condition of the memory 103 (including the number of modified blocks
- the condition of the mass storage 104 (including the number of free storage blocks available on the mass storage 104), and the condition of the cache 102
- write episodes using the method 500 are performed upon either of the following conditions:
- Write episodes using the method 500 can also be performed upon either of the following conditions:
- the number of free blocks 200 on the mass storage 104 is normally much larger than the number of blocks 200 to be written during the write episode.
- Each object 210 has an associated "access time.” which indicates when that object 210 was last written or read. However, it is not desirable to update the access time on disk for each object 210 whenever that object 210 is read, as this would produce a set of modified control blocks 200 (which must be written to disk during the next write episode) whenever any object 210 is read.
- a volatile information table which records volatile information about objects 210. including access times for objects 210 which have been read, and number of accesses for those objects 210.
- access time is updated only in the volatile information table, rather than in the object descriptor 211 for the object 210 itself.
- the volatile information table is maintained in the memory 103 and is not written to disk.
- network objects 1 14 can continue to be read while write episodes using the method 500 are being performed, even for those network objects 1 14 which include modified data blocks 200, because the modified data blocks 200 continue to be maintained in the memory 103 while the write episodes are performed, whether or not they are actually successfully written to the mass storage 104.
- Figure 6 shows a block diagram of a set of pointers and regions on mass storage.
- a set of storage blocks on each disk drive of the mass storage 104 is represented by a circular map 600. having indexes from zero to a maximum value Nmax. In the figure, indexes increase in a counterclockwise direction, wrapping around from the end to the beginning of each disk drive modulo the maximum value Nmax.
- a DT (delete table) object 210 is maintained which includes an entry for each deletable object 210. Each time one of the hash buckets 340 in the hash table 350 is accessed, a reference is inserted into the DT object 210 for each object 210 which is referenced by one of the hash entries 360 in that hash bucket 340 and which qualifies as deletable.
- an objectmap object 210 is maintained which includes an entry for each of the blockmap entries in the blockmap object 210.
- each entry in the objectmap object 210 is either empty, which indicates that the corresponding block 200 does not comprise an object descriptor 21 1 ; or non-empty, which indicates that the corresponding block 200 comprises an object descriptor 21 1, and further includes information to determine whether the corresponding object 210 can be deleted.
- Each non-empty entry in the objectmap object 210 includes at least a hit rate, a load time, a time to live value and a hash signature 330 for indexing into the hash table 350.
- the cache engine 100 searches the blockmap object 210 for a deletable object 210 (an object 210 referenced by the DT object 210), maintaining a delete pointer 260 into the blockmap object 210, similar to the write pointer 250. 50 as to perform the search in a round-robin manner.
- a deletable object 210 an object 210 referenced by the DT object 210
- maintaining a delete pointer 260 into the blockmap object 210 similar to the write pointer 250.
- the delete pointer 260 advances past the end of the blockmap object 210, it is wrapped around to the beginning of the blockmap object 210.
- the delete pointer 260 is maintained in the root object 220 so that the search continues in a round-robin manner even after a failure and restart of the cache 102.
- the write pointer 250 and the delete pointer 260 for each disk drive in the mass storage 104 each comprise an index into the map 600.
- the delete pointer 260 is maintained at least a selected minimum distance dO 601 ahead of the write pointer 250. but not so far ahead as to wrap around again past the write pointer 250, so as to select a delete region 610 of each disk drive for deleting deletable objects 210 which is near to a write region 620 used for writing modified and new objects 210.
- the write region 620 is at least the size specified by the minimum distance dO 601. Although there is no specific requirement for a size of the delete region 610, it is preferred that the delete region 610 is several times (preferably about five times) the size of the write region 620.
- the cache engine 100 thus provides that nearly all writing to disk occurs in a relatively small part of each disk drive. This allows faster operation of the mass storage 104 because a set of disk heads for the mass storage 104 must move only relatively a small distance during each write episode.
- the cache engine 100 attempts to maintain a relatively fixed distance relationship between the write pointer 250 and the delete pointer 260. write episodes and delete episodes will occur relatively frequently. In a preferred embodiment, the cache engine 100 alternates between write episodes and delete episodes, so that each delete episode operates to make space on disk for a later write episode (the next succeeding write episode writes the blockmap object 210 to disk, showing the blocks 200 to be deleted; the write episode after that is able to use the newly free blocks 200) and each write episode operates to consume free space on disk and require a later delete episode.
- a collection region 630 is selected near to and ahead of the delete region 610, so as to select objects 210 for deletion.
- a size of the collection region 630 is selected so that, in a time estimated for the write pointer 250 to progress through the collection region 630 (this should take several write episodes), nearly all hash entries 360 will have been accessed through normal operation of the cache engine 100. Thus, because each hash entry 360 includes information sufficient to determine whether its associated object 210 is deletable, nearly all objects 210 will be assessed for deletion in the several write episodes needed for the write region 620 to move through the collection region 630.
- Objects 210 which have been assessed for deletion are placed on a deletion list, sorted according to eligibility for deletion.
- objects 210 are assessed for deletion according to one of these criteria:
- first object 210 has an older access time than a second object 210
- the first object 210 is selected as more eligible for deletion than the second object 210, and is thus sorted into the deletion list ahead of the second object 210.
- the collection region 630 is advanced by an expected size of the next write region 620.
- the expected size of the next write region 620 is estimated by averaging the size of the write region 620 for the past several (preferably seven) write episodes.
- Those objects 210 which were on the deletion list before advancing the delete region 610 and which are in the delete region 610 afterward are scheduled for deletion: these objects are selected individually and deleted in the next delete episode (in a preferred embodiment, the next delete episode is immediately after completion of the write episode).
- write episodes and delete episodes for each disk drive on the mass storage 104 are independent, so there are separate deletion regions 610, write regions 620, and collection regions 630 for each disk drive on the mass storage 104.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
Claims
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EA200000004A EA200000004A1 (en) | 1997-06-09 | 1998-06-09 | KESH MECHANISM OF NETWORK OBJECTS |
IL13324198A IL133241A0 (en) | 1997-06-09 | 1998-06-09 | Network object cache engine |
EP98928933A EP0988598A1 (en) | 1997-06-09 | 1998-06-09 | Network object cache engine |
AU80617/98A AU8061798A (en) | 1997-06-09 | 1998-06-09 | Network object cache engine |
JP50304699A JP2002511170A (en) | 1997-06-09 | 1998-06-09 | Network object cache engine |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US4898697P | 1997-06-09 | 1997-06-09 | |
US60/048,986 | 1997-06-09 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO1998057265A1 true WO1998057265A1 (en) | 1998-12-17 |
WO1998057265B1 WO1998057265B1 (en) | 1999-03-11 |
Family
ID=21957486
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1998/011834 WO1998057265A1 (en) | 1997-06-09 | 1998-06-09 | Network object cache engine |
Country Status (8)
Country | Link |
---|---|
EP (1) | EP0988598A1 (en) |
JP (1) | JP2002511170A (en) |
KR (1) | KR20010012913A (en) |
CN (1) | CN1260887A (en) |
AU (1) | AU8061798A (en) |
EA (1) | EA200000004A1 (en) |
IL (1) | IL133241A0 (en) |
WO (1) | WO1998057265A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101707684A (en) * | 2009-10-14 | 2010-05-12 | 北京东方广视科技股份有限公司 | Method, device and system for dispatching Cache |
US9311343B2 (en) | 2014-04-02 | 2016-04-12 | International Business Machines Corporation | Using a sequence object of a database |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7171469B2 (en) * | 2002-09-16 | 2007-01-30 | Network Appliance, Inc. | Apparatus and method for storing data in a proxy cache in a network |
CN100353340C (en) * | 2003-07-04 | 2007-12-05 | 中国科学院计算技术研究所 | Custom-made network storage apparatus operating systems |
KR100654462B1 (en) | 2005-08-24 | 2006-12-06 | 삼성전자주식회사 | Cache method and cache system for dividing cache memory into memory blocks and storing data of files |
WO2013141198A1 (en) * | 2012-03-21 | 2013-09-26 | 日本電気株式会社 | Cache server, content delivery method and program |
US9298391B2 (en) * | 2012-12-19 | 2016-03-29 | Dropbox, Inc. | Application programming interfaces for data synchronization with online storage systems |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0359384A2 (en) * | 1988-09-16 | 1990-03-21 | Compaq Computer Corporation | Queued posted-write disk write method with improved error handling |
EP0481716A2 (en) * | 1990-10-15 | 1992-04-22 | Fujitsu Limited | Control system for controlling cache storage unit |
US5564011A (en) * | 1993-10-05 | 1996-10-08 | International Business Machines Corporation | System and method for maintaining file data access in case of dynamic critical sector failure |
WO1997001765A1 (en) * | 1995-06-26 | 1997-01-16 | Novell, Inc. | Apparatus and method for redundant write removal |
-
1998
- 1998-06-09 IL IL13324198A patent/IL133241A0/en unknown
- 1998-06-09 WO PCT/US1998/011834 patent/WO1998057265A1/en not_active Application Discontinuation
- 1998-06-09 JP JP50304699A patent/JP2002511170A/en active Pending
- 1998-06-09 KR KR1019997010881A patent/KR20010012913A/en not_active Withdrawn
- 1998-06-09 AU AU80617/98A patent/AU8061798A/en not_active Abandoned
- 1998-06-09 EP EP98928933A patent/EP0988598A1/en not_active Withdrawn
- 1998-06-09 EA EA200000004A patent/EA200000004A1/en unknown
- 1998-06-09 CN CN98805987A patent/CN1260887A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0359384A2 (en) * | 1988-09-16 | 1990-03-21 | Compaq Computer Corporation | Queued posted-write disk write method with improved error handling |
EP0481716A2 (en) * | 1990-10-15 | 1992-04-22 | Fujitsu Limited | Control system for controlling cache storage unit |
US5564011A (en) * | 1993-10-05 | 1996-10-08 | International Business Machines Corporation | System and method for maintaining file data access in case of dynamic critical sector failure |
WO1997001765A1 (en) * | 1995-06-26 | 1997-01-16 | Novell, Inc. | Apparatus and method for redundant write removal |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101707684A (en) * | 2009-10-14 | 2010-05-12 | 北京东方广视科技股份有限公司 | Method, device and system for dispatching Cache |
CN101707684B (en) * | 2009-10-14 | 2014-04-30 | 北京东方广视科技股份有限公司 | Method, device and system for dispatching Cache |
US9311343B2 (en) | 2014-04-02 | 2016-04-12 | International Business Machines Corporation | Using a sequence object of a database |
US9355128B2 (en) | 2014-04-02 | 2016-05-31 | International Business Machines Corporation | Using a sequence object of a database |
Also Published As
Publication number | Publication date |
---|---|
EP0988598A1 (en) | 2000-03-29 |
EA200000004A1 (en) | 2000-10-30 |
AU8061798A (en) | 1998-12-30 |
CN1260887A (en) | 2000-07-19 |
KR20010012913A (en) | 2001-02-26 |
JP2002511170A (en) | 2002-04-09 |
IL133241A0 (en) | 2001-03-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7539818B2 (en) | Network object cache engine | |
US6883068B2 (en) | Methods and apparatus for implementing a chche replacement scheme | |
EP1082651B1 (en) | Incremental updating | |
US7269608B2 (en) | Apparatus and methods for caching objects using main memory and persistent memory | |
US7681076B1 (en) | Method and an apparatus to perform fast log replay | |
US5896506A (en) | Distributed storage management system having a cache server and method therefor | |
US6292880B1 (en) | Alias-free content-indexed object cache | |
US6209003B1 (en) | Garbage collection in an object cache | |
JP4489292B2 (en) | High performance object cache | |
US6289358B1 (en) | Delivering alternate versions of objects from an object cache | |
US7058763B2 (en) | File system for caching web proxies | |
US6182111B1 (en) | Method and system for managing distributed data | |
US6542967B1 (en) | Cache object store | |
JP4568115B2 (en) | Apparatus and method for hardware-based file system | |
US6952730B1 (en) | System and method for efficient filtering of data set addresses in a web crawler | |
US8095678B2 (en) | Data processing | |
GB2439578A (en) | Virtual file system with links between data streams | |
US7805416B1 (en) | File system query and method of use | |
US20020078170A1 (en) | Method and system for minimizing network bandwidth bottlenecks | |
US8090925B2 (en) | Storing data streams in memory based on upper and lower stream size thresholds | |
US7249219B1 (en) | Method and apparatus to improve buffer cache hit rate | |
US6654856B2 (en) | System and method for managing storage space of a cache | |
US6434553B1 (en) | File prefetch control method for computer system | |
EP0988598A1 (en) | Network object cache engine | |
US20020184441A1 (en) | Apparatus and methods for caching objects using main memory and persistent memory |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 133241 Country of ref document: IL Ref document number: 98805987.8 Country of ref document: CN |
|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM GW HU ID IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 1019997010881 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1998928933 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 200000004 Country of ref document: EA |
|
WWP | Wipo information: published in national office |
Ref document number: 1998928933 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
NENP | Non-entry into the national phase |
Ref country code: CA |
|
WWP | Wipo information: published in national office |
Ref document number: 1019997010881 Country of ref document: KR |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1998928933 Country of ref document: EP |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1019997010881 Country of ref document: KR |