A service framework uses importance ranking information in making call decisions and/or wait-time decisions in connection with service requests. Each of the service requests has an importance ranking which reflects the importance of the information provided by the service to a task being performed. The health of a service may be controlled by permitting fewer (or more) service requests to be made to the service when the service is less (or more) healthy. The likelihood of a service request being made to the service may depend on the importance ranking of the service request. When waiting for a response, a determination whether to continue waiting may be made based on the likelihood that the service has failed and based on the importance of the information to the task being performed.
|
22. A computer-implemented method, executed in a computing system executing code, for processing data in a service framework, comprising:
receiving an assessment of a relative state of health of a service;
receiving an assessment of a relative importance of the service to a task being performed; and
managing the pendency of outstanding service request responses based according to the assessments of relative state of health and relative importance of the service, wherein a request for service with a lower relative importance is maintained upon as long as a request for a service with a higher relative importance is being waited upon.
1. A computer-implemented method, executed in a computing system executing code, for processing data in a service framework, comprising:
receiving an assessment of a relative state of health of a service;
receiving an assessment of a relative importance of the service to a task being performed; and
determining whether to continue to wait for a response from the service to a request sent to the service, wherein determining whether to continue to wait for a response from the service is based on the assessments of relative state of health and relative importance of the service, wherein a request for service with a lower relative importance is waited upon as long as a request for a service with a higher relative importance is being waited upon.
16. A system including a memory and a processor providing services comprising:
an interface component to transmit service requests to a plurality of service and to obtain responses thereto; and
a processing component configured to obtain an assessment of a relative state of health of a requested service and an assessment of a relative importance of the requested service to a task being performed, wherein the processing component determines whether to continue to wait for a response from the service based on the assessments of relative state of health and relative importance of the service, wherein a request for service with a lower relative importance is waited upon as long as a request for a service with a higher relative importance is being waited upon.
2. The computer-implemented method of
3. The computer-implemented method of
4. The computer-implemented method of
5. The computer-implemented method of
6. The computer-implemented method of
7. The computer-implemented method of
8. The computer-implemented method of
9. The computer-implemented method of
10. The computer-implemented method of
11. The computer-implemented method of
12. The computer-implemented method of
13. The computer-implemented method of
14. The computer-implemented method of
15. The computer-implemented method of
17. A system as recited in
18. A system as recited in
19. The system as recited in
20. The system as recited in
21. The system as recited in
23. The computer-implemented method of
24. The computer-implemented method of
25. The computer-implemented method of
26. The computer-implemented method of
27. The computer-implemented method of
28. The computer-implemented method of
29. The computer-implemented method of
30. The computer-implemented method of
31. The computer-implemented method of
32. The computer-implemented method of
|
This application is a continuation of U.S. patent application Ser. No. 11/329,665, filed Jan. 11, 2006, the entirety of which is incorporated herein by reference.
Data processing systems often comprise service frameworks in which program processes send service requests to services, and the services subsequently reply with responses. For example, a process may request certain data from a service, and the service may respond with the requested data. In some situations, program processes may make many service requests in parallel and wait for responses from each of multiple different services.
Various types of events may occur within a service framework that may lead to a degraded performance mode. A degraded performance mode may involve a situation in which a service is merely troubled, a situation in which the service has failed, or a situation in which some other problem exists. For example, a service may become overloaded (causing intermittent or slow responses), may become completely inoperative, may become unreachable due to network problems, and so on. In the event of a failure mode, the process may slow to a standstill as it continues to wait for the response from the service. Typically, it may not be known whether the service has failed or whether it is merely slow in returning a response. At some point, a decision needs to be made as to how long the process should wait for the response from the service.
Accordingly, a problem that has been encountered in the context of service frameworks is to provide a mechanism for program processes to decide how long to wait for a response from a service in situations where the service may have entered a failure mode or other degraded performance mode. Also, oftentimes, services enter a failure mode as a result of becoming overloaded. Accordingly, another problem that has been encountered is to provide a mechanism that avoids services becoming overloaded. It will be appreciated that while the teachings herein describe certain features and advantages that may be achieved, the teachings herein may be used to implement systems and methods that do not necessarily have any of these features or advantages, but rather have other features and advantages.
One embodiment of the invention relates to a data processing method for use in a service framework. The method comprises receiving first and second assessments of a service. The first assessment comprises an assessment of a relative state of health of the service, and the second assessment comprises an assessment of a relative importance of the service to a task being performed. The method further comprises mediating access to the service according to the first and second assessments.
Another embodiment of the invention relates to a data processing method for use in a service framework. The method comprises sending a service request to a computer-implemented service and waiting for a response from the service. A determination whether to continue waiting for the response is made based on the likelihood that the service has failed and based on the importance of the information to a task being performed.
Another embodiment of the invention relates to a data processing method for use in a service framework. The method comprises controlling the health of a service, including monitoring the health of the service, permitting fewer service requests to be made to the service when the service is less healthy, and permitting more service requests to be made to the service when the service is more healthy. Each of the service requests has an importance ranking which reflects the importance of the information provided by the service to a task being performed. During the controlling step, the service requests with a higher importance ranking are more likely to be made to the service and the service requests with a lower importance ranking are less likely to be made to the service.
Another embodiment of the invention relates to a data processing method for use in a service framework comprising a plurality of computer-implemented services. The method comprises causing the services to operate at or near a maximum service request processing capacity of the services. The causing step includes controlling a flow of service requests to the services, including, for each service, monitoring the health of the service, permitting fewer service requests to be made to the service when the service is less healthy, and permitting more service requests to be made to the service when the service is more healthy.
Referring to
The data processing system 10 may be implemented in the context of a service framework in a distributed computing environment. Although only a single process 20 and a small number of services 25 are shown, it will be appreciated that the system 10 may comprise many program processes and services in addition to those shown. Herein, to facilitate explanation, the term “process” is used to refer to program logic that makes a service request and the term “service” is used to refer to program logic that responds to the service request. As will be appreciated, however, services may also make requests to other services (as shown in
The process 20 and the services 25 are in communication with the service availability manager 30. The service availability manager 30 is configured to manage the interaction of the processes 20 with the services 25, including determining when processes 20 should stop waiting for responses from services 25, determining when service requests should not be sent to services 25 (e.g., because the service 25 is in a degraded performance mode), and otherwise managing situations in which one of the services 25 has entered a degraded performance mode (e.g., when a service 25 becomes inoperative, overloaded, unreachable, and so on), all on a case-by-case basis.
Referring now to
The configuration information 54 is used to configure the call decision logic 50 and the wait-time decision logic 52. In an exemplary embodiment, the call decision logic 50 and the wait-time decision logic 52 may be configured differently (e.g., different algorithms and/or parameters thereof) for each service 25 and for each different program component 32 within each different process 20 that sends service requests to a particular service 25. For example, when one program component 32 sends a service request to a particular service 25, the configuration information that is used may be different than when another program component 32 sends a service request to the same service 25. The configuration information may also be configurable as a function of other parameters. For example, if the same process 20 is used in the context of different users (e.g., different customers), the configuration information may further be different for each different user. In another exemplary embodiment, in the context of a process 20 that is used to construct web pages for publication to visitors of a website, the configuration information 54 may be different for each different page of the website. The configuration information 54 may also be dynamically determined, e.g., based on visitor feedback, based on system optimization algorithms, and soon.
Referring now to
The importance ranking information 56 represents how critical the service request is to the program component 32 that is making the service request. The importance ranking information 56 may be manually specified during creation/maintenance of the program components 32, may be system-specified based on system optimization algorithms, or may be determined in another manner.
Different service requests may have different levels of importance. For example, some data may be considered optional in nature. That is, the process 20 may produce useful results without the optional data. Further, data that is considered optional in some contexts may be considered critical in other contexts, depending on the desired output that is desired to be produced in each case. For example, in the context of the operation of a website, such as an interactive commerce website, information concerning a visitor to the website may be considered optional when displaying a welcome page to the visitor, but may be considered critical when displaying a checkout page to be used in connection with taking an order from the visitor, even though the same service request may be used for both. In the context of a welcome page, if the welcome screen is to be displayed within a predetermined period of time, it may be desirable to forego the optional data in order to permit the page to be displayed in time to meet the deadline. On the other hand, in the context of the checkout page, it may be desirable to continue waiting in order to obtain the information needed for the checkout page.
In an exemplary embodiment, a binary ranking scheme is used to rank importance (e.g., “critical/non-critical”). Thus, if a particular piece of information is considered optional to the task being performed by a particular program component 32, that information may be designated as non-critical. In another exemplary embodiment, a continuous ranking scheme may be used. For example, the importance ranking may be assigned a value anywhere between zero and one so that there are an infinite number of options (e.g., the importance ranking may be specified with a floating point value).
The importance ranking information 56 provides an intuitive mechanism for specifying the value of the data provided by one service relative to the value of the data provided by other services in the context of a particular task being performed by a particular program component. In the context of a system in which multiple service requests may be made in parallel, the parameter of interest in some instances may not be the amount of time a service request takes to complete, but rather how long the framework should wait for its completion if the service 25 is not responding. For example, if the process 20 is already waiting for more important information, then it may be desirable for the process 20 to continue waiting for less important information, even though the service 25 that is providing the less critical information is taking longer than expected. On the other hand, if the process 20 is only waiting for other optional information, it may be desirable to stop waiting for the response in order to permit the process 20 to complete its task in less time. Likewise, if a deadline for completing a task is about to expire, it may be desirable for the process 20 to stop waiting for optional information so that it can produce its result prior to expiration of the deadline.
The call decision algorithm/parameter information 58 may be used to configure the call decision logic 50, so that the call decision logic 50 may be configured differently depending on which service 25 is being called and depending on which program component 32 is calling the service 25. The information 58 may be used to specify the decision algorithm to be used by the call decision logic 50, the parameters (e.g., coefficients) to be used by a generic call decision algorithm implemented by the call decision logic 50, or a combination thereof (e.g., a selection of one of a number of generic algorithms, along with parameters for the selected algorithm). Thus, the call decision logic 50 may be customized for each different service request by a given program component 32.
Likewise, the wait-time decision algorithm/parameter information 60 may be used to configure the wait-time decision logic 52, so that the wait-time decision logic 52 may be configured differently depending on which service 25 is being called and depending on which program component 32 is calling the service 25. Again, the information 60 may be used to specify the decision algorithm and/or the parameters (e.g., coefficients) to be used by the call decision logic 50.
Referring now to
At step 82, the health of the service 25 is determined. The health of the service 25 may be determined in a variety of manners and taking into account any available information, including statistical information, contextual information, manually-provided information, and so on. In an exemplary embodiment, the health of the service 25 is determined based on historical statistics from communications with the service 25. For example, the health of the service 25 may be determined by measuring the response time of the service 25 and comparing the response time against historical values. For example, the response time of the service 25 may be measured over a relatively short preceding time period and over a relatively long preceding time period. The ratio of the two measurements may then be taken to yield a value indicating the health of the service 25. Thus, if the ratio is close to one, the service 25 may be assumed to be operating at normal health. On the other hand, if the service 25 is responding much slower now than usual, the ratio will be smaller, indicating that the service 25 is less healthy. Each measurement may be made, for example, by using an exponentially decaying mean latency computation for each time period.
In another exemplary embodiment, the health of the service 25 may be determined based on whether the service 25 has not responded to a predetermined number of recent service requests. For example, if the service 25 has not responded to the five most recent service requests, then the service 25 may be assumed to be not healthy. In another exemplary embodiment, the health may be determined based on a message from the service 25 indicating that the service 25 is not healthy. For example, the service 25 may compute its own health and provide its health measurement to the availability manager 30. Thus, the health may be determined by examining service-side information or client/process-side information. As another example, the service 25 may be configured to respond to a request asking the service about the status of its health. For example, if a service request has not recently been made to a particular service 25, such that response time measurements are no longer up to date, a service request may be sent to the service 25 inquiring as to the health of the service 25. The service 25 may then respond with an indication whether it is healthy.
In another exemplary embodiment, the health of the service 25 may be determined based on manually-provided information. For example, a system operator may manually provide an indication that a service 25 appears to be in poor health. As another example, a system operator may manually provide information indicating that a service 25 is to be taken offline during a predetermined time period for system maintenance. The health of the service 25 may also be determined based on information obtained from an external system, e.g., such as a computer system configured to periodically assess the health of one or more of the services 25.
In another exemplary embodiment, the health of the service 25 may be determined based on the health of related services or hardware components. For example, if a hardware component hosts several other services, and each of the other services is in poor health, then the poor health of the other services may be used as a predictor of the health of the service 25 under consideration. As another example, if ten hardware components (e.g., servers) are located in one data center, and services associated with nine of the hardware components are determined to be in poor health, then that may be used as an indication that a service 25 hosted by the tenth hardware component may also be in poor health. In another exemplary embodiment, a statistic collection algorithm may be employed to determine the health of the service 25 based on whatever statistics are available. For example, any unusual performance metric that is noticed by a process or hardware component (e.g., server) concerning a service 25 may be reported and used to assess the health of the service 25. Algorithms may be dynamically implemented which are configured to utilize the information noticed by the process or hardware component.
The algorithm used to determine health may be different for each program component 32 and for each service 25 and may be included as part of the configuration information 54. In another exemplary embodiment, multiple algorithms are used to compute health, and the performance of each algorithm is scored to determine which health algorithm provides the best results over time. The algorithm that scores the highest is then used until another algorithm is introduced which scores higher.
As previously noted, the system 10 may be implemented in a distributed computing environment. In such an arrangement, it may be desirable for each hardware component (e.g., each server) to compute a health value for a given service 25. This allows performance information for a given service 25 to be shared by all program components 32 executing on a given hardware component. A single program component 32 may not always have enough performance information for a service 25 to compute a reliable health value for the service 25. At the same time, this allows each of the hardware components to compute a health value for the service 25 independently of the health values computed for the same service 25 by other hardware components. Because slow or non-existent responses from services 25 may sometimes be caused by client/process-side hardware problems, different hardware components may perceive the health of a given service 25 differently than other hardware components. This allows specific problems that are perceived at one hardware component but not others to be taken into account in the health computation. In another exemplary embodiment, a single health value is computed for some or all hardware components (i.e., to encapsulate the health of a group of hardware components in one health value). It may be desirable to use this arrangement where each hardware component does not send service requests to a given service 25 frequently enough to have reliable health information for the service 25, but where in the aggregate the hardware components do have reliable health information.
At step 84, an importance ranking threshold is determined. Referring now also to
Referring again to
In other exemplary embodiments, the call decision logic 50 may operate in another manner. For example, a particular process or hardware component may be given a quota for accessing a service 25 (e.g., one-hundred service requests per second). The call decision logic 50 may then operate to ensure that the process or hardware component allocates its quota first to critical service requests and only thereafter then to non-critical service requests. In such an embodiment, the quota may be determined in advance, or it may be determined dynamically by the service 25 based on its own assessment of its health (e.g., the service 25 may adjust the quota downward when its health deteriorates). The service 25 may also be configured to send a message indicating when the process or hardware component has exceeded its quota. Alternatively, the fact that the service 25 is not responding to service requests when the quota is exceeded may be used by the service 25 as an indication that the process or hardware component may be in poor health, causing the importance threshold to increase and thereby fewer service requests to be made.
Thus, in the arrangement of
Referring now also to
Curve 120 represents the health of the service 25. Above a health level h1, the service 25 is considered to be healthy and it operates in a “green” mode of operation 124. Curve 122 represents the number of service requests that are permitted to be made to the service 25 based on the importance ranking relative to the health of the service 25. In this mode of operation, both critical and non-critical service requests are permitted to be made to the service 25. As a result of the normal operational health, the number of service requests that are permitted to be made to the service 25 is at a maximum.
When the health of the service 25 drops below the health level h1, the service 25 is considered to be less healthy and it operates in an “orange” mode of operation 126. In the orange mode of operation, all critical service requests are permitted, but non-critical service requests are not permitted. The probability that a given service request will be permitted thus depends on the level of importance of the service request. The service 25 is thereby protected from overload, but it is still permitted to provide responses to critical service requests and critical functionality is preserved.
The orange mode of operation also facilitates protection of a service 25 when the service 25 starts to become overloaded. That is, when a service 25 becomes overloaded, and program components 32 begin retrying service requests to the service 25, there may be a tendency for the service 25 to receive more load when it starts slowing down. In the orange mode of operation, when the health of the service 25 starts deteriorating, the number of retries is managed such that only the more critical retries are permitted. The reduction in permitted service requests may cause the health of the service 25 to improve due to the negative feedback discussed above in connection with
On the other hand, if the health of the service 25 drops below the health level h2, the service 25 is considered to be unhealthy and it operates in a “red” mode of operation 128. In the red mode of operation 128, the service 25 may be experiencing significant trouble (e.g., it has failed, or it is significantly overloaded and is about to fail). Accordingly, no service requests are permitted to be made to the service 25. If the service has failed, in an exemplary embodiment, rather than not permitting any service requests, a program component 32 is selected to make periodic test service requests to the service 25 until a connection with the service 25 is reestablished. The test service requests may be used to generate data relating to communications with the service 25. Such data may be used as historical statistics in the health algorithms described above in connection with step 82.
It may also be desirable to implement a hysteresis in the arrangement of
In
The arrangement of
Referring again to
Referring now to also
FET=max_successful_response+n-sigma
where n-sigma is n times the standard deviation of the latency of the service 25 and max_successful_response is the maximum observed latency of a successful service request.
At step 154 the resource allocation time is calculated. In an exemplary embodiment, the resource allocation time operates such that, if the requested information is non-critical, then the process 20 should stop waiting for a response in time to finish generating the page (without the optional information) prior to expiration of the task deadline. (If the information is critical, then the requestor waits longer.) In an exemplary embodiment, the resource allocation time is calculated as follows:
RAT=if(serviceCallImportance=Critical), then critical_upper_bound else min(2-sigma, time remaining before task deadline).
In this example, if the importance of the service request is critical, then the process 20 waits until a critical upper bound is reached. The critical upper bound may be a value corresponding to the maximum amount of time it is desired to wait for a response critical service requests. The critical upper bound may be configured to expire, for example, just before the page timeout expires. If the importance of the service request is non-critical, then the process 20 waits twice as long as it would expect to wait for a response; but if the deadline for completing the task is about to expire, then the process 20 stops waiting. As will be appreciated, the “deadline” for completing the task may be a firm deadline, or may simply be a performance goal that may be missed.
At step 156, it is determined which of the failure expectation time and the resource allocation time is smaller. The wait-time is set equal to the lesser of the failure expectation time and the resource allocation time. Based on this determination, the process 20 then waits for the wait-time to expire. Once it is determined that the wait-time has expired (step 158), then the process 20 stops waiting for a response to the service request. Again, as noted above, the algorithm may be different for each different program component 32 and for each different service 25.
As previously indicated, in an exemplary embodiment, the process 20 may make many service requests to many services 25, such that the process 20 is waiting for many responses at the same time. In such situations, in an exemplary embodiment, step 158 may be performed using the longest wait-time of all of the critical service requests. Thus, for example, the wait-time for each of the critical service requests may be determined in steps 152-156, and then the longest wait-time of all of the service requests may be determined and used in step 158. As long as the process 20 is waiting for a critical service request, it may continue waiting for non-critical service requests as well, until a determination is made to abandon the critical service request (and all other service requests). On the other hand, if there is no critical information, then the wait-time may be determined to be zero. The task may then be completed without the optional information. Other approaches may be used as well.
Referring now to
The process 170 includes various program components 32 that send service requests to services 25 to obtain information to populate fields 172 of a web page template 174. Often, a given web page may have some central purpose and may have some information which is considered critical and some information which is considered optional. The information that is critical and the information that is optional depends on the purpose of the web page. In
The process 170 may have a deadline for completing the web page. For example, once the process 170 receives the request for a web page, it may have 1500 ms to construct the web page for publication to the visitor. During this time, the services 25 are accessed and information received from the services is used to populate the fields 172. Again, the deadline may be a firm deadline or merely a performance goal.
Referring now to
The process 170 then sends service requests to the services 25 for information to populate the fields 172. The information from the service 175 has been designated as critical and therefore the response time of the service 175 is of particular interest. As previously indicated, in an exemplary embodiment, the wait-time calculations for the non-critical service request may be subordinated to the wait-time calculation for the critical service request. The failure expectation for the critical service request is then calculated (step 184). If the wait-time decision logic 52 is configured in the manner discussed above in connection with
Next, either a response to the critical service request is received prior to the expiration of the wait-time, or the wait-time expires and no response to the critical service request has been received (steps 188, 190). If a response is received, then a determination may be made whether to continue waiting for the non-critical service requests (step 192). For example, if the service 175 responds with the requested information in advance of the deadline for completing the web page, a decision may be made to forego the other non-critical information and publish the web page ahead of schedule (e.g., to make the website faster). Alternatively, a decision may be made to wait until the expiration of the deadline for completing the web page before foregoing the non-critical information. In an exemplary embodiment, this decision is made on a service request by service request basis in the wait-time algorithm/parameter information 60 for each service request. In another exemplary embodiment, this decision may be made on a web page by web page basis by part of the program logic of the process 170. If the failure expectation time of the critical service request is reached after the expiration of the deadline for completing construction of the web page, and if a response to a critical service request is received after the deadline, then the process 170 may continue to wait for the results of the non-critical service requests during this time period, even though the individual wait-times for these service requests have expired (e.g., when the page deadline expired). After any additional information is obtained from non-critical service requests, the web page is published at step 194.
If the wait-time of the critical service request expires before a response is received; then the non-critical service requests may be abandoned as well (e.g., if there is little or no value to the web page without the critical information) and an error may be returned (step 196). In another exemplary embodiment, the non-critical service requests may be given until the expiration of their own individual wait-times to return their responses (e.g., if there is still value to the web page without the critical information). Again, this may be configured on a web page by web page basis.
In
In the example of
In an exemplary embodiment, the fields 172 are rendered (e.g., by generating HTML) in an order which is determined based on the location of the field 172 on the web page. In another exemplary embodiment, the fields 172 are rendered in an order which is dynamically determined. For example, in an exemplary embodiment, the fields 172 may be rendered in an order which is dynamically determined based on which responses have been received from the services 25 and, correspondingly, which fields 172 have had the requisite data collected such that the particular field 172 may be rendered. For example, in the arrangement of
In an exemplary embodiment, a retry mechanism may be implemented which takes into account whether a service request is considered critical. That is, if a service request is considered critical, but returns an error, then another service request may be sent to the service 25. On the other hand, if a service request is non-critical, then another service request is not sent to the service 25. This provides a second opportunity to obtain critical information, but avoids overburdening potentially unhealthy services 25 with requests for information that is non-critical.
In another embodiment, metrics may be maintained concerning the performance of a visit to a website. For example, if multiple errors are returned to a visitor during a visit, one or more of the settings of the system 10 may be modified to increase the likelihood of pages being returned without errors in order to prevent the visitor from becoming frustrated and leaving the website.
As will be appreciated, load balancing and request routing techniques may be used in which each service 25 is implemented on multiple hardware components. That is, each service 25 may appear to be hosted on a single hardware component from the perspective of the process 20, but in fact the service 25 is hosted on multiple hardware components (“endpoints”). For example, service requests may be sent by client processes to a virtual IP address which maps to multiple endpoints, and load balancers may be used which distribute the service requests amongst the multiple endpoints. In such a scenario, service health may be monitored for each of the endpoints individually or for the group of endpoints in the aggregate. As will be appreciated, a tradeoff may exist in the benefits achieved by the more fine-tuned health management and the increased overhead that results from the more fine-tuned health management.
As will be appreciated, the system described herein may be used both in connection with local processes and remote processes. In the context of a remote process, a service request may be received from a remote process by way of a network, such as the Internet. For example, the services 25 may be offered as web services that are accessible to the remote process through an application programming interface (API) across the Internet. Such service requests may be made by third parties, for example, to assist in the construction of their own web pages (e.g., by obtaining information from the services 25 and using the information to populate externally-generated web pages). Thus, for example, in
The invention is described above with reference to drawings. These drawings illustrate certain details of specific embodiments that implement the systems and methods and programs of the present invention. However, describing the invention with drawings should not be construed as imposing an the invention any limitations that may be present in the drawings. The present invention contemplates methods, systems and program products on any machine-readable media for accomplishing its operations. The embodiments of the present invention may be implemented using an existing computer processor, or by a special purpose computer processor incorporated for this or another purpose or by a hardwired system.
As noted above, embodiments within the scope of the present invention include program products comprising machine-readable media for carrying or having machine-executable instructions or data structures stored thereon. Such machine-readable media can be any available media which can be accessed by a general purpose or special purpose computer or other machine with a processor. By way of example, such machine-readable media can comprise RAM, ROM, EPROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store desired program code in the form of machine-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer or other machine with a processor. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a machine, the machine properly views the connection as a machine-readable medium. Thus, any such a connection is properly termed a machine-readable medium. Combinations of the above are also included within the scope of machine-readable media. Machine-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing machines to perform a certain function or group of functions.
Embodiments of the invention are described in the general context of method steps which may be implemented in one embodiment by a program product including machine-executable instructions, such as program code, for example, in the form of program modules executed by machines in networked environments. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Machine-executable instructions, associated data structures, and program modules represent examples of program code for executing steps of the methods disclosed herein. The particular sequence of such executable instructions or associated data structures represent examples of corresponding acts for implementing the functions described in such steps.
Embodiments of the present invention may be practiced in a networked environment using logical connections to one or more remote computers having processors. Logical connections may include a local area network (LAN) and a wide area network (WAN) that are presented here by way of example and not limitation. Such networking environments are commonplace in office-wide or enterprise-wide computer networks, intranets and the Internet and may use a wide variety of different communication protocols. Those skilled in the art will appreciate that such network computing environments will typically encompass many types of computer system configurations, including personal computers, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, servers, minicomputers, mainframe computers, and the like. Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by local and remote processing devices that are linked (either by hardwired links, wireless links, or by a combination of hardwired or wireless links) through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
An exemplary system for implementing the overall system or portions of the invention might include a general purpose computing device in the form of a computer, including a processing unit, a system memory, and a system bus that couples various system components including the system memory to the processing unit. The system memory may include read only memory (ROM) and random access memory (RAM). The computer may also include a magnetic hard disk drive for reading from and writing to a magnetic hard disk, a magnetic disk drive for reading from or writing to a removable magnetic disk, and an optical disk drive for reading from or writing to a removable optical disk such as a CD-ROM or other optical media. The drives and their associated machine-readable media provide nonvolatile storage of machine-executable instructions, data structures, program modules, and other data for the computer.
It should be noted that although the flowcharts provided herein show a specific order of method steps, it is understood that the order of these steps may differ from what is depicted. Also two or more steps may be performed concurrently or with partial concurrence. Such variation will depend on the software and hardware systems chosen and on designer choice. It is understood that all such variations are within the scope of the invention. Likewise, software and web implementations of the present invention could be accomplished with standard programming techniques with rule based logic and, other logic to accomplish the various database searching steps, correlation steps, comparison steps and decision steps. It should also be noted that the word “component” as used herein and in the claims is intended to encompass implementations using one or more lines of software code, and/or hardware implementations, and/or equipment for receiving manual inputs.
The foregoing description of embodiments of the invention have been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed, and modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention. The embodiments were chosen and described in order to explain the principals of the invention and its practical application to enable one skilled in the art to utilize the invention in various embodiments and with various modifications as are suited to the particular use contemplated.
Patent | Priority | Assignee | Title |
10778785, | Nov 28 2017 | International Business Machines Corporation | Cognitive method for detecting service availability in a cloud environment |
Patent | Priority | Assignee | Title |
4034347, | Aug 08 1975 | Bell Telephone Laboratories, Incorporated | Method and apparatus for controlling a multiprocessor system |
4072072, | Mar 15 1977 | Dual tire cutting machine | |
4077060, | Dec 27 1976 | International Business Machines Corporation | Asymmetrical multiprocessor system |
4130865, | Jun 05 1974 | Bolt Beranek and Newman Inc. | Multiprocessor computer apparatus employing distributed communications paths and a passive task register |
4141067, | Jun 13 1977 | GENERAL AUTOMATION, INC , A CA CORP | Multiprocessor system with cache memory |
4954981, | Sep 16 1988 | CoWorks | Method and apparatus for accessing and manipulating time series |
5131041, | Nov 30 1989 | Bell Telephone Laboratories, Incorporated; American Telephone and Telegraph Company | Fault tolerant interconnection networks |
5212788, | May 22 1990 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | System and method for consistent timestamping in distributed computer databases |
5359724, | Mar 30 1992 | Oracle International Corporation | Method and apparatus for storing and retrieving multi-dimensional data in computer memory |
5394526, | Feb 01 1993 | Sun Microsystems, Inc | Data server for transferring selected blocks of remote file to a distributed computer network involving only single data transfer operation |
5444819, | Jun 08 1992 | Mitsubishi Denki Kabushiki Kaisha | Economic phenomenon predicting and analyzing system using neural network |
5519861, | Mar 09 1990 | Fujitsu Limited | Sampled data storage and editing system for the time series data being displayed according to collection location |
5551027, | Jan 07 1993 | CISCO TECHNOLOGY, INC , A CORPORATION OF CALIFORNIA | Multi-tiered indexing method for partitioned data |
5623600, | Sep 26 1995 | Trend Micro, Incorporated | Virus detection and removal apparatus for computer networks |
5640554, | Oct 12 1993 | Google Inc | Parallel merge and sort process method and system thereof |
5644751, | Oct 03 1994 | International Business Machines Corporation | Distributed file system (DFS) cache management based on file access characteristics |
5713017, | Jun 07 1995 | International Business Machines Corporation | Dual counter consistency control for fault tolerant network file servers |
5796952, | Mar 21 1997 | THE NIELSEN COMPANY US , LLC, A DELAWARE LIMITED LIABILITY COMPANY | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
5812529, | Nov 12 1996 | LanQuest Group | Method and apparatus for network assessment |
5822529, | Aug 11 1994 | KUZURYU, INC | Distributed bidirectional communication network structure in which a host station connected to a plurality of user stations initially assists only in setting up communication directly between user stations without going through the host station |
5826031, | Jun 10 1996 | Sun Microsystems, Inc. | Method and system for prioritized downloading of embedded web objects |
5841980, | May 15 1996 | Sony Interactive Entertainment LLC | Distributed system for communication networks in multi-user applications |
5862346, | Jun 28 1996 | DISTRIBUTED MEDIA SOLUTIONS, LLC | Distributed group activity data network system and corresponding method |
5884046, | Oct 23 1996 | PARITY NETWORKS LLC | Apparatus and method for sharing data and routing messages between a plurality of workstations in a local area network |
5892914, | Nov 28 1994 | RPX Corporation | System for accessing distributed data cache at each network node to pass requests and data |
5892945, | Mar 21 1996 | Oracle International Corporation | Method and apparatus for distributing work granules among processes based on the location of data accessed in the work granules |
5909681, | Mar 25 1996 | International Business Machines Corporation | Computer system and computerized method for partitioning data for parallel processing |
5920697, | Jul 11 1996 | Microsoft Technology Licensing, LLC | Method of automatic updating and use of routing information by programmable and manual routing information configuration based on least lost routing |
5924096, | Oct 15 1997 | JPMORGAN CHASE BANK, N A , AS SUCCESSOR AGENT | Distributed database using indexed into tags to tracks events according to type, update cache, create virtual update log on demand |
5926822, | Sep 06 1996 | Financial Engineering Associates, Inc.; FINANCIAL ENGINEERING ASSOCIATES, INC | Transformation of real time data into times series and filtered real time data within a spreadsheet application |
5974443, | Sep 26 1997 | InterVoice Limited Partnership | Combined internet and data access system |
5987446, | Nov 12 1996 | COMCAST MO GROUP, INC | Searching large collections of text using multiple search engines concurrently |
5987466, | Nov 25 1997 | International Business Machines Corporation | Presenting web pages with discrete, browser-controlled complexity levels |
5999610, | Jun 26 1996 | HANGER SOLUTIONS, LLC | Managing feature interactions in a telecommunications system such as an intelligent network |
6014686, | Jun 21 1996 | HANGER SOLUTIONS, LLC | Apparatus and methods for highly available directory services in the distributed computing environment |
6088659, | Sep 11 1997 | Elster Electricity, LLC | Automated meter reading system |
6108703, | Jul 14 1998 | Massachusetts Institute of Technology | Global hosting system |
6119165, | Nov 17 1997 | Trend Micro, Incorporated | Controlled distribution of application programs in a computer network |
6125365, | Apr 07 1997 | Yazaki Corporation | Tree structure address setting method for automatically assigning addresses for a plurality of relay units connected in a tree |
6128647, | Apr 05 1996 | Self configuring peer to peer inter process messaging system | |
6141681, | Mar 07 1997 | GLOBALFOUNDRIES Inc | Method of and apparatus for transferring and interpreting a data package |
6178439, | Dec 23 1997 | British Telecommunications public limited company | HTTP session control |
6199099, | Mar 05 1999 | Accenture Global Services Limited | System, method and article of manufacture for a mobile communication network utilizing a distributed communication network |
6275820, | Jul 16 1998 | NTT DATA SERVICES CORPORATION | System and method for integrating search results from heterogeneous information resources |
6282548, | Jun 21 1997 | Alexa Internet | Automatically generate and displaying metadata as supplemental information concurrently with the web page, there being no link between web page and metadata |
6311265, | Mar 25 1996 | International Business Machines Corporation | Apparatuses and methods for programming parallel computers |
6400958, | Feb 26 1996 | Nokia Technologies Oy | Communication network terminal supporting a plurality of applications |
6430602, | Aug 22 2000 | Microsoft Technology Licensing, LLC | Method and system for interactively responding to instant messaging requests |
6529953, | Dec 17 1999 | Reliable Network Solutions | Scalable computer network resource monitoring and location system |
6574749, | Oct 29 1999 | RPX CLEARINGHOUSE LLC | Reliable distributed shared memory |
6594682, | Oct 28 1997 | Microsoft Technology Licensing, LLC | Client-side system for scheduling delivery of web content and locally managing the web content |
6678674, | Jul 09 1998 | DYNATREK, INC | Data retrieving method and apparatus data retrieving system and storage medium |
6763017, | Sep 30 1998 | Cisco Technology, Inc | Method and apparatus for voice port hunting of remote telephone extensions using voice over packet-data-network systems (VOPS) |
6766370, | Jun 04 1999 | Adobe Inc | Internet website traffic flow analysis using timestamp data |
6792458, | Oct 04 1999 | GOOGLE LLC | System and method for monitoring and analyzing internet traffic |
6795826, | May 25 2000 | MANYWORLDS, INC | Fuzzy content network management and access |
6816907, | Aug 24 2000 | International Business Machines Corporation | System and method for providing differentiated services on the web |
6891802, | Mar 30 2000 | BYTEWEAVR, LLC | Network site testing method and associated system |
6895406, | Aug 25 2000 | SeaSeer Research and Development LLC | Dynamic personalization method of creating personalized user profiles for searching a database of information |
6978458, | Nov 17 2000 | Oracle International Corporation | Distributing data items to corresponding buckets for use in parallel operations |
6981029, | Jul 17 2001 | Cisco Technology, Inc | System and method for processing a request for information in a network |
6986050, | Oct 12 2001 | F-Secure Corporation | Computer security method and apparatus |
7000013, | May 21 2001 | TWITTER, INC | System for providing gracefully degraded services on the internet under overloaded conditions responsive to HTTP cookies of user requests |
7035921, | Nov 14 2000 | HEWLETT-PACKARD DEVELOPMENT COMPANY L P | Method of and apparatus for providing web service using a network of servers |
7054867, | Sep 18 2001 | Skype Limited | Systems, methods and programming for routing and indexing globally addressable objects and associated business models |
7076543, | Feb 13 2002 | Cisco Technology, Inc. | Method and apparatus for collecting, aggregating and monitoring network management information |
7099914, | Jun 24 1999 | LinkedIn Corporation | System and method for variable size retrieval of webpage data |
7130912, | Mar 26 2002 | Hitachi, LTD | Data communication system using priority queues with wait count information for determining whether to provide services to client requests |
7155493, | Oct 29 1998 | International Business Machines Corporation | Method and apparatus for improved internet navigation |
7216154, | Nov 28 2000 | Intel Corporation | Apparatus and method for facilitating access to network resources |
7225362, | Jun 11 2001 | ServiceNow, Inc | Ensuring the health and availability of web applications |
7308649, | Sep 30 2003 | GOOGLE LLC | Providing scalable, alternative component-level views |
7325045, | Aug 05 2003 | A9 COM, INC | Error processing methods for providing responsive content to a user when a page load error occurs |
7523173, | Mar 29 2000 | IBM Corporation | System and method for web page acquisition |
7523191, | Jun 02 2000 | R2 SOLUTIONS LLC | System and method for monitoring user interaction with web pages |
7624047, | Jul 31 2002 | Amazon Technologies, Inc | Managing server load by varying responses to requests for dynamically-generated web pages |
7676581, | Sep 01 2005 | Microsoft Technology Licensing, LLC | Web application resource management |
7904759, | Jan 11 2006 | Amazon Technologies, Inc. | System and method for service availability management |
20010037389, | |||
20020091752, | |||
20020188522, | |||
20030018953, | |||
20030130982, | |||
20030172054, | |||
20030212788, | |||
20040005873, | |||
20040158615, | |||
20050033803, | |||
20050064859, | |||
20050102292, | |||
20050137963, | |||
20050273841, | |||
20050273853, | |||
20060053334, | |||
20060259585, | |||
20070088805, | |||
20070124446, | |||
20070263650, | |||
20080086573, | |||
20080263188, | |||
20110202924, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 08 2011 | Amazon Technologies, Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Apr 25 2016 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Apr 23 2020 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Apr 23 2024 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Oct 23 2015 | 4 years fee payment window open |
Apr 23 2016 | 6 months grace period start (w surcharge) |
Oct 23 2016 | patent expiry (for year 4) |
Oct 23 2018 | 2 years to revive unintentionally abandoned end. (for year 4) |
Oct 23 2019 | 8 years fee payment window open |
Apr 23 2020 | 6 months grace period start (w surcharge) |
Oct 23 2020 | patent expiry (for year 8) |
Oct 23 2022 | 2 years to revive unintentionally abandoned end. (for year 8) |
Oct 23 2023 | 12 years fee payment window open |
Apr 23 2024 | 6 months grace period start (w surcharge) |
Oct 23 2024 | patent expiry (for year 12) |
Oct 23 2026 | 2 years to revive unintentionally abandoned end. (for year 12) |