Some prior systems broadcast messages to alert users to information (e.g., for example, news updates). The broadcast messages, alerts, or other notifications include individual packets of information sent to users. These systems broadcast the messages by sequentially sending individually addressed messages (e.g., multiple messages to one addressed user, or multiple instances of one message to several addressed users). That is, the alerts are sent one by one using multiple packets even though the same information is sent to multiple users. In such systems, an individual alert is sent for each recipient. Other systems only accommodate up to twenty recipients per message. However, these systems require the content provider to explicitly address each of the recipients.
Some systems use an electronic mail alias to distribute a single electronic mail message to multiple recipients. However, such a system is dependent on and limited to the electronic mail transport medium. Existing systems fail to use a plurality of transport mediums.
Accordingly, a system for distributing notifications to multiple recipients via a broadcast list is desired to address one or more of these and other disadvantages.
Embodiments of the invention include creating a broadcast list of recipients of a particular alert. Content providers send the broadcast alert to the broadcast list effecting delivery of the alert to each of the recipients on the broadcast list. In one embodiment, the broadcast list is managed and maintained by an alerts web service. A broadcast alert is intended for a scenario in which the same alert content is to be sent to multiple recipients. In one embodiment, the broadcast list represents a set of users who want to receive content such as a daily news update, breaking news, a weather forecast, or a traffic report. With a broadcast list, a content provider only sends one alert to the broadcast list instead of sending thousands or millions of alerts with each one addressed to one person only.
The broadcast list in embodiments of the invention provides scalability and allows alerts to be handled in a cost-effective way for both the content provider and distributor of alerts. Further, the broadcast list allows the content provider to offload the management and distribution of alerts to an alerts service and simplify the operations of the content provider. This reduces the packet traffic from the content providers to the alerts service significantly, and also allows the alerts service to scale better in terms of the number of packets processed per computing device associated with the web service and the reduction in database storage for the alert messages. Benefits of the broadcast list are significant particularly when the broadcast list size is fairly large (e.g., tens of thousands of members to several million members per list). Further, aspects of the invention transcend any one particular medium of delivery. That is, multiple mediums such as electronic mail, instant messaging, and mobile short-message-service messaging may be used.
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
Other features will be in part apparent and in part pointed out hereinafter.
Corresponding reference characters indicate corresponding parts throughout the drawings.
In an embodiment, the invention processes the distribution of an alert or notification (e.g., event-driven content). In particular, embodiments of the invention include software for receiving an alert from a content provider and broadcasting the alert to a plurality of users. A broadcast alert is intended for a scenario in which the same alert content is to be sent to multiple recipients. In one embodiment, the broadcast list represents a set of users who want to receive content such as a daily news update, breaking news, a weather forecast, or a traffic report. In one embodiment, an alert carries time-sensitive content. Broadcasting an alert according to the invention allows the content provider to delegate explicit addressing of the alert to the alerts service. That is, in an embodiment of the invention, the content provider transfers the addressing workload to the alerts service. The alerts service addresses the alert to each of the users associated with the broadcast alert, processes user preferences, and routes the addressed alerts to each of the intended users. Alternatively, the alerts service addresses the alerts but transfers the broadcasting workload to a gateway based on the user preferences (see
Alerts Environment
Referring first to
The user device 106 may be a computer such as computer 130 described with reference to
The alerts service illustrated in
The system of
In one embodiment, the system of
Referring next to
A unicast NRouter handles alert packets that are explicitly addressed to a particular user by the content provider 102. A broadcast NRouter or worker NRouter 204 processes alert packets that are addressed to a broadcast list. Both types of routers are built out of the same code base so that any NRouter may actually act as both unicast and broadcast at the same time if necessary to improve efficiency and scalability. All the broadcast NRouters are behind one fan-out logical store. The mappings are installed through an application program such as dbsmgmt. An NRouter is designated as a broadcast NRouter by adding the following entry into a configuration file such as soft.xml with appropriate values for the MAC and IP attributes and installing the mappings:
<server nam=“nrouter_bcast” mac=“ . . . ” ip=“ . . . ”/>
In another configuration file such as notifications.conf, a NPD_NROUTER_CLASS field is set to Broadcast in an [NPD] section.
The master 202 and worker 204 routers access a computer-readable medium storing a data structure (e.g., in a broadcast list database 206). The data structure may be associated with an application programming interface. The data structure includes a broadcast list identifier associated with the broadcast alias and a list of the users associated with the broadcast list identifier. In one embodiment, the broadcast list database 206 includes a broadcast list table 207 associating the broadcast list identifier with a specific member table 208 storing the list of users associated with the broadcast list identifier. The subscription database 108 or a user profile database stores the user routing preferences 110. Invention software routes the stored notification to the users on the determined list based on user routing preferences 110 corresponding thereto stored in the subscription database 108.
In another embodiment, the alerts service identifies the users associated with the broadcast alias, but sends the notification and the identified users to one or more third-party gateways for delivery. For example, the gateways may include an instant messaging gateway 210, a mobile gateway 212, and an electronic mail gateway 214. The third-party gateways route the notification to the user devices 106 associated with the identified users via one or more types of networks 216.
Alerts Service Operation
Referring next to
In the master/worker router embodiment of
The master router distributes processing based on the number of members for the broadcast list identifier and the number of worker routers available. The master router may queue multiple work items for each worker router. In one embodiment, the master router stores a table of the worker routers (including itself) in memory such as a state table. In another embodiment, the master router stores the table in a database such as a persistent SQL database. Storing the state information in a database provides reliability should the master router become unavailable.
Each worker router accepts assigned work (e.g., by accessing the activity queue) and processes the assigned work item by accessing the member table to obtain a list of users, loading user preferences (e.g., from a user profile database) for each user on the list, and delivering the alert to each user based on the preferences. In one embodiment, the user profile database includes a SQL table indexed by a user identifier, a user name, and routing preferences.
With aspects of the invention, each content provider sends a single packet to the alerts service for delivery to a broadcast list of users. In an alternative embodiment, the alerts service identifies the individual users associated with the broadcast list, and transfers the packet and the list of users to another computing device (e.g., a gateway) to perform the routing. That is, the software sends the received data packet and the determined list of recipients to a third-party gateway for routing the received data packet to each of the recipients on the determined list. The software effects the routing of the received notification to each of the recipients on the determined list.
In particular, an NRouter identifies a packet addressed to a broadcast list by the presence of the attribute listed on the TO element as shown below:
<TO listid=“ . . . ”>
In one form, the listid is in hexadecimal format and between the range 0 through (2^32)−1 (i.e., approximately four billion values). This corresponds to the npd_ListID column in the npd_BroadcastList table discussed below. The content provider provisions the listid with the alerts service.
Referring next to
The master NRouter then retrieves information regarding the specific broadcast list specified in the alert 402, such as the number of members or users, and an internal 32-bit row identifier from a database such as BLdb. The master NRouter enforces the usage limits for the content provider, if any, and logs the alert 402 to an activity queue database such as AQdb 410. A copy of the broadcast activity is logged to every physical bucket in each activity queue physical store. This is done before returning a final status to the content provider. If the master NRouter is unsuccessful during any of the above processing, it returns an error code such as “500 Server Error” with status=600. Otherwise, the master NRouter returns “202 Accepted” with status=100.
A list processor module 412 associated with the master NRouter picks up the queued packet and uses the size of the broadcast list to determine an optimum number of processing jobs to schedule across the worker NRouters. These jobs are then queued into a scheduler queue 414 and handed off to a scheduler module 416 which packages each job into a request packet (e.g., as defined by a fan-out protocol) and assigns each job to an appropriate logical area of the logical NRouter in the STS layer 418. These logical areas map to the various NRouters. The scheduler module 416 also adds an entry into an outstanding jobs queue 420 with an appropriate expiration timestamp. The list row identifier, a tick-count and a chunk identifier together make up the key by which the outstanding jobs queue 420 is searched. A response command handler 422 or other monitor process executing on the master NRouter periodically checks the outstanding jobs queue 420 (e.g., every 5 minutes) and reschedules expired jobs if necessary. In one embodiment, the periodic interval is configurable and rescheduling occurs up to a total of three times before discarding the job.
Referring next to
The master NRouter maintains an in-memory table of its pending jobs. Since it is in-memory, the table is susceptible to master NRouter failures. To improve reliability, the master NRouter periodically writes out its state into a table such as a structured query language (SQL) table. The worker NRouters work off of the database to update the rows corresponding to each work item belonging to a particular fan-out request. The master NRouter (or a secondary master) monitors the work items that are being updated in the database.
The following tables show exemplary request and response packet formats for use with the alerts service. The master NRouter sends the request packet to the worker NRouter to assign an alert to the worker NRouter. The worker NRouter accepts or declines the assigned alert via the response packet.
The CMD field indicates one of the following: fan-out request processing (i.e., requests an NRouter to process a fan-out job), fan-out response accepted (i.e., worker NRouter accepts the task), or fan-out response declined (i.e., worker NRouter declines the task). The KEY field correlates outstanding jobs in the Master NRouter with the worker NRouter responses. In one example, the key field includes a List RowID and a Tick-count. The ChunkID Start and End fields specify an interval within the broadcast List member range that a worker NRouter is to process. In one example, the ChunkID start and end fields map to npd_Bucket in an npd_BroadcastListMembers table.
The fan-out processor may be fine-tuned using the following configuration settings (e.g., such as in a notifications.conf file). An NPD_BROADCAST_WORKER_IDEAL_JOB_SIZE setting represents an integral value that is used as a guideline by the master NRouter when assigning work to the worker NRouters. A default value includes 1000 list members per worker NRouter per request. An NPD_BROADCAST_JOB_EXPIRATION_TIMEOUT setting, in milliseconds, represents the time period to wait before attempting to reschedule the job with another worker NRouter. A default value includes one minute. An NPD_BROADCAST_MEMBERS_PER_POLICY_BLOCK setting represents the maximum number of recipients that are associated with an instance of the policy block. A default value includes 250 recipients.
Broadcast List Databases
Exemplary databases and tables involved with broadcast list processing include npd_BLdb_rw_1 and npd_BLdb ro13 1. They both contain the tables npd_BroadcastList and npd_BroadcastListMembers, and both databases have identical content.
Web page front-end computers read and write to npd_BLdb_rw_1. The broadcast list provisioning also occurs on this database. The SQL instance hosting this database also acts as a distributor for transaction replication to populate npd_BLdb_ro_1. This latter database is used by the NRouter front ends at run time. The database npd_BLdb_rw_1 may be deployed on a different network switch than npd_BLdb_ro_1. These databases are accessed in NPD via the NSD_STORE_NPD_LISTS and NSD_STORE_NPD_LISTS_PROTECTED logical stores, respectively.
The following statements create these databases in the file soft.xml:
In the above statements, srv represents the appropriate host machine names.
Both BLdb RW and RO databases are setup to do Read-Only failover at physical bucket (PB) level. The number of PBs for the RW database is equal to the number of RO databases (physical stores), the number of PBs for the RO database is equal to 2 per physical store. The failover generation algorithm also takes into account the network switch if specified.
Each row in Npd_BroadcastList table represents one broadcast list. The npd_CPID and npd_ListID together uniquely identify a list, as does the npd_RowID column by itself. The npd_CPID column corresponds to the npd_Row column in the Content Provider table. This column contains the site ID of the content provider that owns the List. The npd_ListID column contains List owner (e.g., Content Provider) defined data, and its semantics are known to the NRouter. The owner has the entire range of values at its disposal. The npd_RowID column is the identity column that contains a unique 32-bit number, and is generally used within the NPD to identify Lists. This column is related to npd_RowID column in npd_BroadcastListMembers table. This column also corresponds to the npd_SubscriptionId column in the npd_Subscriptions table in the user profile database. In the case of broadcast activities in activity queue database, its value is used for npd_ReceiverIDRow column in npd_Activity2 table. In one example, the npd_RowID is a 32-bit number. The bits or a subset thereof may be organized or otherwise given specific meaning. For example, a subset of the bits may identify a specific alert such as an hourly news update or a nightly news update. In one embodiment, the invention software codes npd_CPID and npd_ListID to map to a specific npd_RowID for lookups and modification to a specific broadcast list.
The npd_MemberCount column contains the count of members belonging to each broadcast list. The master NRouter uses this count to decompose a fan-out request into an optimum number of jobs that are then distributed across worker NRouters. The npd_Language column holds locale information in one embodiment. The npd_DisplayName column contains a user-displayable string for the given broadcast list. There may be more than one row sharing the same topic information as long as the provider specific data portion is unique. The display name is available on the first row if there are multiple rows, with the remaining rows containing a NULL for this column value.
Npd_Broadcast_List_Members Table
Each row in this exemplary table represents one subscription to a broadcast list.
The npd_RowID column contains a 32-bit value that uniquely identifies a List. This column corresponds to the npd_RowID column in npd_BroadcastList table. The members of each List are grouped into one of the 256 possible npd_Cluster clusters. The master NRouter assigns one or more clusters at a time to each worker NRouter for processing. The value is based on a hash of the member PUID. The npd_PUIDhigh and npd_PUIDlow columns represent identifiers that uniquely identify a single user.
npd_Activity2 Table
The primary clustered index is based on npd_ReceiverIDtype, npd_ReceiverIDbucket, npd_ReceiverIDrow, and npd_ID. The npd_ReceiverIDtype ensures that all broadcast activities are grouped together and all unicast activities are together so as to take advantage of SQL page caching, as each broadcast activity is read by more than one user. Typically, the read/write ratio for broadcast activities is very high compared to unicast activities.
The NRouter logs a copy of the broadcast activity to each of the physical buckets in the activity queue database. During a read operation, the user is directed to one of these copies based on a function of the user's bucket.
Activity Queue Server (AQS)
The activity queue database stores the alerts for each user for a time interval (e.g., twenty-four hours) configurable by an administrator of the alerts service or by the user. In one example, a broadcast activity table includes multiple rows. Each row stores a user identifier and an alert. Each user may be allocated one or more rows. In another example, each message is stored once, while a list of recipients of the message is stored and associated with the message.
The AQS runs a separate set of threads to handle broadcast activity expiration enforcement, and dirty bucket cleanup due to failover. The related SQL stored procedures have been modified to take an extra argument to distinguish broadcast from unicast activities. Broadcast activities are cleaned up at the same frequency as unicast activities.
Broadcast List Programming Interface
Application programming interfaces (APIs) are exposed (e.g., as a web service) to content providers to create and maintain broadcast list IDs. In one example, this function is implemented by a subscription management service. Exemplary APIs for managing broadcast lists are described in Appendix A.
Exemplary Operating Environment
The computer 130 typically has at least some form of computer readable media. Computer readable media, which include both volatile and nonvolatile media, removable and non-removable media, may be any available medium that may be accessed by computer 130. By way of example and not limitation, computer readable media comprise computer storage media and communication media. Computer storage media include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. For example, computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that may be used to store the desired information and that may be accessed by computer 130. Communication media typically embody computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information delivery media. Those skilled in the art are familiar with the modulated data signal, which has one or more of its characteristics set or changed in such a manner as to encode information in the signal. Wired media, such as a wired network or direct-wired connection, and wireless media, such as acoustic, RF, infrared, and other wireless media, are examples of communication media. Combinations of the any of the above are also included within the scope of computer readable media.
The system memory 134 includes computer storage media in the form of removable and/or non-removable, volatile and/or nonvolatile memory. In the illustrated embodiment, system memory 134 includes read only memory (ROM) 138 and random access memory (RAM) 140. A basic input/output system 142 (BIOS), containing the basic routines that help to transfer information between elements within computer 130, such as during start-up, is typically stored in ROM 138. RAM 140 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 132. By way of example, and not limitation,
The computer 130 may also include other removable/non-removable, volatile/nonvolatile computer storage media. For example,
The drives or other mass storage devices and their associated computer storage media discussed above and illustrated in
A user may enter commands and information into computer 130 through input devices or user interface selection devices such as a keyboard 180 and a pointing device 182 (e.g., a mouse, trackball, pen, or touch pad). Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are connected to processing unit 132 through a user input interface 184 that is coupled to system bus 136, but may be connected by other interface and bus structures, such as a parallel port, game port, or a Universal Serial Bus (USB). A monitor 188 or other type of display device is also connected to system bus 136 via an interface, such as a video interface 190. In addition to the monitor 188, computers often include other peripheral output devices (not shown) such as a printer and speakers, which may be connected through an output peripheral interface (not shown).
The computer 130 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 194. The remote computer 194 may be a 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 computer 130. The logical connections depicted in
When used in a local area networking environment, computer 130 is connected to the LAN 196 through a network interface or adapter 186. When used in a wide area networking environment, computer 130 typically includes a modem 178 or other means for establishing communications over the WAN 198, such as the Internet. The modem 178, which may be internal or external, is connected to system bus 136 via the user input interface 184, or other appropriate mechanism. In a networked environment, program modules depicted relative to computer 130, or portions thereof, may be stored in a remote memory storage device (not shown). By way of example, and not limitation,
Generally, the data processors of computer 130 are programmed by means of instructions stored at different times in the various computer-readable storage media of the computer. Programs and operating systems are typically distributed, for example, on floppy disks or CD-ROMs. From there, they are installed or loaded into the secondary memory of a computer. At execution, they are loaded at least partially into the computer's primary electronic memory. Aspects of the invention described herein include these and other various types of computer-readable storage media when such media contain instructions or programs for implementing the steps described below in conjunction with a microprocessor or other data processor. Embodiments of the invention also include the computer itself when programmed according to the methods and techniques described herein.
For purposes of illustration, programs and other executable program components, such as the operating system, are illustrated herein as discrete blocks. It is recognized, however, that such programs and components reside at various times in different storage components of the computer, and are executed by the data processor(s) of the computer.
Although described in connection with an exemplary computing system environment, including computer 130, aspects of the invention are operational with numerous other general purpose or special purpose computing system environments or configurations. The computing system environment is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the invention. Moreover, the computing system environment should not be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with aspects of the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, mobile telephones, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
Aspects of the invention may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include, but are not limited to, routines, programs, objects, components, and data structures that perform particular tasks or implement particular abstract data types. Aspects of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
An interface in the context of a software architecture includes a software module, component, code portion, or other sequence of computer-executable instructions. The interface includes, for example, a first module accessing a second module to perform computing tasks on behalf of the first module. The first and second modules include, in one example, application programming interfaces (APIs) such as provided by operating systems, component object model (COM) interfaces (e.g., for peer-to-peer application communication), and extensible markup language metadata interchange format (XMI) interfaces (e.g., for communication between web services).
The interface may be a tightly coupled, synchronous implementation such as in Java 2 Platform Enterprise Edition (J2EE), COM, or distributed COM (DCOM) examples. Alternatively or in addition, the interface may be a loosely coupled, asynchronous implementation such as in a web service (e.g., using the simple object access protocol). In general, the interface includes any combination of the following characteristics: tightly coupled, loosely coupled, synchronous, and asynchronous. Further, the interface may conform to a standard protocol, a proprietary protocol, or any combination of standard and proprietary protocols.
The interfaces described herein may all be part of a single interface or may be implemented as separate interfaces or any combination therein. The interfaces may execute locally or remotely to provide functionality. Further, the interfaces may include additional or less functionality than illustrated or described herein.
In operation, computer 130 executes computer-executable instructions such as those illustrated in
The order of execution or performance of the operations in embodiments of the invention illustrated and described herein is not essential, unless otherwise specified. That is, the operations may be performed in any order, unless otherwise specified, and embodiments of the invention may include additional or fewer operations than those disclosed herein. For example, it is contemplated that executing or performing a particular operation before, contemporaneously with, or after another operation is within the scope of aspects of the invention.
When introducing elements of aspects of the invention or the embodiments thereof, the articles “a,” “an,” “the,” and “said” are intended to mean that there are one or more of the elements. The terms “comprising,” “including,” and “having” are intended to be inclusive and mean that there may be additional elements other than the listed elements.
Having described aspects of the invention in detail, it will be apparent that modifications and variations are possible without departing from the scope of aspects of the invention as defined in the appended claims. As various changes could be made in the above constructions, products, and methods without departing from the scope of aspects of the invention, it is intended that all matter contained in the above description and shown in the accompanying drawings shall be interpreted as illustrative and not in a limiting sense.
The following exemplary APIs enable management and maintenance of broadcast lists.
Broadcast List Table Related
Structure:
npdBroadcastList bufBL;
To create a broadcast list:
To get all the properties of a broadcast list:
To iterate all the broadcast lists:
Broadcast List Members Table Related
Structure:
npdBroadcastListMember bufBLM;
To add a member to a broadcast list:
To remove a member from a broadcast list:
To modify a broadcast list:
Use a combination of npdDelete and npdCreate to accomplish this operation.
To iterate all the broadcast list members:
Subscriptions Table Related
Structure:
npdListSubscription bufLS;
To create a broadcast list subscription for a user:
To delete a single broadcast list subscription of a user:
To delete all broadcast list subscriptions for a content provider of a user:
Structure:
npdBroadcastActivity bufBA (same as npdActivity)
To create a broadcast activity:
To create a copy of the broadcast activity in every physical bucket of each AQ logical store, use npdModify instead of npdCreate.
To get all broadcast activities belonging to a user:
Since the activities are filed under the list row identifier, the list row identifiers may be found by determining all the list subscriptions of the user. This information is input into a special query to gather all broadcast activities for the given user.
Similarly for npdGetIterator.
This application is a continuation of prior pending U.S. patent application Ser. No. 10/696,916, filed Oct. 30, 2003, and a continuation-in-part of prior pending U.S. patent application Ser. No. 10/017,680, filed Oct. 22, 2001, which claims the benefit of U.S. Provisional Patent Application Ser. No. 60/275,809, filed Mar. 14, 2001, all three of which applications are hereby incorporated by reference herein in their entirety for all purposes.
Number | Name | Date | Kind |
---|---|---|---|
5031089 | Liu | Jul 1991 | A |
5218680 | Farrell | Jun 1993 | A |
5440744 | Jacobson | Aug 1995 | A |
5446880 | Balgeman et al. | Aug 1995 | A |
5485409 | Gupta | Jan 1996 | A |
5487141 | Cain et al. | Jan 1996 | A |
5493692 | Theimer | Feb 1996 | A |
5544285 | Glaser | Aug 1996 | A |
5544302 | Nguyen | Aug 1996 | A |
5557320 | Krebs | Sep 1996 | A |
5634053 | Noble et al. | May 1997 | A |
5634129 | Dickinson | May 1997 | A |
5640504 | Johnson, Jr. | Jun 1997 | A |
5640569 | Miller | Jun 1997 | A |
5666534 | Gilbert et al. | Sep 1997 | A |
5684950 | Dare | Nov 1997 | A |
5687376 | Celi, Jr. | Nov 1997 | A |
5691917 | Harrison | Nov 1997 | A |
5729682 | Marquis | Mar 1998 | A |
5742905 | Pepe | Apr 1998 | A |
5748890 | Goldberg | May 1998 | A |
5754111 | Garcia | May 1998 | A |
5754175 | Koppolu | May 1998 | A |
5778227 | Jordan | Jul 1998 | A |
5787283 | Chin | Jul 1998 | A |
5787412 | Bosch | Jul 1998 | A |
5787427 | Benantar | Jul 1998 | A |
5790785 | Klug et al. | Aug 1998 | A |
5790790 | Smith | Aug 1998 | A |
5809509 | Blackman | Sep 1998 | A |
5819092 | Ferguson et al. | Oct 1998 | A |
5826252 | Wolters, Jr. | Oct 1998 | A |
5835722 | Bradshaw | Nov 1998 | A |
5862325 | Reed et al. | Jan 1999 | A |
5864848 | Horvitz | Jan 1999 | A |
5864870 | Guck | Jan 1999 | A |
5867712 | Shaw | Feb 1999 | A |
5867799 | Lang | Feb 1999 | A |
5870739 | Davis | Feb 1999 | A |
5870759 | Bauer | Feb 1999 | A |
5872926 | Levac | Feb 1999 | A |
5898870 | Okuda | Apr 1999 | A |
5911139 | Jain | Jun 1999 | A |
5911143 | Deinhart | Jun 1999 | A |
5926810 | Noble | Jul 1999 | A |
5930801 | Falkenhainer | Jul 1999 | A |
5933820 | Beier | Aug 1999 | A |
5937189 | Branson | Aug 1999 | A |
5944823 | Jade | Aug 1999 | A |
5956715 | Glasser | Sep 1999 | A |
5956730 | Burroughs et al. | Sep 1999 | A |
5963976 | Ogawa | Oct 1999 | A |
5974416 | Anand et al. | Oct 1999 | A |
5974417 | Bracho | Oct 1999 | A |
5983234 | Tietjen | Nov 1999 | A |
5983273 | White et al. | Nov 1999 | A |
5987454 | Hobbs | Nov 1999 | A |
5990883 | Byrne | Nov 1999 | A |
5999932 | Paul | Dec 1999 | A |
6003079 | Friedrich | Dec 1999 | A |
6011537 | Slotznick | Jan 2000 | A |
6016394 | Walker | Jan 2000 | A |
6018343 | Wang et al. | Jan 2000 | A |
6021403 | Horvitz | Feb 2000 | A |
6023223 | Baxter, Jr. | Feb 2000 | A |
6023765 | Kuhn | Feb 2000 | A |
6044224 | Radia | Mar 2000 | A |
6044372 | Rothfus et al. | Mar 2000 | A |
6047307 | Radko | Apr 2000 | A |
6047327 | Tso et al. | Apr 2000 | A |
6049821 | Theriault | Apr 2000 | A |
6052720 | Traversat | Apr 2000 | A |
6065012 | Balsara | May 2000 | A |
6078955 | Konno | Jun 2000 | A |
6081840 | Zhao | Jun 2000 | A |
6088451 | He | Jul 2000 | A |
6088675 | MacKenty | Jul 2000 | A |
6088717 | Reed | Jul 2000 | A |
6092101 | Birrell | Jul 2000 | A |
6101480 | Conmey | Aug 2000 | A |
6106573 | Mahalingaiah | Aug 2000 | A |
6119122 | Bunnell | Sep 2000 | A |
6122348 | French-St. George et al. | Sep 2000 | A |
6122629 | Walker | Sep 2000 | A |
6134592 | Montulli | Oct 2000 | A |
6141778 | Kane et al. | Oct 2000 | A |
6144996 | Starnes | Nov 2000 | A |
6148290 | Dan | Nov 2000 | A |
6148301 | Rosenthal | Nov 2000 | A |
6148302 | Beylin | Nov 2000 | A |
6148336 | Thomas | Nov 2000 | A |
6151624 | Teare | Nov 2000 | A |
6154876 | Haley | Nov 2000 | A |
6161125 | Traversat et al. | Dec 2000 | A |
6161139 | Win et al. | Dec 2000 | A |
6163794 | Lange | Dec 2000 | A |
6167402 | Yeager | Dec 2000 | A |
6167408 | Cannon et al. | Dec 2000 | A |
6169897 | Kariya | Jan 2001 | B1 |
6185551 | Birrell et al. | Feb 2001 | B1 |
6189032 | Susaki | Feb 2001 | B1 |
6192380 | Light | Feb 2001 | B1 |
6192408 | Vahalia | Feb 2001 | B1 |
6195662 | Ellis | Feb 2001 | B1 |
6199081 | Meyerzon | Mar 2001 | B1 |
6202066 | Barkley | Mar 2001 | B1 |
6223207 | Lucovsky | Apr 2001 | B1 |
6226642 | Beranek | May 2001 | B1 |
6226792 | Goiffon | May 2001 | B1 |
6243830 | Nakatsugawa | Jun 2001 | B1 |
6247026 | Waldo | Jun 2001 | B1 |
6253204 | Glass | Jun 2001 | B1 |
6263498 | Alcorn | Jul 2001 | B1 |
6266690 | Shankarappa et al. | Jul 2001 | B1 |
6269369 | Robertson | Jul 2001 | B1 |
6272506 | Bell | Aug 2001 | B1 |
6275824 | O'Flaherty et al. | Aug 2001 | B1 |
6279111 | Jensenworth | Aug 2001 | B1 |
6282548 | Burner | Aug 2001 | B1 |
6282698 | Baker | Aug 2001 | B1 |
6282709 | Reha | Aug 2001 | B1 |
6308216 | Goldszmidt | Oct 2001 | B1 |
6308273 | Goertzel | Oct 2001 | B1 |
6314093 | Mann | Nov 2001 | B1 |
6314447 | Lea | Nov 2001 | B1 |
6314555 | Ndumu | Nov 2001 | B1 |
6317131 | Basso | Nov 2001 | B2 |
6317783 | Freishtat et al. | Nov 2001 | B1 |
6317868 | Grimm | Nov 2001 | B1 |
6324544 | Alam et al. | Nov 2001 | B1 |
6327574 | Kramer | Dec 2001 | B1 |
6330610 | Docter | Dec 2001 | B1 |
6334151 | Bolam et al. | Dec 2001 | B1 |
6336118 | Hammond | Jan 2002 | B1 |
6336119 | Banavar et al. | Jan 2002 | B1 |
6336147 | Brownell | Jan 2002 | B1 |
6343287 | Kumar et al. | Jan 2002 | B1 |
6343324 | Hubis | Jan 2002 | B1 |
6345279 | Li | Feb 2002 | B1 |
6349302 | Aoyama | Feb 2002 | B1 |
6349307 | Chen | Feb 2002 | B1 |
6351744 | Landresse | Feb 2002 | B1 |
6351843 | Berkley | Feb 2002 | B1 |
6356940 | Short | Mar 2002 | B1 |
6360252 | Rudy | Mar 2002 | B1 |
6370537 | Gilbert | Apr 2002 | B1 |
6377952 | Inohara | Apr 2002 | B1 |
6381465 | Chern | Apr 2002 | B1 |
6389472 | Hughes | May 2002 | B1 |
6397246 | Wolfe | May 2002 | B1 |
6401085 | Gershman et al. | Jun 2002 | B1 |
6405191 | Bhatt et al. | Jun 2002 | B1 |
6405364 | Bowman-Amuah | Jun 2002 | B1 |
6414635 | Stewart et al. | Jul 2002 | B1 |
6415322 | Jaye | Jul 2002 | B1 |
6442549 | Schneider | Aug 2002 | B1 |
6446118 | Gottlieb | Sep 2002 | B1 |
6453317 | LaCost et al. | Sep 2002 | B1 |
6457066 | Mein et al. | Sep 2002 | B1 |
6459913 | Cloutier | Oct 2002 | B2 |
6463462 | Smith | Oct 2002 | B1 |
6466232 | Newell | Oct 2002 | B1 |
6470450 | Langford | Oct 2002 | B1 |
6480830 | Ford | Nov 2002 | B1 |
6480850 | Veldhuisen | Nov 2002 | B1 |
6480860 | Monday | Nov 2002 | B1 |
6480885 | Olivier | Nov 2002 | B1 |
6487584 | Bunney | Nov 2002 | B1 |
6490721 | Gorshkov | Dec 2002 | B1 |
6505167 | Horvitz | Jan 2003 | B1 |
6510439 | Rangarajan | Jan 2003 | B1 |
6516315 | Gupta | Feb 2003 | B1 |
6516341 | Shaw et al. | Feb 2003 | B2 |
6519571 | Guheen | Feb 2003 | B1 |
6526438 | Bienvenu et al. | Feb 2003 | B1 |
6539481 | Takahashi | Mar 2003 | B1 |
6542515 | Kumar | Apr 2003 | B1 |
6542845 | Grucci | Apr 2003 | B1 |
6542912 | Meltzer | Apr 2003 | B2 |
6542923 | Nguyen | Apr 2003 | B2 |
6543317 | Rinner | Apr 2003 | B1 |
6553427 | Chang | Apr 2003 | B1 |
6556995 | Child et al. | Apr 2003 | B1 |
6566995 | Furuuchi | May 2003 | B2 |
6571279 | Herz | May 2003 | B1 |
6574631 | Subramanian | Jun 2003 | B1 |
6574655 | Libert | Jun 2003 | B1 |
6581095 | Kim | Jun 2003 | B1 |
6584564 | Olkin et al. | Jun 2003 | B2 |
6591260 | Schwarzhoff et al. | Jul 2003 | B1 |
6594666 | Biswas | Jul 2003 | B1 |
6594672 | Lampson | Jul 2003 | B1 |
6601016 | Brown | Jul 2003 | B1 |
6601075 | Huang | Jul 2003 | B1 |
6601233 | Underwood | Jul 2003 | B1 |
6604099 | Chung | Aug 2003 | B1 |
6604143 | Nagar | Aug 2003 | B1 |
6604209 | Grucci | Aug 2003 | B1 |
6609148 | Salo | Aug 2003 | B1 |
6618716 | Horvitz | Sep 2003 | B1 |
6622160 | Horvitz | Sep 2003 | B1 |
6633898 | Seguchi | Oct 2003 | B1 |
6643650 | Slaughter et al. | Nov 2003 | B1 |
6643652 | Helgeson et al. | Nov 2003 | B2 |
6651217 | Kennedy et al. | Nov 2003 | B1 |
6654747 | Van Huben | Nov 2003 | B1 |
6662340 | Rawat et al. | Dec 2003 | B2 |
6662357 | Bowman-Amuah | Dec 2003 | B1 |
6665756 | Abramson | Dec 2003 | B2 |
6678682 | Jenkins | Jan 2004 | B1 |
6678715 | Ando | Jan 2004 | B1 |
6684204 | Lal | Jan 2004 | B1 |
6686838 | Rezvani | Feb 2004 | B1 |
6694429 | Kalmanek, Jr. | Feb 2004 | B1 |
6697809 | Chen | Feb 2004 | B2 |
6697865 | Howard et al. | Feb 2004 | B1 |
6704024 | Robotham | Mar 2004 | B2 |
6708137 | Carley | Mar 2004 | B2 |
6708217 | Colson | Mar 2004 | B1 |
6711585 | Copperman | Mar 2004 | B1 |
6711612 | Blumenau | Mar 2004 | B1 |
6714967 | Horvitz | Mar 2004 | B1 |
6718535 | Underwood | Apr 2004 | B1 |
6721941 | Morshed | Apr 2004 | B1 |
6731940 | Nagendran | May 2004 | B1 |
6732080 | Blants | May 2004 | B1 |
6738767 | Chung | May 2004 | B1 |
6741980 | Langseth et al. | May 2004 | B1 |
6745011 | Hendrickson | Jun 2004 | B1 |
6748417 | Helland | Jun 2004 | B1 |
6754470 | Hendrickson | Jun 2004 | B2 |
6757720 | Weschler | Jun 2004 | B1 |
6757898 | Ilsen | Jun 2004 | B1 |
6763384 | Gupta | Jul 2004 | B1 |
6766362 | Miyasaka et al. | Jul 2004 | B1 |
6772216 | Ankireddipally | Aug 2004 | B1 |
6789077 | Slaughter | Sep 2004 | B1 |
6789126 | Saulpaugh et al. | Sep 2004 | B1 |
6792446 | Merchant | Sep 2004 | B2 |
6792466 | Saulpaugh et al. | Sep 2004 | B1 |
6792605 | Roberts | Sep 2004 | B1 |
6807558 | Hassett | Oct 2004 | B1 |
6816878 | Zimmers | Nov 2004 | B1 |
6816886 | Elvanoglu | Nov 2004 | B2 |
6820082 | Cook | Nov 2004 | B1 |
6820204 | Desai | Nov 2004 | B1 |
6823369 | Leach | Nov 2004 | B2 |
6823458 | Lee | Nov 2004 | B1 |
6823495 | Vedula | Nov 2004 | B1 |
6829593 | Ritter | Dec 2004 | B1 |
6832237 | Christensen | Dec 2004 | B1 |
6839733 | Lange et al. | Jan 2005 | B1 |
6850975 | Danneels | Feb 2005 | B1 |
6850979 | Saulpaugh | Feb 2005 | B1 |
6857013 | Ramberg | Feb 2005 | B2 |
6862594 | Saulpaugh | Mar 2005 | B1 |
6868447 | Slaughter | Mar 2005 | B1 |
6882706 | Andrew | Apr 2005 | B2 |
6892201 | Brown | May 2005 | B2 |
6898618 | Slaughter | May 2005 | B1 |
6907457 | Merrell | Jun 2005 | B2 |
6907465 | Tsai | Jun 2005 | B1 |
6911143 | Janik | Jun 2005 | B2 |
6912600 | Van Brero | Jun 2005 | B2 |
6917373 | Vong | Jul 2005 | B2 |
6917937 | Rubendall | Jul 2005 | B1 |
6917976 | Slaughter | Jul 2005 | B1 |
6918084 | Slaughter | Jul 2005 | B1 |
6925307 | Mamdani | Aug 2005 | B1 |
6925481 | Singhal | Aug 2005 | B2 |
6931434 | Donoho | Aug 2005 | B1 |
6934740 | Lawande | Aug 2005 | B1 |
6944658 | Schneider | Sep 2005 | B1 |
6957199 | Fisher | Oct 2005 | B1 |
6958984 | Kotzin | Oct 2005 | B2 |
6976078 | Icken | Dec 2005 | B1 |
6980993 | Horvitz et al. | Dec 2005 | B2 |
6981247 | Weinberg | Dec 2005 | B2 |
6985958 | Lucovsky | Jan 2006 | B2 |
6986145 | Gangopadhyay | Jan 2006 | B2 |
6990513 | Belfiore | Jan 2006 | B2 |
6993502 | Gryglewicz | Jan 2006 | B1 |
7002942 | Kotzin | Feb 2006 | B2 |
7017016 | Chujo | Mar 2006 | B2 |
7024662 | Elvanoglu | Apr 2006 | B2 |
7024692 | Schanze | Apr 2006 | B1 |
7027051 | Alford | Apr 2006 | B2 |
7028312 | Merrick | Apr 2006 | B1 |
7031945 | Donner | Apr 2006 | B1 |
7061928 | Giroti | Jun 2006 | B2 |
7062539 | Leach | Jun 2006 | B2 |
7062642 | Langrind | Jun 2006 | B1 |
7069446 | Wiederin | Jun 2006 | B2 |
7072843 | Menninger | Jul 2006 | B2 |
7072967 | Saulpaugh | Jul 2006 | B1 |
7113771 | Kotzin | Sep 2006 | B2 |
7127328 | Ransom | Oct 2006 | B2 |
7127514 | Hunt | Oct 2006 | B2 |
7133869 | Bryan et al. | Nov 2006 | B2 |
7136859 | Lucovsky | Nov 2006 | B2 |
7136908 | Cline | Nov 2006 | B2 |
7143118 | Eichstaedt et al. | Nov 2006 | B2 |
7149806 | Perkins | Dec 2006 | B2 |
7170857 | Stephens | Jan 2007 | B2 |
7191236 | Simpson-Young | Mar 2007 | B2 |
7203906 | Abbott | Apr 2007 | B2 |
7206788 | Horvitz | Apr 2007 | B2 |
7207008 | Koch | Apr 2007 | B1 |
7210147 | Hipp | Apr 2007 | B1 |
7216287 | Colson | May 2007 | B2 |
7219163 | Robinson | May 2007 | B2 |
7222306 | Kaasila | May 2007 | B2 |
7243130 | Horvitz | Jul 2007 | B2 |
7246122 | Lucovsky | Jul 2007 | B2 |
7249159 | Horvitz | Jul 2007 | B1 |
7250846 | Ebling | Jul 2007 | B2 |
7260601 | Day et al. | Aug 2007 | B1 |
7277951 | Marriott | Oct 2007 | B2 |
7284197 | Lucovsky | Oct 2007 | B2 |
7284271 | Lucovsky | Oct 2007 | B2 |
7302402 | Callaghan | Nov 2007 | B2 |
7346668 | Willis | Mar 2008 | B2 |
7418472 | Shoemaker | Aug 2008 | B2 |
7457879 | Horvitz | Nov 2008 | B2 |
7472349 | Srivastava | Dec 2008 | B1 |
7487233 | Iwamoto | Feb 2009 | B2 |
7496630 | Arellano | Feb 2009 | B2 |
7502384 | Trossen | Mar 2009 | B2 |
7539747 | Lucovsky | May 2009 | B2 |
7545762 | McConnell | Jun 2009 | B1 |
7548932 | Horvitz | Jun 2009 | B2 |
7613702 | Horvitz | Nov 2009 | B2 |
7613721 | Horvitz | Nov 2009 | B2 |
7613722 | Horvitz | Nov 2009 | B2 |
7664724 | Lucovsky | Feb 2010 | B2 |
7721110 | Kouznetsov | May 2010 | B2 |
7921155 | Harrow | Apr 2011 | B2 |
8572576 | Elvanoglu | Oct 2013 | B2 |
8862736 | Tagg | Oct 2014 | B2 |
20010000958 | Ulrich | May 2001 | A1 |
20010023421 | Numao | Sep 2001 | A1 |
20010029470 | Schultz et al. | Oct 2001 | A1 |
20010044275 | Yamaguchi | Nov 2001 | A1 |
20010044827 | Zhuk | Nov 2001 | A1 |
20010047385 | Tuatini | Nov 2001 | A1 |
20020010781 | Tuatini | Jan 2002 | A1 |
20020012327 | Okada | Jan 2002 | A1 |
20020013711 | Ahuja | Jan 2002 | A1 |
20020013788 | Pennell et al. | Jan 2002 | A1 |
20020015042 | Robotham | Feb 2002 | A1 |
20020016173 | Hunzinger | Feb 2002 | A1 |
20020019828 | Mortl | Feb 2002 | A1 |
20020023156 | Chujo | Feb 2002 | A1 |
20020026426 | Bennett | Feb 2002 | A1 |
20020029256 | Zintel | Mar 2002 | A1 |
20020032790 | Linderman | Mar 2002 | A1 |
20020035533 | Mache | Mar 2002 | A1 |
20020038455 | Srinivasan et al. | Mar 2002 | A1 |
20020040369 | Multer et al. | Apr 2002 | A1 |
20020042846 | Bottan et al. | Apr 2002 | A1 |
20020049749 | Helgeson et al. | Apr 2002 | A1 |
20020049817 | Drory | Apr 2002 | A1 |
20020049902 | Rhodes | Apr 2002 | A1 |
20020055951 | Shigetomi | May 2002 | A1 |
20020059342 | Gupta | May 2002 | A1 |
20020059425 | Belfiore | May 2002 | A1 |
20020063732 | Mansikkaniemi et al. | May 2002 | A1 |
20020065881 | Mansikkaniemi et al. | May 2002 | A1 |
20020065884 | Donoho et al. | May 2002 | A1 |
20020069298 | Birkler et al. | Jun 2002 | A1 |
20020073158 | Dalal | Jun 2002 | A1 |
20020073204 | Dutta | Jun 2002 | A1 |
20020078378 | Burnett | Jun 2002 | A1 |
20020080156 | Abbott | Jun 2002 | A1 |
20020080948 | Canali | Jun 2002 | A1 |
20020083048 | Tenorio | Jun 2002 | A1 |
20020083073 | Vaidya | Jun 2002 | A1 |
20020083121 | Chang | Jun 2002 | A1 |
20020083158 | Abbott | Jun 2002 | A1 |
20020085579 | Sullivan | Jul 2002 | A1 |
20020087397 | Mazza | Jul 2002 | A1 |
20020087740 | Castanho | Jul 2002 | A1 |
20020090934 | Mitchelmore | Jul 2002 | A1 |
20020095399 | Devine et al. | Jul 2002 | A1 |
20020099573 | Koguchi | Jul 2002 | A1 |
20020099593 | Kraft et al. | Jul 2002 | A1 |
20020099817 | Abbott | Jul 2002 | A1 |
20020103661 | Albazz | Aug 2002 | A1 |
20020104017 | Stefan | Aug 2002 | A1 |
20020107985 | Hwang et al. | Aug 2002 | A1 |
20020116232 | Rapp et al. | Aug 2002 | A1 |
20020116642 | Joshi | Aug 2002 | A1 |
20020120685 | Srivastava et al. | Aug 2002 | A1 |
20020120711 | Bantz | Aug 2002 | A1 |
20020124182 | Bacso et al. | Sep 2002 | A1 |
20020129000 | Pillai et al. | Sep 2002 | A1 |
20020129016 | Christfort | Sep 2002 | A1 |
20020129024 | Lee | Sep 2002 | A1 |
20020129140 | Peled | Sep 2002 | A1 |
20020129213 | Goudie et al. | Sep 2002 | A1 |
20020131428 | Pecus et al. | Sep 2002 | A1 |
20020133477 | Abel | Sep 2002 | A1 |
20020133506 | Yamato | Sep 2002 | A1 |
20020133535 | Lucovsky | Sep 2002 | A1 |
20020133627 | Maes | Sep 2002 | A1 |
20020133752 | Hand | Sep 2002 | A1 |
20020152053 | Roy | Oct 2002 | A1 |
20020154161 | Friedman et al. | Oct 2002 | A1 |
20020157007 | Sashihara | Oct 2002 | A1 |
20020161838 | Pickover et al. | Oct 2002 | A1 |
20020169876 | Curie et al. | Nov 2002 | A1 |
20020174125 | Lucovsky | Nov 2002 | A1 |
20020184092 | Cherry et al. | Dec 2002 | A1 |
20020184214 | Lucovsky | Dec 2002 | A1 |
20020184344 | Elvanoglu | Dec 2002 | A1 |
20020184521 | Lucovsky | Dec 2002 | A1 |
20030004874 | Ludwig | Jan 2003 | A1 |
20030014659 | Zhu | Jan 2003 | A1 |
20030018771 | Vinberg | Jan 2003 | A1 |
20030023263 | Krolik | Jan 2003 | A1 |
20030023623 | Horvitz et al. | Jan 2003 | A1 |
20030041000 | Zajac | Feb 2003 | A1 |
20030041065 | Lucovsky | Feb 2003 | A1 |
20030041076 | Lucovsky | Feb 2003 | A1 |
20030046238 | Nonaka et al. | Mar 2003 | A1 |
20030050911 | Lucovsky | Mar 2003 | A1 |
20030055897 | Brown | Mar 2003 | A1 |
20030061081 | Kellond | Mar 2003 | A1 |
20030061211 | Shultz | Mar 2003 | A1 |
20030061365 | White | Mar 2003 | A1 |
20030069887 | Lucovsky | Apr 2003 | A1 |
20030074247 | Dick | Apr 2003 | A1 |
20030074423 | Mayberry | Apr 2003 | A1 |
20030097485 | Horvitz et al. | May 2003 | A1 |
20030100326 | Grube | May 2003 | A1 |
20030101190 | Horvitz et al. | May 2003 | A1 |
20030110234 | Egli | Jun 2003 | A1 |
20030115228 | Horvitz et al. | Jun 2003 | A1 |
20030120785 | Young | Jun 2003 | A1 |
20030123465 | Donahue | Jul 2003 | A1 |
20030131069 | Lucovsky et al. | Jul 2003 | A1 |
20030131073 | Lucovsky et al. | Jul 2003 | A1 |
20030131142 | Horvitz et al. | Jul 2003 | A1 |
20030133553 | Khakoo | Jul 2003 | A1 |
20030135411 | Ushiki | Jul 2003 | A1 |
20030135441 | Ginsberg | Jul 2003 | A1 |
20030135556 | Holdsworth | Jul 2003 | A1 |
20030140112 | Ramachandran et al. | Jul 2003 | A1 |
20030149646 | Chen | Aug 2003 | A1 |
20030149696 | Nelson | Aug 2003 | A1 |
20030149781 | Yared | Aug 2003 | A1 |
20030154476 | Abbott | Aug 2003 | A1 |
20030165139 | Chen | Sep 2003 | A1 |
20030167334 | Butler | Sep 2003 | A1 |
20030169749 | Huang | Sep 2003 | A1 |
20030177135 | Lechowicz | Sep 2003 | A1 |
20030220891 | Fish | Nov 2003 | A1 |
20030221014 | Kosiba | Nov 2003 | A1 |
20030223449 | Hill | Dec 2003 | A1 |
20030229529 | Mui et al. | Dec 2003 | A1 |
20040002972 | Pather | Jan 2004 | A1 |
20040002976 | Lucovsky | Jan 2004 | A1 |
20040003112 | Alles | Jan 2004 | A1 |
20040006564 | Lucovsky et al. | Jan 2004 | A1 |
20040006590 | Lucovsky et al. | Jan 2004 | A1 |
20040010451 | Romano | Jan 2004 | A1 |
20040015725 | Boneh | Jan 2004 | A1 |
20040024866 | Sundar | Feb 2004 | A1 |
20040024875 | Horvitz et al. | Feb 2004 | A1 |
20040060002 | Lucovsky et al. | Mar 2004 | A1 |
20040064571 | Nuuttila | Apr 2004 | A1 |
20040078273 | Loeb | Apr 2004 | A1 |
20040083291 | Pessi | Apr 2004 | A1 |
20040098622 | O'Neill | May 2004 | A1 |
20040133622 | Clubb | Jul 2004 | A1 |
20040139145 | Bar-or | Jul 2004 | A1 |
20040156346 | O'Neill | Aug 2004 | A1 |
20040166834 | Omar | Aug 2004 | A1 |
20040181550 | Warsta | Sep 2004 | A1 |
20040193444 | Hufford | Sep 2004 | A1 |
20040199663 | Horvitz et al. | Oct 2004 | A1 |
20040199664 | Feldman et al. | Oct 2004 | A1 |
20040199861 | Lucovsky | Oct 2004 | A1 |
20040199869 | Lucovsky et al. | Oct 2004 | A1 |
20040205526 | Borodovski et al. | Oct 2004 | A1 |
20040205656 | Reulein | Oct 2004 | A1 |
20040210839 | Lucovsky | Oct 2004 | A1 |
20040226001 | Teegan | Nov 2004 | A1 |
20040242322 | Montagna | Dec 2004 | A1 |
20040243520 | Bishop | Dec 2004 | A1 |
20040267687 | Aschen | Dec 2004 | A1 |
20040267763 | Aschen | Dec 2004 | A1 |
20040267965 | Vasudevan | Dec 2004 | A1 |
20050013417 | Zimmers et al. | Jan 2005 | A1 |
20050027741 | Eichstaedt et al. | Feb 2005 | A1 |
20050065950 | Chaganti et al. | Mar 2005 | A1 |
20050080865 | Leach | Apr 2005 | A1 |
20050080911 | Stiers | Apr 2005 | A1 |
20050097000 | Freishtat | May 2005 | A1 |
20050100150 | Dhara | May 2005 | A1 |
20050144266 | Antonelli | Jun 2005 | A1 |
20050165773 | Elvanoglu | Jul 2005 | A1 |
20050262434 | Soderberg | Nov 2005 | A1 |
20050273692 | Horvitz et al. | Dec 2005 | A1 |
20050278344 | Horvitz et al. | Dec 2005 | A1 |
20050278366 | Horvitz et al. | Dec 2005 | A1 |
20050289447 | Hadley | Dec 2005 | A1 |
20060003780 | Mamdani | Jan 2006 | A1 |
20060010078 | Rezvani | Jan 2006 | A1 |
20060036642 | Horvitz et al. | Feb 2006 | A1 |
20060107251 | Boshier | May 2006 | A1 |
20060133385 | Trossen | Jun 2006 | A1 |
20060150140 | Elvanoglu | Jul 2006 | A1 |
20060161554 | Lucovsky | Jul 2006 | A1 |
20070026857 | Kotzin | Feb 2007 | A1 |
20070083561 | Lai | Apr 2007 | A1 |
20070150903 | Hansen | Jun 2007 | A1 |
20070198691 | Koch | Aug 2007 | A1 |
20070216687 | Kaasila | Sep 2007 | A1 |
Number | Date | Country |
---|---|---|
2 428 481 | Dec 2003 | CA |
0 147 574 | Jul 1985 | EP |
0893920 | Jan 1999 | EP |
0917119 | May 1999 | EP |
0952513 | Oct 1999 | EP |
0991005 | Apr 2000 | EP |
1021021 | Jul 2000 | EP |
1376977 | Aug 2007 | EP |
11-143827 | May 1999 | JP |
2000163345 | Jun 2000 | JP |
2002055896 | Feb 2002 | JP |
2004501428 | Jan 2004 | JP |
2004508611 | Mar 2004 | JP |
329278 | Sep 2010 | NO |
WO 9741654 | Nov 1997 | WO |
WO 9838585 | Sep 1998 | WO |
WO 9917216 | Apr 1999 | WO |
9923591 | May 1999 | WO |
WO 9923591 | May 1999 | WO |
WO 0051031 | Aug 2000 | WO |
WO 02073339 | Sep 2002 | WO |
WO 02073392 | Sep 2002 | WO |
WO 02073442 | Sep 2002 | WO |
WO 02073454 | Sep 2002 | WO |
WO 02073466 | Sep 2002 | WO |
WO 02073472 | Sep 2002 | WO |
WO 02079921 | Oct 2002 | WO |
WO 03096209 | Nov 2003 | WO |
Entry |
---|
Imamura et al., “Metadata Representation in XML for Internet-Based Electronic XML Application from Business to Government,” IEEE, Jul. 2000, pp. 387-392. |
Bergman, “XML Technology Enables Redesigned Deep Space Network Operations,” IEEE, Mar. 2000, pp. 493-502. |
Morrison, et al., “XML Unleashed,” Sam's Publishing, Indianapolis, IN, Dec. 1999, pp. 26-37, 84-104, & 106-122. |
Padwick, Special Edition, “Using Microsoft outlook 2000,” Que Corporation, Indianapolis, IN, May 1999, pp. 370-376, 382-386, & 392-396. |
“Hailstorm Announcement,” Bill Gates' Speech, Mar. 19, 2001, pp. 1-25, downloaded from www.microsoft.com/billgates/speeches/2001/03-19hailstorm.asp. |
“Getting Results with Microsoft Office 97,” Microsoft, 1997, pp. 28-31, 345-374, & 470-471. |
Stallings, “Cryptography and Network Security” Prentice Hall, Inc., 1998, Chapter 11. |
He et al., “A role-Based Access Control Model for XML Repositories,” IEEE, 2000, pp. 138-145. |
Box et al., “Simple Object Access Protocol (SOAP) 1.1 W3C Note May 8, 2000,” pp. 1-35. |
Dix et al., “Working with SOAP, the Simple Object Access Protocol,” C/C++ user Journal, Jan. 2002, pp. 22-33. |
Wang et al., “The SIMBA User Alert Service Architecture for Dependable Alert Delivery,” Proceedings of the International Conference on Dependable Systems and Networks, 2001, pp. 463-472, Institute of Electrical and Electronics Engineers, Inc., U.S.A. |
Miller et al., “News On-Demand for Multimedia Networks,” Proceedings of the First ACM International Conference on Multimedia, 1993, pp. 383-392, ACM Press, New York, U.S.A. |
Faensen et al., “Hermes: A Notification Service for Digital Libraries,” Proceedings of the First ACM/IEEE-CS Joint Conference on Digital Libraries, 2001, pp. 373-380, ACM Press, New York, U.S.A. |
Huang et al., “Publish/Subscribe in a Mobile Environment,” Second ACM International Workshop on Data Engineering for Wireless and Mobile Access, 2001, pp. 27-34, ACM Press, New York, U.S.A. |
Search Report Ref 3071, for Application No. PCT/US02/07953, mailed Jun. 10, 2002. |
EP “Communication”, Reference EP 28364-03/df, for Application No. 02 719 261.6 1244, May 2, 2008. |
EP “Supplemental Search Report”, Reference EP 25448-034/zp, for Application No. 02728381.1-1244 PCT/USS02/06244, Feb. 5, 2007. |
EP “Communication”, Reference EP 25450-034/zp, for Application No. 02 709 743.5-1225, Jun. 13, 2007. |
Phelps, “MultiVaient Documents”, Communications of the ACM, Jun. 2000. |
“International Search Report”, Reference 3231, for Application No. PCT/US02/08061, Aug. 22, 2002. |
Vuong, “Managing Security Policies in a Distributed Environment Using eXtensible Markup Language (XML)”, 2001. |
“CORBA Components—vol. I”, OMG, Aug. 2, 1999. |
Farjami, “Advanced Service Provisioning Based on Mobile Agents”, Aachen University of Technology, Germany, Apr. 2000. |
Kormann, “Risks of the Passport Single Signon Protocol”, Computer Networks, May 2000. |
Magedanz, “TINA—Architectural Basis for Future Telecommunications Services”, Computer Communications, Jun. 28, 1996. |
Ayers, “XML for Resource Scheduling / Calendar Management”, Nov. 8, 1998. |
Carroll, “XML for Resource Scheduling / Calendar Management”, Nov. 6, 1998. |
Eustice, “A Universal Information Appitance”, IBM Systems Journal, Mar. 26, 1999. |
Koppen, “Active Hypertext for Distributed Web Applications”, IEEE WET-ICE'99, Jun. 16, 1999. |
“Microsoft Outlook 2000 Step by Step”, Microsoft Press, 1999. |
“Getting Results with Microsoft Office 97”, Microsoft Press, 1997, pp. 429, and 519-523. |
Freire, “WebViews: Accessing Personalized Web Content and Services”, WWW10, May 1, 2001. |
“Saflink's JotterSAF E-Wallet & Privacy Software Now Available for Consumer Download”, PR Newswire, Feb. 7, 2001. |
“ScanSofts New OmniForm Premium 5.0 to Offer Businesses Powerful Forms Management”, M2 Presswire, Oct. 16, 2001. |
“ScanSoft's New OmniForm Premium 5.0 to Offer Businesses Powerful Forms Management”, Nuance Press Release, Oct. 1, 2001. |
Chu, “Web-Based Single Sign-On Solutions: An SSO Product Matrix”, Computer Security Journal, Nov. 1, 2000. |
Cook, “The Win2000 Active Directory”, PC Network Advisor, Jun. 2000. |
Ferreira, “Using LDAP in a Filtering Service for a Digital Library”, IST, 1997. |
Roussev, “Integrating XML and Object-based Programming for Distributed Collaboration”, University of North Carolina, Jun. 2000. |
Spencer, “Installing and Configuring Active Directory”, Prentice Hall PTR, May 2000. |
DK Search Report for Application No. SG 200302729-9, Mar. 15, 2004. |
HU Advisory Action for Application No. P0301952, Apr. 7, 2011. |
ID Official Action for Application No. P00200300319, May 5, 2011. |
PL Notice for Application No. P.360329/DP, May 25, 2010. |
TR Search Report for Application No. 2003/00789, Nov. 14, 2004. |
EP Intent to Grant for Application No. 02725195.8, Aug. 12, 2011. |
EP Communication for Application No. 03009717.4, Sep. 12, 2005. |
EP Supplemental European Search Report for Application No. 02709743.5, PCT/US02/06243, Sep. 5, 2006. |
EP Supplemental European Search Report for Application No. 02721433.7, PCT/US02/07953, Aug. 13, 2009. |
PCT International Search Report for Application No. PCT/US02/06245, May 30, 2002. |
PCT International Search Report for Application No. PCT/US02/08063, May 30, 2002. |
PCT international Search Report for Application No. PCT/US02/07953, Jun. 10, 2002. |
PCT International Search Report for Application No. PCT/US02/06243, May 7, 2002. |
“Identity-Based Service Communication Using XML Messaging Interfaces”, Mar. 14, 2001. |
EP Search Report for Application No. 03009717.4, Dec. 2, 2003. |
EP Summons to Attend or Proceedings for Application No. 03009717.4, Oct. 18, 2006. |
NZ Examination Report for Application No. 525694, May 12, 2003. |
JP Notice of Rejection for Application No. 2003-164094, May 23, 2008. |
JP Notice of Rejection for Application No. 2003-164094, Mar. 17, 2009. |
EP Supplementary European Search Report for Application No. 02707934.2, PCT/US02/06245, Jun. 7, 2006. |
EP Supplementary Search Report for Application No. 02719261.6, PCT/US02/08063, Feb. 5, 2007. |
EP Supplementary Search Report for Application No. 02709753.4, PCT/US02/06329, Feb. 13, 2007. |
EP Supplementary Search Report for Application No. 02725195.8, PCT/US02/08061, Aug. 4, 2009. |
Phelps, “Multivalent Documents: A New Model for Digital Documents”, UC Berkeley, 1998. |
CA Notice of Requisition for Application No. 2428481, Apr. 2, 2009. |
AU First Report for Application No. 2003204123, Oct. 27, 2008. |
CN Office Action for Application No. 03145733.9 Dec. 30, 2005. |
CN Second Office Action for Application No. 03145733.9, Nov. 2, 2007. |
CN Third Office Action for Application No. 03145733.9, Aug. 22, 2008. |
NO Official Action for Application No. 20032997, Dec. 23, 2008. |
MY Search Report for Application No. PI20031685, Jul. 20, 2007. |
ID Official Action for Application No. P00200300319, Mar. 3, 2006. |
TR Examination Report for Application No. 2003/00769, Jun. 13, 2007. |
TR Examination Report for Application No. 2003/00769, Oct. 15, 2008. |
TR Examination Report for Application No. 2003/00769, Nov. 24, 2009. |
HU Novelty Search Report Application No. P0301952, Mar. 30, 2005. |
Barish, Untangling the web, SOAP uses XML as a simple and elegant solution that automates B2B transactions. Intelligent Enterprise, Mar. 27, 2001. |
Caswell, An Evolution of DCE Authorization Services. Hewlett-Packard Journal, Dec. 1995. |
Chandramouli, Application of XML Tools for Enterprise-Wide RBAC Implementation Tasks. RBAC '00 Proceedings of the fifth ACM workshop on Role-based access control. 2000. |
Hou, Object-Oriented Representation for XML Data. 2001. |
Jepsen, SOAP Cleans up Interoperability Problems on the Web. IT Pro, Jan.-Feb. 2001. |
Jerbic, Security Requirements for Web-Services, Hewlett Packard Position Paper to the Worldwide Web Consortium Workshop on Web Services, Apr. 11-12, 2001. |
Lowry, XML Data Mediation and Collaboration: A Proposed Comprehensive Architecture and Query Requirements for Using XML to Mediate Heterogeneous Data Sources and Targets. Proceedings of the 34th Hawaii International Conference on System Sciences, Jan. 3-6, 2001. |
SOAP Version 1.2 Part 1: Messaging Framework. W3C Working Draft Oct. 2, 2001. |
SOAP Version 1.2 Part 2: Adjuncts. W3C Working Draft Oct. 2, 2001. |
XML Path Language (XPath) Version 1,0. W3C Recommendation Nov. 16, 1999. |
DNJ Online, Essentials—Understanding XPath, X marks the path. 2001. |
EP Communication for Application No. 02 707 934.2-1244, Reference EP25451-034/gr, Jan. 23, 2007. |
EP Communication for Application No. 02 709 743.5-1225, Reference EP25450-034/zp, Jun. 13, 2007. |
EP Communication for Application No. 02 719 261.6-1244, Reference EP28364-034/df, May 2, 2008. |
EP Communication for Application No. 02 709 753.4-1244, Reference EP25449-034/gr, May 9, 2008. |
EP Communication for Application No. 02 709 743.5-1225, Reference EP25450-034/zp, Apr. 21, 2009. |
EP Communication for Application No. 02 721 433.7-1244, Reference EP28368-034/df, Oct. 16, 2009. |
EP Communication for Application No. 02 725 195.8-1244, Reference EP28367 -034/df, Oct. 30, 2009. |
EP Communication for Application No. 02 721 433.7-1244, Reference EP28368-034/df, Aug. 23, 2011. |
Reinwlad, Heterogeneous Query Processing through SQL Table Functions. Data Engineering, Proceedings of 15th International Conference on Sydney, Australia. Mar. 23, 1999. |
Stamoulis, Efficient Agent-Based Negotiation for Telecommunications Services. Global Telecommunications Conference. Globecom '99. 1999. |
Li, “What You See Is What I Saw: Applications of Stateless Client Systems in Asynchronous CSCW”, In Proceedings of the 4th International Conference on Computer Science and Informatics, 1998. |
Nielsen, “Web Services Routing Protocol (WS-Routing)”, Microsoft Corporation, Oct. 23, 2001. |
U.S. Appl. No. 10/696,916, filed Oct. 30, 2003, Lai. |
U.S. Appl. No. 10/717,880, filed Nov. 20, 2003, Orvendal. |
U.S. Appl. No. 10/718,305, filed Nov. 20, 2003, Nguyen. |
U.S. Appl. No. 60/275,809, filed Mar. 14, 2001, Lucovsky. |
U.S. Appl. No. 10/003,754, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/003,750, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/003,753, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/136,555, filed May 1, 2002, Elvanoglu. |
U.S. Appl. No. 10/003,767, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/021,563, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/021,264, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/021,316, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/021,291, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/209,831, filed Jul. 31, 2002, Lucovsky. |
U.S. Appl. No. 10/187,061, filed Jun. 28, 2002, Lucovsky. |
U.S. Appl. No. 10/062,045, filed Jan. 31, 2002, Elvanoglu. |
U.S. Appl. No. 10/017,680, filed Oct. 22, 2001, Lucovsky. |
U.S. Appl. No. 10/033,177, filed Oct. 22, 2001, White. |
U.S. Appl. No. 10/187,196, filed Jun. 28, 2002, Horvitz. |
U.S. Appl. No. 10/187,063, filed Jun. 28, 2002, Horvitz. |
U.S. Appl. No. 10/243,310, filed Sep. 12, 2002, Lucovsky. |
U.S. Appl. No. 10/187,057, filed Jun. 28, 2002, Lucovsky. |
U.S. Appl. No. 10/187,190, filed Jun. 28, 2002, Lucovsky. |
U.S. Appl. No. 10/213,525, filed Aug. 6, 2002, Lucovsky. |
U.S. Appl. No. 10/187,210, filed Jun. 28, 2002, Lucovsky. |
U.S. Appl. No. 10/099,467, filed Mar. 14, 2002, Horvitz. |
U.S. Appl. No. 10/099,577, filed Mar. 14, 2002, Leach. |
U.S. Appl. No. 10/186,881, filed Jun. 28, 2002, Lucovsky. |
U.S. Appl. No. 10/187,216, filed Jun. 28, 2002, Horvitz. |
U.S. Appl. No. 10/177,470, filed Jun. 21, 2002, Elvanoglu. |
U.S. Appl. No. 10/968,731, filed Oct. 19, 2004, Leach. |
U.S. Appl. No. 11/276,655, filed Mar. 9, 2006, Lucovsky. |
U.S. Appl. No. 11/086,590, filed Mar. 21, 2005, Elvanoglu. |
U.S. Appl. No. 11/203,482, filed Aug. 12, 2005, Horvitz. |
U.S. Appl. No. 11/203,485, filed Aug. 12, 2005, Horvitz. |
U.S. Appl. No. 11/203,490, filed Aug. 12, 2005, Horvitz. |
U.S. Appl. No. 11/203,484, filed Aug. 12, 2005, Horvitz. |
U.S. Appl. No. 11/347,448, filed Feb. 3, 2006, Elvanoglu. |
U.S. Appl. No. 14/045,704, filed Oct. 3, 2013, Elvanoglu. |
U.S. Appl. No. 10/187,221, filed Jun. 28, 2002, Alles. |
Haviland, “Designing High-Performance Campus Intranets with Multilayer Switching”, Cisco Systems, 1998. |
Menon, “Object Replacement using Dynamic Proxy Updates” In Proceedings of the 2nd International Workshop on Configurable Distributed Systems, Mar. 21-23, 1994. |
Datta, “Proxy-Based Acceleration of Dynamically Generated Content on the World Wide Web: An Approach and Implementation”, ACM SIGMOD, Jun. 4-6, 2002. |
Ochi, “Network Applications for Mobile Computing”, FUJITSU Scientific & Technical Journal, vol. 34, No. 1, pp. 41-49, Sep. 1998. |
Wu, “Sleepy Security Management with Proxy-Based Filtering (A Position Paper)”, Apr. 1, 1996. |
Mazouni, “Filtering Duplicated Invocations Using Symmetric Proxies”, In Proceedings of the Fourth International Workshop on Object-Orientation in Operating Systems, Aug. 14-15, 1995. |
Forte, “A content classification and filtering server for the Internet”, In Proceedings of the ACM Symposium on Applied Computing (SAC'06), Apr. 23-27, 2006. |
“Secure Sockets Layer (SSL)”, IBM Knowledge Center, Jan. 31, 2001. |
Ding, “Selective Java Applet Filtering on Internet”, In Proceedings of the IEEE International Conference on Systems, Man, and Cybernetics (SMC'99), Oct. 12-15, 1999. |
Cohen, “Improving End-to-End Performance of the Web Using Server Volumes and Proxy Filters”, AT&T Labs Research, Feb. 6, 1998. |
JP Notice of Rejection for Application No. 2003-164094, Sep. 18, 2009. |
KR Notice of Preliminary Rejection for Application No. 10-2003-42575, May 29, 2009. |
RU Official Action for Application No. 2003119524, Aug. 15, 2007. |
NO Official Action for Application No. 20032997, Sep. 28, 2009. |
PL Notice for Application No. P-360329, Aug. 31, 2009. |
PL Notice for Application No. P-360329, Feb. 23, 2010. |
BR Office Action for Application No. PI0302014-2, May 18, 2015. |
Tanenbaum, “Modern Operating Systems”, Second Edition, Prentice Hall, portion of section 8.3, Mar. 3, 2001. |
Number | Date | Country | |
---|---|---|---|
20070083561 A1 | Apr 2007 | US |
Number | Date | Country | |
---|---|---|---|
60275809 | Mar 2001 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10696916 | Oct 2003 | US |
Child | 11609100 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10017680 | Oct 2001 | US |
Child | 10696916 | US |