This application is related by subject matter to the inventions disclosed in the following commonly assigned applications: U.S. patent application Ser. No. 10/646,646, filed on Aug. 21, 2003 entitled “STORAGE PLATFORM FOR ORGANIZING, SEARCHING, AND SHARING DATA”; U.S. patent application Ser. No. 10/647,058, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR REPRESENTING UNITS OF INFORMATION MANAGEABLE BY A HARDWARE/SOFTWARE INTERFACE SYSTEM BUT INDEPENDENT OF PHYSICAL REPRESENTATION”; U.S. patent application Ser. No. 10/646,941, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR SEPARATING UNITS OF INFORMATION MANAGEABLE BY A HARDWARE/SOFTWARE INTERFACE SYSTEM FROM THEIR PHYSICAL ORGANIZATION”; U.S. patent application Ser. No. 10/646,940, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR THE IMPLEMENTATION OF A BASE SCHEMA FOR ORGANIZING UNITS OF INFORMATION MANAGEABLE BY A HARDWARE/SOFTWARE INTERFACE SYSTEM”; U.S. patent application Ser. No. 10/646,632, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR THE IMPLEMENTATION OF A CORE SCHEMA FOR PROVIDING A TOP-LEVEL STRUCTURE FOR ORGANIZING UNITS OF INFORMATION MANAGEABLE BY A HARDWARE/SOFTWARE INTERFACE SYSTEM”; U.S. patent application Ser. No. 10/646,645, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHOD FOR REPRESENTING RELATIONSHIPS BETWEEN UNITS OF INFORMATION MANAGEABLE BY A HARDWARE/SOFTWARE INTERFACE SYSTEM”; U.S. patent application Ser. No. 10/646,575, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR INTERFACING APPLICATION PROGRAMS WITH AN ITEM-BASED STORAGE PLATFORM”; and U.S. patent application Ser. No. 10/646,580, filed on Aug. 21, 2003, entitled “SYSTEMS AND METHODS FOR DATA MODELING IN AN ITEM-BASED STORAGE PLATFORM”.
The present invention relates generally to the field of information storage and retrieval, and, more particularly, to a storage platform providing change notifications regarding changes in stored information.
In many computer systems, the storage and retrieval of information for and by computer applications is handled by one or more central storage systems. For example, one type of storage system commonly used in personal computers is a file-folder-and-directory-based system, also termed a “file system.” Such file systems organize pluralities of files into hierarchies to create an abstraction of the physical organization of the storage medium used to store the files. Generally, such organization into a hierarchy occurs at the operating system level. The files stored generally include the file hierarchy itself (the “directory”) embodied in a special file maintained by the file system. This directory, in turn, maintains a list of entries corresponding to all of the other files in the directory and the nodal location of such files in the hierarchy (herein referred to as the folders).
The use of file system for central storage has several limitations. These may be overcome by using relational database technology as the underpinning of a central storage system, as described in the patent in the patent applications referenced above in the “Cross-Reference” section.
In an application using data stored in a storage system, some activity of the application may be predicated on changes to the data stored in the storage system. For example, an email program may wish to know when a new email message arrives. In certain systems, email messages arrive and are stored on the storage system. When a new message arrives, the email program can then perform any internal processing using the fact that a new email message has arrived or using the content of the email message. For example, some email programs contain rules used to process messages. The application of these rules is triggered, in some cases, by the arrival of a new message. Additionally, there may be user interface changes based on changes to data stored in the storage system. For example, upon the arrival of a new message, an alert may be presented to the user which indicates that a new message has arrived. A list of messages may be refreshed to include the new message.
In view of the foregoing, there is a need for a change notifier that can be used in a database-based storage system and provides for good performance and scalability. The present invention satisfies this need.
The invention provides for the multiplexing of change notification requests through the issuing of a combined query. In one embodiment, the invention is a storage platform which includes a data store, a database engine which provides a way for interaction to occur with the data store, and an API that provides a way for application programs to issue change notification requests. At least two change notification requests are multiplexed and a combined query is used to query the data store (via a query to the database engine). A data structure, in one embodiment in the form of a table including query parameters, can be used to multiplex queries. The data structure stores the parameters for a change notification request and a query is issued which refers to the data structure to determine what changes are being tracked for notification. When a compatible second change notification request is received, the parameters for that second change notification request is added to the data structure. This alters the query without requiring the reissuing of the query to the database engine. Methods according to the invention can be implemented by instructions stored on a computer-readable medium
Other features and advantages of the invention may become apparent from the following detailed description of the invention and accompanying drawings.
The foregoing summary, as well as the following detailed description of the invention, is better understood when read in conjunction with the appended drawings. For the purpose of illustrating the invention, there is shown in the drawings exemplary embodiments of various aspects of the invention; however, the invention is not limited to the specific methods and instrumentalities disclosed. In the drawings:
a)-4(c) are block diagrams illustrating a parameter table according to one embodiment of the present invention;
Numerous embodiments of the present invention may execute on a computer.
As shown in
A number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31, ROM 24 or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37 and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42. Other input devices (not shown) may include a microphone, joystick, game pad, satellite disk, scanner or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or universal serial bus (USB). A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor 47, personal computers typically include other peripheral output devices (not shown), such as speakers and printers. The exemplary system of
The personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49. The remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20, although only a memory storage device 50 has been illustrated in
When used in a LAN networking environment, the personal computer 20 is connected to the LAN 51 through a network interface or adapter 53. When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the wide area network 52, such as the Internet. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
As illustrated in the block diagram of
In various embodiments of a computer system 200, and referring back to
The applications programs component 206 comprises various software programs including but not limited to compilers, database systems, word processors, business programs, videogames, and so forth. Application programs provide the means by which computer resources are utilized to solve problems, provide solutions, and process data for various users (machines, other computer systems, and/or end-users).
The hardware/software interface system component 204 comprises (and, in some embodiments, may solely consist of) an operating system that itself comprises, in most cases, a shell and a kernel. An “operating system” (OS) is a special program that acts as an intermediary between application programs and computer hardware. The hardware/software interface system component 204 may also comprise a virtual machine manager (VMM), a Common Language Runtime (CLR) or its functional equivalent, a Java Virtual Machine (JVM) or its functional equivalent, or other such software components in the place of or in addition to the operating system in a computer system. The purpose of a hardware/software interface system is to provide an environment in which a user can execute application programs. The goal of any hardware/software interface system is to make the computer system convenient to use, as well as utilize the computer hardware in an efficient manner.
The hardware/software interface system is generally loaded into a computer system at startup and thereafter manages all of the application programs in the computer system. The application programs interact with the hardware/software interface system by requesting services via an application program interface (API). Some application programs enable end-users to interact with the hardware/software interface system via a user interface such as a command language or a graphical user interface (GUI).
A hardware/software interface system traditionally performs a variety of services for applications. In a multitasking hardware/software interface system where multiple programs may be running at the same time, the hardware/software interface system determines which applications should run in what order and how much time should be allowed for each application before switching to another application for a turn. The hardware/software interface system also manages the sharing of internal memory among multiple applications, and handles input and output to and from attached hardware devices such as hard disks, printers, and dial-up ports. The hardware/software interface system also sends messages to each application (and, in certain case, to the end-user) regarding the status of operations and any errors that may have occurred. The hardware/software interface system can also offload the management of batch jobs (e.g., printing) so that the initiating application is freed from this work and can resume other processing and/or operations. On computers that can provide parallel processing, a hardware/software interface system also manages dividing a program so that it runs on more than one processor at a time.
A hardware/software interface system shell (simply referred to herein as a “shell”) is an interactive end-user interface to a hardware/software interface system. (A shell may also be referred to as a “command interpreter” or, in an operating system, as an “operating system shell”). A shell is the outer layer of a hardware/software interface system that is directly accessible by application programs and/or end-users. In contrast to a shell, a kernel is a hardware/software interface system's innermost layer that interacts directly with the hardware components.
While it is envisioned that numerous embodiments of the present invention are particularly well-suited for computerized systems, nothing in this document is intended to limit the invention to such embodiments. On the contrary, as used herein the term “computer system” is intended to encompass any and all devices capable of storing and processing information and/or capable of using the stored information to control the behavior or execution of the device itself, regardless of whether such devices are electronic, mechanical, logical, or virtual in nature.
As discussed above, it is useful, for some applications, to have a notification of a change to data stored in the storage system. In at least one storage system using relational database technology, Microsoft Corp.'s WinFS, such notifications are handled by a notification service. In WinFS, an application programming interface (API) allows for such notification requests in WinFS. WinFS API watchers are a set of classes that allow applications to be selectively notified of changes in the WinFS store and provide state information that can be persisted by the application to support suspend/resume scenarios. Through the API an application can create a watcher to watch for specific changes in the storage system. When the change occurs, the watcher raises an event and sends data regarding the change.
A watcher watches for specified changes in the data. In WinFS, data to be stored in the storage system is stored as items. Each item has an associated type. The type of the item is a schema which defines the structure of and properties for the item. In addition, the storage system stores associations between items, known as relationships. An extension can also be associated with an item. Extensions are used to extend a type. An application defines an extension to an item type. For an example, for the “person” type, the schema used by the storage system defines first name, last name, and birth date, etc. as the fields of an item of this type. However, no field for eye color data exists in the person type. If one is needed, then an application can extend the person type by defining an eye color extension. When such an extension is in place, eye color data can be stored in this extension as part of an item of type person.
The watcher class can notify your application of changes to different aspects of WinFS objects, including the following:
Item changes
Item extension changes
Relationship changes
Watchers can act on complicated items. For example, where an item is a hierarchy of other items, the watcher can watch the item and the items in the hierarchy for any changes.
Event data is returned when a watcher raises an event (because it is determined that the change for which notification was requested has occurred). This event data includes data which allows the requesting entity to understand what has occurred, e.g., the identity of the item changed, the type of change (add, modify, delete), etc.
When a watcher raises an event, it sends watcher state data with the event notification. The application can store this state data for later retrieval. Subsequently, the watcher state data can be used to request notification of events for all changes that occurred after the state was generated.
The watcher APIs can be implemented using a command which waits for a result from a query or for a timeout. One such command in the SQL language is “waitfor.” Thus, a watcher which is being requested to look for a change to a certain item ItemToBeWatched might use a query Q(ItemToBeWatched) which only returns when and if a change in ItemToBeWatched occurs, and the watcher would implement a command analogous to the following pseudocode command:
waitfor (Q(ItemToBeWatched))
Appendix A includes actual SQL code which can implement the such a query. The SQL code in Appendix A includes a waitfor query which waits for any item changes to occur in a folder item (folderId). The first portion (“SELECT 1 . . . ”) is a query which returns when an item is added to the folder. The second portion (“SELECT 2 . . . ”) is a query which returns when an item in the folder is modified. The third portion (“SELECT 3 . . . ”) is a query which returns when an item in the folder is deleted.
Thus, change notifications may be accomplished for an application. However, there may be many changes in the data stored in the storage system which are of interest to an application, and so an application may create many watchers to watch different kind of changes. Knowledge about changes in various items, extensions, and relationships may require the use of many change notifiers. However, such queries issued against the database which is at the core of the storage system places a high load on the database server. This high load may cause decreased performance of the storage system by using CPU time and memory. Additionally, scalability is adversely affected; even if a storage system can adequately handle having a number of watchers, it may be impossible to scale up the system.
The data store 310 and data engine 320 are used as a central storage system for computer system 300. The data store 310 provides the storage for the computer system 300, the database engine 320, among other tasks, provides storage functionality for application programs 306. One way in which functionality is provided by the database engine 320 for application programs 306 is by exposing application programs interfaces (APIs) 315. One of these APIs 315 is watcher API 315(a). The watcher API 315(a) allows a watcher to be requested by an application program 306. The application program 306 can request a watcher in order to request notification whenever a specific change occurs to data in the data store 310. For example, an application program 306 may request to be notified when a document is modified. In the case where data store 310 supports folder trees with a hierarchy that arranges documents under the folder tree, an application program 306 may specify a folder tree, and request notification when any document is modified under that folder tree.
The watcher API 315(a) queries to the database engine 320. The query returns only when the specified change occurs. In one embodiment, the watcher notifies the requesting application only that the change has occurred. In another embodiment, the watcher includes in the change notification to the requesting application program 306 information about the type of change that has occurred. In some embodiments, if no changes occur within a timeout period, the change notification request expires. In one such an embodiment, expiration is not reported to the requesting application program 306. Watcher API 315(a) just resubmits the query request after a query expires. The expiration is, in one embodiment, reported to the requesting application program 306.
In order to provide the advantages of the present invention, some change notification requests are multiplexed. In one embodiment, two or more change notification requests handled by the watcher API 315(a) are multiplexed by storing the information regarding the object of the requests in a data structure.
Through the parameter table 400, additional change requests can thus be multiplexed without reissuing the query.
In SQL Server or other relational database systems, tables can be created as a temporary table or a regular table. In one embodiment, the data structure is a temporary table; in another, it is a regular table.
In one embodiment, complex change requests can be described in more than one entry 410 into parameter table 400. In this embodiment, a change request may be associated with more than one entry 410 into the parameter table 400.
An entry 410 into the parameter table will contain information necessary to determine what changes the change notification request is directed towards. This includes information about which items in the data store 310 to watch. Additionally, in various embodiments, the entries 410 may include some or all of:
The requesters of each change notification request are tracked. When the query returns a result indicating a change responsive to one or more change notification requests, the appropriate requestor(s) are notified of the change that has occurred.
At some point following step 500, an additional change notification request is received, step 520. At step 530, the already-issued query is altered. This alteration allows the query to serve both the initial change notification request and the additional change notification requests by returning to indicate a change if any change specified in the initial change request or the additional change request occurs. Further change notification requests may be received and added to the query, as indicated by dashed arrow 540.
While the query is altered in step 530, this alteration does not require resubmission of the query. In one embodiment, the parameter table is modified by inserting rows corresponding to the new request. Because the query includes a reference to the parameter table, as a net result, the existing query will also return changes for the new request.
In one embodiment, the query includes a reference to a data structure such as parameter table 410. Step 530 may, in one such embodiment, be accomplished solely by adding data from the additional change notification request to the data structure. In an alternate embodiment, step 530 may be accomplished by adding data to the change notification request in addition to other actions.
In one embodiment, where the requests are issued by application programs 306 by calling a method of an API, requests are each assigned a request id. When the query returns and indicates that a specific change has occurred, the requests are examined to determine which request or requests the change is responsive to. The information returned by the query is then communicated to the relevant requesting entities by using a callback function provided by the requesting entity in its request.
In one embodiment of the invention, in order to efficiently find rows in the data store 510 which are relevant to a change request, as part of the query, a database index on (session id, watcher id) is created on the parameter table 410. Further, in order to distinguish between evens for different change requests, the watcher id is returned as part of the query result. The results are sorted by watcher id and timestamp. Thus, events for a given change request are consecutive to each other in the result. Appendix B provides a source code listing of the query which implements the multiplexing of requests, in accordance with one embodiment of the present invention. In the store relevant to Appendix B, the data store includes items, extensions, and relationships. In Appendix B, there are nine SELECT queries inside a WAITFOR query. These select statements find change for, in order, monitoring to see if any of the following events have happened which are responsive to a change request: item additions, item modifications, item deletions, extension additions, extension modifications, extension deletions, relationship additions, relationship modifications, and relationship deletions.
As the foregoing illustrates, the present invention is directed to a storage platform for organizing, searching, and sharing data. The storage platform of the present invention extends and broadens the concept of data storage beyond existing file systems and database systems, and is designed to be the store for all types of data, including structured, non-structured, or semi-structured data, such as relational (tabular) data, XML, and a new form of data called Items. Through its common storage foundation and schematized data, the storage platform of the present invention enables more efficient application development for consumers, knowledge workers and enterprises. It offers a rich and extensible application programming interface that not only makes available the capabilities inherent in its data model, but also embraces and extends existing file system and database access methods. It is understood that changes may be made to the embodiments described above without departing from the broad inventive concepts thereof. Accordingly, the present invention is not limited to the particular embodiments disclosed, but is intended to cover all modifications that are within the spirit and scope of the invention as defined by the appended claims.
As is apparent from the above, all or portions of the various systems, methods, and aspects of the present invention may be embodied in the form of program code (i.e., instructions). This program code may be stored on a computer-readable medium, such as a magnetic, electrical, or optical storage medium, including without limitation a floppy diskette, CD-ROM, CD-RW, DVD-ROM, DVD-RAM, magnetic tape, flash memory, hard disk drive, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer or server, the machine becomes an apparatus for practicing the invention. The present invention may also be embodied in the form of program code that is transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, over a network, including the Internet or an intranet, or via any other form of transmission, wherein, when the program code is received and loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention. When implemented on a general-purpose processor, the program code combines with the processor to provide a unique apparatus that operates analogously to specific logic circuits.
Number | Name | Date | Kind |
---|---|---|---|
5097533 | Burger et al. | Mar 1992 | A |
5388257 | Bauer | Feb 1995 | A |
5442779 | Barber et al. | Aug 1995 | A |
5485617 | Stutz et al. | Jan 1996 | A |
5630114 | Serra et al. | May 1997 | A |
5684984 | Jones et al. | Nov 1997 | A |
5742813 | Kavanagh et al. | Apr 1998 | A |
5758153 | Atsatt et al. | May 1998 | A |
5774717 | Porcaro et al. | Jun 1998 | A |
5799307 | Buitron | Aug 1998 | A |
5806074 | Souder et al. | Sep 1998 | A |
5815415 | Bentley et al. | Sep 1998 | A |
5832496 | Anand et al. | Nov 1998 | A |
5842213 | Odom et al. | Nov 1998 | A |
5845067 | Porter et al. | Dec 1998 | A |
5864683 | Boebert et al. | Jan 1999 | A |
5893106 | Brobst et al. | Apr 1999 | A |
5900870 | Malone et al. | May 1999 | A |
5905987 | Shutt et al. | May 1999 | A |
5937189 | Branson et al. | Aug 1999 | A |
5937402 | Pandit | Aug 1999 | A |
5937406 | Balabine et al. | Aug 1999 | A |
5953514 | Gochee | Sep 1999 | A |
6006234 | Govindarajan et al. | Dec 1999 | A |
6018342 | Bristor | Jan 2000 | A |
6047291 | Anderson et al. | Apr 2000 | A |
6058389 | Chandra et al. | May 2000 | A |
6085192 | Mendez et al. | Jul 2000 | A |
6096094 | Kay et al. | Aug 2000 | A |
6108004 | Medl | Aug 2000 | A |
6108661 | Caron et al. | Aug 2000 | A |
6112024 | Almond et al. | Aug 2000 | A |
6151606 | Mendez | Nov 2000 | A |
6189000 | Gwertzman et al. | Feb 2001 | B1 |
6195650 | Gaither et al. | Feb 2001 | B1 |
6199195 | Goodwin et al. | Mar 2001 | B1 |
6212512 | Barney et al. | Apr 2001 | B1 |
6233582 | Traversat et al. | May 2001 | B1 |
6237143 | Fontana et al. | May 2001 | B1 |
6240414 | Beizer et al. | May 2001 | B1 |
6263339 | Hirsch | Jul 2001 | B1 |
6317754 | Peng | Nov 2001 | B1 |
6324533 | Agrawal et al. | Nov 2001 | B1 |
6338056 | Dessloch et al. | Jan 2002 | B1 |
6343287 | Kumar et al. | Jan 2002 | B1 |
6345288 | Reed et al. | Feb 2002 | B1 |
6349313 | Momoh et al. | Feb 2002 | B1 |
6370541 | Chou et al. | Apr 2002 | B1 |
6418438 | Campbell | Jul 2002 | B1 |
6427123 | Sedlar | Jul 2002 | B1 |
6430564 | Judge et al. | Aug 2002 | B1 |
6438545 | Beauregard et al. | Aug 2002 | B1 |
6442548 | Balabine et al. | Aug 2002 | B1 |
6442620 | Thatte et al. | Aug 2002 | B1 |
6446092 | Sutter | Sep 2002 | B1 |
6449659 | Caron et al. | Sep 2002 | B1 |
6473851 | Plutowski | Oct 2002 | B1 |
6477527 | Carey et al. | Nov 2002 | B2 |
6477564 | Freyssinet et al. | Nov 2002 | B1 |
6519597 | Cheng et al. | Feb 2003 | B1 |
6857053 | Bolik et al. | Feb 2003 | B2 |
6701314 | Conover et al. | Mar 2003 | B1 |
6546393 | Khan | Apr 2003 | B1 |
6553391 | Goldring et al. | Apr 2003 | B1 |
6556983 | Altschuler et al. | Apr 2003 | B1 |
6571245 | Huang et al. | May 2003 | B2 |
6578046 | Chang et al. | Jun 2003 | B2 |
6591266 | Li et al. | Jul 2003 | B1 |
6601234 | Bowman-Amuah | Jul 2003 | B1 |
6633869 | Duparcmeur et al. | Oct 2003 | B1 |
6643652 | Helgeson et al. | Nov 2003 | B2 |
6671757 | Multer et al. | Dec 2003 | B1 |
6694321 | Berno | Feb 2004 | B1 |
6694336 | Multer et al. | Feb 2004 | B1 |
6697818 | Li et al. | Feb 2004 | B2 |
6704743 | Martin | Mar 2004 | B1 |
6708221 | Mendez et al. | Mar 2004 | B1 |
6711560 | Levy et al. | Mar 2004 | B2 |
6714943 | Ganesh et al. | Mar 2004 | B1 |
6728719 | Ganesh et al. | Apr 2004 | B1 |
6738789 | Multer et al. | May 2004 | B2 |
6745174 | Levy et al. | Jun 2004 | B2 |
6757696 | Multer et al. | Jun 2004 | B2 |
6763350 | Agrawal et al. | Jul 2004 | B2 |
6763361 | Poskanzer | Jul 2004 | B1 |
6772178 | Mandal et al. | Aug 2004 | B2 |
6801604 | Maes et al. | Oct 2004 | B2 |
6810516 | Lauris | Oct 2004 | B2 |
6823349 | Taylor et al. | Nov 2004 | B1 |
6826560 | Leymann et al. | Nov 2004 | B1 |
6839721 | Schwois | Jan 2005 | B2 |
6842906 | Bowman-Amuah | Jan 2005 | B1 |
6851089 | Erickson et al. | Feb 2005 | B1 |
6877111 | Sharma et al. | Apr 2005 | B2 |
6889231 | Souder et al. | May 2005 | B1 |
6895586 | Brasher et al. | May 2005 | B1 |
6952704 | MacLeod et al. | Oct 2005 | B2 |
6961723 | Faybishenko et al. | Nov 2005 | B2 |
6963882 | Elko et al. | Nov 2005 | B1 |
6968344 | Bahulkar et al. | Nov 2005 | B2 |
6976027 | Cutlip | Dec 2005 | B2 |
6986060 | Wong | Jan 2006 | B1 |
6990513 | Balfiore et al. | Jan 2006 | B2 |
6996844 | Langford et al. | Feb 2006 | B2 |
6999956 | Mullins | Feb 2006 | B2 |
7031973 | Natarajan et al. | Apr 2006 | B2 |
7031974 | Subramaniam | Apr 2006 | B1 |
7043481 | Mullins et al. | May 2006 | B2 |
7089293 | Grosner et al. | Aug 2006 | B2 |
7099932 | Frenkel et al. | Aug 2006 | B1 |
7099946 | Lennon et al. | Aug 2006 | B2 |
7143420 | Radhakrishnan | Nov 2006 | B2 |
7145898 | Elliott | Dec 2006 | B1 |
7158962 | Belfiore et al. | Jan 2007 | B2 |
7162469 | Anonsen et al. | Jan 2007 | B2 |
7177843 | Nguyen et al. | Feb 2007 | B2 |
7177865 | Call | Feb 2007 | B2 |
7178100 | Call | Feb 2007 | B2 |
7181450 | Malloy et al. | Feb 2007 | B2 |
7191299 | Kekre et al. | Mar 2007 | B1 |
7206788 | Horvitz et al. | Apr 2007 | B2 |
7219327 | Jacobs et al. | May 2007 | B1 |
7237045 | Beckmann et al. | Jun 2007 | B2 |
7240072 | McKnight et al. | Jul 2007 | B2 |
7243103 | Murphy et al. | Jul 2007 | B2 |
7249117 | Estes | Jul 2007 | B2 |
7254574 | Cunningham et al. | Aug 2007 | B2 |
7263551 | Belfiore et al. | Aug 2007 | B2 |
7269664 | Hutsch et al. | Sep 2007 | B2 |
7272598 | Cunningham et al. | Sep 2007 | B2 |
7277928 | Lennon | Oct 2007 | B2 |
7349913 | Clark et al. | Mar 2008 | B2 |
7428546 | Nori et al. | Sep 2008 | B2 |
7483915 | Thompson et al. | Jan 2009 | B2 |
7555497 | Thompson et al. | Jun 2009 | B2 |
20010037412 | Miloushev et al. | Nov 2001 | A1 |
20020019827 | Shiman et al. | Feb 2002 | A1 |
20020059425 | Belfiore et al. | May 2002 | A1 |
20020067370 | Forney et al. | Jun 2002 | A1 |
20020069192 | Aegerter | Jun 2002 | A1 |
20020091702 | Mullins | Jul 2002 | A1 |
20020095454 | Reed et al. | Jul 2002 | A1 |
20020099713 | Fernandez et al. | Jul 2002 | A1 |
20020120763 | Miloushev et al. | Aug 2002 | A1 |
20020143521 | Call | Oct 2002 | A1 |
20020152422 | Sharma et al. | Oct 2002 | A1 |
20020156792 | Gombocz et al. | Oct 2002 | A1 |
20020158839 | Hirota et al. | Oct 2002 | A1 |
20020174180 | Brown et al. | Nov 2002 | A1 |
20020174191 | Robertson et al. | Nov 2002 | A1 |
20020174417 | Sijacic et al. | Nov 2002 | A1 |
20020177993 | Veditz et al. | Nov 2002 | A1 |
20020184163 | Lotter et al. | Dec 2002 | A1 |
20020184401 | Kadel et al. | Dec 2002 | A1 |
20020194388 | Boloker et al. | Dec 2002 | A1 |
20020198891 | Li et al. | Dec 2002 | A1 |
20030009685 | Choo et al. | Jan 2003 | A1 |
20030083948 | Rodriguez et al. | May 2003 | A1 |
20030084038 | Balogh et al. | May 2003 | A1 |
20030088654 | Good et al. | May 2003 | A1 |
20030097376 | Ortega et al. | May 2003 | A1 |
20030101190 | Horvitz et al. | May 2003 | A1 |
20030105732 | Kagalwala et al. | Jun 2003 | A1 |
20030110188 | Howard et al. | Jun 2003 | A1 |
20030110189 | Agrawal et al. | Jun 2003 | A1 |
20030144849 | Kakivaya et al. | Jul 2003 | A1 |
20030158839 | Faybishenko et al. | Aug 2003 | A1 |
20030158937 | Johal et al. | Aug 2003 | A1 |
20030172368 | Alumbaugh et al. | Sep 2003 | A1 |
20030196052 | Bolik et al. | Oct 2003 | A1 |
20040003091 | Coulthard et al. | Jan 2004 | A1 |
20040024795 | Hind et al. | Feb 2004 | A1 |
20040025110 | Hu | Feb 2004 | A1 |
20040031058 | Reisman | Feb 2004 | A1 |
20040068523 | Keith et al. | Apr 2004 | A1 |
20040073560 | Edwards | Apr 2004 | A1 |
20040078568 | Pham et al. | Apr 2004 | A1 |
20040177319 | Horn | Sep 2004 | A1 |
20040193707 | Alam et al. | Sep 2004 | A1 |
20040193952 | Narayanan et al. | Sep 2004 | A1 |
20040199521 | Anglin et al. | Oct 2004 | A1 |
20040215858 | Armstrong et al. | Oct 2004 | A1 |
20040267741 | Galindo-Legaria et al. | Dec 2004 | A1 |
20040267834 | Sasaki | Dec 2004 | A1 |
20040268240 | Vincent, III | Dec 2004 | A1 |
20050015361 | Payton et al. | Jan 2005 | A1 |
20050015363 | Dessloch et al. | Jan 2005 | A1 |
20050015663 | Armangau et al. | Jan 2005 | A1 |
20050033777 | Moraes et al. | Feb 2005 | A1 |
20050044089 | Wu et al. | Feb 2005 | A1 |
20050044108 | Shah et al. | Feb 2005 | A1 |
20050049994 | Thompson et al. | Mar 2005 | A1 |
20050050053 | Thompson et al. | Mar 2005 | A1 |
20050055354 | Thompson et al. | Mar 2005 | A1 |
20050065977 | Benson et al. | Mar 2005 | A1 |
20050125430 | Souder et al. | Jun 2005 | A1 |
20050165731 | Funk | Jul 2005 | A1 |
20050209990 | Ordille et al. | Sep 2005 | A1 |
20050273759 | Lucassen et al. | Dec 2005 | A1 |
20060004691 | Sifry | Jan 2006 | A1 |
20060069702 | Moeller et al. | Mar 2006 | A1 |
20060173873 | Prompt et al. | Aug 2006 | A1 |
20060236344 | Brain et al. | Oct 2006 | A1 |
20070050620 | Pham et al. | Mar 2007 | A1 |
Number | Date | Country |
---|---|---|
0 974 895 | Jan 2000 | EP |
1130511 | Sep 2001 | EP |
WO 02075539 | Sep 2002 | WO |
WO2005024550 | Mar 2005 | WO |
WO2005024551 | Mar 2005 | WO |
WO2005024552 | Mar 2005 | WO |
WO2005024626 | Mar 2005 | WO |
WO2005024665 | Mar 2005 | WO |
WO2005024666 | Mar 2005 | WO |
WO 2005029363 | Mar 2005 | WO |
Number | Date | Country | |
---|---|---|---|
20060195456 A1 | Aug 2006 | US |