Dynamic graph performance monitoring

Information

  • Patent Grant
  • 9507682
  • Patent Number
    9,507,682
  • Date Filed
    Friday, November 16, 2012
    12 years ago
  • Date Issued
    Tuesday, November 29, 2016
    8 years ago
Abstract
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for dynamic graph performance monitoring. One of the methods includes receiving multiple units of work that each include one or more work elements. The method includes determining a characteristic of the first unit of work. The method includes identifying, by a component of the first dataflow graph, a second dataflow graph from multiple available dataflow graphs based on the determined characteristic, the multiple available dataflow graphs being stored in a data storage system. The method includes processing the first unit of work using the second dataflow graph. The method includes determining one or more performance metrics associated with the processing.
Description
BACKGROUND

This description relates to monitoring performance metrics of dynamic graphs.


Computations can often be expressed as a data flow through a directed graph (called a “dataflow graph”), with components of the computation being associated with the vertices of the graph and data flows between the components corresponding to links (arcs, edges) of the graph. In a physical implementation of a system for executing such computations, data processing elements such as microprocessors executing suitable program instructions can be used to instantiate the component and data flow. The components can include data processing components that receive data at one or more input ports, process the data, and provide data from one or more output ports, and dataset components that act as a source or sink of the data flows. The components can also include one or more data graphs which can be loaded dynamically as data is executed in, for example, “dynamic components” or “micrographs”. A system that implements such graph-based computations is described in U.S. Pat. No. 5,966,072, “Executing Computations Expressed as Graphs” and a system for implementing dynamic components in such graph based computations, is illustrated, for example, in U.S. patent application Ser. No. 13/161,010, “Dynamically Loading Graph-Based Computations.”


SUMMARY

In one aspect, in general, a method for processing data includes receiving multiple units of work that each include one or more work elements. The method includes determining a characteristic of the first unit of work. The method includes identifying, by a component of the first dataflow graph, a second dataflow graph from multiple available dataflow graphs based on the determined characteristic, the multiple available dataflow graphs being stored in a data storage system. The method includes processing the first unit of work using the second dataflow graph. The method includes determining one or more performance metrics associated with the processing.


Aspects can include one or more of the following features. The second dataflow graph may be compiled independently of the first dataflow graph. The methods may include storing the one or more performance metrics in an in-memory data store. The methods may include transferring the stored one or more performance metrics to a persistent data store. The methods may include aggregating the one or more performance metrics with previously obtained performance metrics. Aggregating the one or more performance metrics may include aggregating the one or more performance metrics based on an identifier associated with the second dataflow graph. Aggregating the one or more performance metrics may include aggregating the one or more performance metrics based on an identifier associated with the first dataflow graph. The methods may include displaying the one or more performance metrics to a user.


Aspects can include one or more of the following advantages. Performance metrics for dynamic components may be collected and reported. The latency introduced by monitoring the performance of dynamic performance may be reduced.


Other features and advantages of the invention will become apparent from the following description, and from the claims.





DESCRIPTION OF DRAWINGS


FIG. 1 is a block diagram of a system for executing graph-based computations.



FIG. 2 shows an exemplary environment in which performance metrics for micrographs may be collected.



FIG. 3 is a flow chart for collecting performance metrics from a micrograph.



FIG. 4 illustrates an example of aggregating performance metrics by micrograph identifier.



FIG. 5 illustrates an example environment in which run-micrograph components execute in parallel.



FIG. 6 illustrates an example of a micrograph for a “raise credit limit” transaction.



FIG. 7 illustrates an example user interface for the system monitoring application.



FIG. 8 illustrates an example user interface displaying a micrograph.



FIG. 9 illustrates an example user interface that displays additional performance metrics.



FIG. 10 is a flow chart for an example process for collecting performance metrics.





DESCRIPTION

Dataflow graph systems are used where large volumes of data must be processed very fast. Monitoring the performance of a dataflow graph system enables users to identify components, individually or as a group, of the dataflow graph that can be improved or that may be performing improperly. For example, performance monitoring can enable a user to identify components that use excessive amounts of processor time, introduce latency delays, or are prone to failure. These components can be examined and modified in order to correct these deficiencies.


Dynamically loaded components (components which are selected and loaded at the time the dataflow graph executes) enhance the functionality of a dataflow graph by enabling new functionality to be introduced without re-compiling an existing graph. However, monitoring dynamically loaded components introduces additional complications.


In general, the creator of the dataflow graph may be unaware of the characteristics of subsequently introduced dynamic components, making such components difficult to monitor. Traditionally, a dataflow graph is unable to appropriately report the performance characteristics of these dynamic components.


At the same time, dynamic components are more likely to introduce performance problems. For example, the creator of a dynamic component may not be aware of nuances in the construction of the dataflow graph into which the component will be loaded. Therefore, the dynamic component may perform unnecessary operations or may adversely affect the processing or performance of the remainder of the dataflow graph.


By expanding the monitoring capabilities of dataflow graphs to account for dynamic components, the ability to monitor dataflow graph systems is improved.



FIG. 1 shows an exemplary data processing system 100 in which performance monitoring techniques can be used. The system 100 includes a data source 102 that may include one or more sources of data, such as storage devices or connections to online data streams, each of which may store data in any of a variety of storage formats (e.g., database tables, spreadsheet files, flat text files, or a native format used by a mainframe). An execution environment 104 includes a performance monitoring module 106 and an execution module 112. The execution environment 104 may be hosted on one or more general-purpose computers under the control of a suitable operating system, such as the UNIX operating system. For example, the execution environment 104 can include a multiple-node parallel computing environment including a configuration of computer systems using multiple central processing units (CPUs) (or, equivalently CPU “cores”), either local (e.g., multiprocessor systems such as symmetric multiprocessing (SMP) computers), or locally distributed (e.g., multiple processors coupled as clusters or massively parallel processing (MPPs), or remote, or remotely distributed (e.g., multiple processors coupled via one or more local area networks (LANs) and/or wide-area networks (WANs)), or any combination thereof.


The execution module 112 reads data from the data source 102. Storage devices providing the data source 102 may be local to the execution environment 104, for example, being stored on a storage medium connected to a computer running the execution environment 104 (e.g., hard drive 108), or may be remote to the execution environment 104, for example, being hosted on a remote system (e.g., mainframe 110) in communication with a computer running the execution environment 104, over a remote connection.


The execution module 112 uses the data from the data source 102 to generate output records 114 stored in a data storage system 116 accessible to the execution environment 104. The data storage system 116 is also accessible to a development environment 118. The development environment 118 is, in some implementations, a system for developing applications as dataflow graphs that include vertices (representing components or datasets) connected by directed links (representing flows of work elements) between the vertices. For example, such an environment is described in more detail in U.S. Publication No. 2007/0011668, titled “Managing Parameters for Graph-Based Applications,” incorporated herein by reference. A system for executing such graph-based computations is described in U.S. Pat. No. 5,566,072, “Executing Computations Expressed as Graphs”, incorporated herein by reference. As used herein, the terms “graph” and “micrograph” refer to a set of instructions and in association with a processor executing those instructions. Dataflow graphs made in accordance with this system provide mechanisms for getting information into and out of individual processes represented by graph components, for moving information between the processes, and for defining a running order for the processes. This system includes algorithms that choose interprocess communication methods (for example, communication paths according to the links of the graph can use TCP/IP or UNIX domain sockets or shared memory to pass data between the processes).


The execution module 112 can receive data from a variety of types of systems including different forms of database systems. The data may be organized as records having values for respective fields (also called “attributes” or “columns”), including possibly null values. When first reading data from a data source, the execution module 112 typically starts with some initial format information about records in that data source. In some circumstances, the record structure of the data source may not be known initially and may instead be determined after analysis of the data source. The initial information about records can include the number of bits that represent a distinct value, the order of fields within a record, and the type of value (e.g., string, signed/unsigned integer) represented by the bits.


The performance monitoring module 106 collects performance metrics about the performance of the execution module 112. As discussed below, these metrics may include, for example, some or all of the number of records read, the number of bytes read, the number of records written, the number of bytes written, the processor time used, and the elapsed time. FIG. 2 shows an exemplary environment for collecting performance metrics of micrographs executed by an execution module. In general, a micrograph is a specialized sub-graph configured to be retrieved dynamically and embedded within the run-micrograph component 210. A system for executing such dynamically loaded graphs is described in U.S. patent application Ser. No. 13/161,010, “Dynamically Loading Graph-Based Computations”, incorporated herein by reference. In some implementations, the micrograph may be precompiled.


The execution module 112 executes a graph 202. The execution module may be, for example, a process or set of processes being executed by a computer system. The graph may be a set of computer readable instructions which can be stored in a non-transitory computer readable storage device, such as the data storage 116. The graph 202 may be loaded from a data store, for example, the data storage 116 of FIG. 1.


In this example, the graph 202 includes a component 206 which reads data from a data source 204. The component 206 is connected to a run-micrograph component 210 by a link 208. Data records from the output port of the component 206 are passed into the input port of the run-micrograph component 210. In general, a port refers to any mechanism by which a component of a dataflow graph may receive or provide data. A port may be, for example, a Transmission Control Protocol (TCP)/Internet Protocol (IP) port, a network socket, or a software pipe. A port may also refer to other methods of communication between components such as, for example, reading and writing to shared memory.


The run-micrograph component 210 selects a micrograph 212 to execute. For example, a credit processing system may perform numerous actions on behalf of different users. The actions may include changing an address, raising a credit limit, and canceling a credit card. Each of these activities may be associated with a different code stored in a data record. A series of data records may include, for example, a first change of address from a first user, a second change of address from a second user, a cancel credit card request from a third user, a third change of address from a fourth user, and a raise credit limit request from a fifth user.


To process each of these records, one or more different micrographs 212 may be selected. For example, a change of address may be processed by a change of address micrograph, a cancel credit card may be processed by a cancel credit card micrograph, and a raise credit limit may be process by a raise credit limit micrograph. The micrographs may be stored in a data store and loaded dynamically at run-time. In some implementations, the micrographs may be pre-compiled dataflow graphs which are accessed by the run-micrograph component.


The run-micrograph component can produce output records on output port 214 and the output records can be stored in a data store 216.


The run-micrograph component 210 may monitor and record the performance characteristics of the micrograph 212. For example, the run-micrograph component 210 may collect performance metrics such as processor time used, elapsed time, number of bytes read, number of records read, number of bytes written, number of records written, number of executions, number of failed executions, total duration, average record processing rate (records/second), average byte processing rate (bytes/second), etc.


The performance metrics may be produced on a second output port 218 of the run-micrograph component 210. For example, the performance metrics may be one or more records that contain information about the performance of the selected micrograph 212 along with other selected micrographs.


The performance metrics can be stored in a data store 220 in the performance monitoring module 106. In some implementations, the data store 220 is selected to minimize the performance impact of writing the performance metrics. For example, it can be advantageous to reduce latency introduced by writing the performance metrics to the data store 220. In some implementations, the data store 220 may be located in shared memory 220. Operations which write to shared (e.g., semi-conductor) memory generally introduce less overhead and are consequently faster than similar operations writing to a persistent data store, such as a magnetic disk.


Periodically, for example, every five minutes, ten minutes, or thirty minutes, a transfer component 222 reads the performance metrics from the data store 220 and writes the performance metrics to a system monitoring log 224. In some implementations, the systems monitoring log can be located in a persistent data store.


A system monitoring component 226 can read the performance metrics from the data store 220 and can further process and aggregate the data. For example, the system monitoring application may combine the performance metrics associated with multiple dataflow graphs that together make up a single business transaction. The system monitoring application can present the performance metrics to a user 228. In general, each data record that is received by the run-micrograph component 210 may result in the loading and processing of a different micrograph, though a same micrograph may be used to process multiple data records.



FIG. 3 is a flow chart for a process that collects performance metrics from micrographs that are loaded based on the contents of a data record. The process may be executed by an execution module, for example, the execution module 112 of FIG. 1.


Data is received, 302, for example on an input port of a run-micrograph component. In general, the data may be in the form of one or more records. The records may include one or more values which may correspond to one or more fields. For example, a credit card transaction data record may include four groups of four integer values (e.g., “1234 1234 1234 1234”) which correspond to an account identifier field.


For each record, a micrograph may be loaded, 304; the micrograph may be executed, 306; and the metrics may be processed, 308.


The micrograph may be loaded from one or more locations or devices, such as a persistent data store, or may be stored in memory. Loading the micrograph may include selecting an appropriate micrograph to load, for example, by evaluating data comprising some of the data in the record. Based on the evaluation of the data contained in the record, the micrograph may be selected from one or more micrographs. For example, a particular field or combination of fields may be determinative of which micrograph to load.


In general, data that is used in the selection of the micrograph is referred to as control data. In some implementations, control data may be provided to the run-micrograph component in a separate data record from the data to be processed. In other implementations, the control data may be integrated into each data record and may in some instances also include data to be processed.


Micrographs may be compiled and stored in a data store. In some arrangements, a micrograph is, or is derived from, a data flow graph that was previously compiled and stored in the data storage system. In some arrangements, a micrograph remains in an un-compiled form when loaded from the data store. The micrograph can be compiled independently of the dataflow graph that includes the run-micrograph component.


Executing the micrograph, 306, can include providing the data record to an input port of the micrograph and receiving an output record from the output port of micrograph. In some implementations, the micrograph may receive zero or more data records and produce zero or more output records.


Processing the metrics, 308, can include determining the performance metrics for the micrograph (for example, processor time, elapsed byte, bytes read, and bytes written). The metrics may be aggregated. That is, the metrics may be summed across one or more executions of the micrograph. For example, the performance metrics can be aggregated based on the name or other label associated with the micrograph. For example, the performance of all executions of the “cancel credit card” micrograph may be combined. Additionally, a number of times the micrograph is executed may be tracked. The performance metrics may be stored in an in-memory data store.


Whether there are more records to be processed is determined at 310. For example, a micrograph may process multiple input records to produce a single output record. If the micrograph or the run-micrograph component requires additional records, the new records are received as data, 302. If no further records are required, then the output record is provided and stored, 312.


Performance metrics may be aggregated based on the run-micrograph component. That is, all executions for all micrographs by a particular run-micrograph component are aggregated. Performance metrics may also be aggregated, as described above, by a micrograph identifier. That is, all executions by a particular type of micrograph are aggregated. The micrograph identifier may be, for example, the name of the micrograph.


Performance metrics may also not be aggregated, but may be stored for each individual execution of a micrograph. In some implementations, the run-micrograph component may be configures to receive a user defined parameter which instructs how to aggregate the performance metrics.


As discussed above, performance metrics collected during the execution of a micrograph may be aggregated as the metrics are collected. FIG. 4 illustrates an example of aggregating performance metrics by micrograph identifier. The aggregated performance metrics may be used by a system monitoring application and displayed to a user. The table 400 may be located in a data store, for example, the data store 220 of FIG. 2. In this example, the table includes a “Micrograph Identifier” column 402, a “Processor Time” column 404, an “Elapsed Time” column 406 and an “Invocations” column 408. Initially, the table includes rows for an identifier of a “Cancel Credit Card” micrograph, an identifier of a “Purchase” micrograph, and an identifier of a “Payment” micrograph.


When a run-micrograph component, for example, the run-micrograph component 210 of FIG. 2, executes a micrograph, the table 400 may be updated. In this example, the table 400 is updated based on a new invocation of the “Cancel Credit Card” micrograph, represented by data record 412. The new invocation includes 0.04 seconds of processor time and 0.10 seconds elapsed time.


The “Cancel Credit Card” row 410 is read from the table 400 and updated with the information from the new invocation. In this example, the cumulative performance metrics for the “Cancel Credit Card” micrograph include 1.23 seconds of processor time and 2.62 seconds of elapsed time over 32 invocations. After the new record is added, the updated cancel credit card row 414 includes 1.27 seconds of processor time (1.23 seconds+0.04 seconds) and 2.72 seconds of elapsed time over 33 invocations.


In this manner, performance metrics may be aggregated during the execution of the micrograph. Aggregating the performance metrics can have the benefit of minimizing the amount of memory overhead required to store and manage the table 400.


Aggregating performance metrics is further complicated because different instances of the same dataflow graph may be executed in parallel. For example, multiple different machines may be executing and collecting performance metrics for different instances of the same micrograph concurrently.



FIG. 5 illustrates an example environment in which run-micrograph components execute in parallel. Each instance of the run-micrograph component may be executed on one machine, a virtual machine, a processor, etc.


In this example, a partition element 502 divides a flow of input records between multiple instances of the run-micrograph component 210a, 210b, and 210c. Once the run-micrograph component processes an input record and produces an output record, the output records are collected by a gather element 504.


The performance metrics for each run-micrograph component may be delivered to the data store 220 and aggregated across each parallel instance, or may be stored separately for each parallel instance. In some implementations, the performance metrics for each parallel instance may be stored in a separate data store which is located on the same machine or device as the run-micrograph instance.


As a sub-graph, each micrograph may include multiple individual components that perform one or more distinct operations using a data record. In some implementations, micrographs may be instrumented to report additional information (e.g., more detailed information) about the performance of individual components of the micrograph. FIG. 6 illustrates an example of a micrograph for a “raise credit limit” transaction.


In this example, a “raise credit limit” micrograph 602 accepts input records on an input port 604. The “raise credit limit micrograph” 602 includes multiple components, such as an obtain history component 606 which obtains the payment history of a user requesting a credit limit increase; a credit check component 608 which checks the credit of the user; a select limit component 610 which selects a new credit limit based on the history and the credit check; and an update record component 612 which updates or creates an output record with the new credit limit. The output record is provided on an output port 614 of the micrograph 602.


The micrograph 602 may report the performance characteristics of its constituent components on a performance monitoring output port 616. For example, the “raise credit limit” micrograph 612 may report the processor time and elapsed time for the obtain history component 606, the credit check component 608, the select limit component 610 and the update record component 612. The run micrograph component (not shown) can collect and report these performance metrics based on an aggregation scheme as described above.


In some implementations, the run-micrograph component may request a list of the constituent components of the micrograph, for example, by sending a message through a dedicated input port (not shown). The run-micrograph component may provide the list of components on the performance monitoring output port 616. For example, in response to a request from the run-micrograph component (not shown) the “raise credit limit” micrograph may provide the comma-delimited list “obtain history, check credit, select limit, update record” on the performance metric port.


In some implementations, the run-micrograph component maintains a record of previously loaded micrographs. When a micrograph is loaded, the run-micrograph component may determine whether the micrograph has been previously loaded. If the micrograph has not been previously loaded, the run-micrograph component requests a list of the constituent components of the micrograph. The identity of the constituent components may be stored in the data store.


Once performance metrics are stored in a persistent data store, for example, the persistent data store 224 of FIG. 2 a performance monitoring application may access and use the stored performance metrics. In general, a performance monitoring application presents the collected metrics to a user in a manner that assists the user in understanding the metrics.



FIG. 7 illustrates an example user interface for a system for presenting collected performance metrics to a user. In this example, a user interface 700 presents a summary of data in a portion 702 of the user interface. The user interface 700 may be presented in one or more forms such as different types of network-based assets, for example, a web page displayed in a web browser on a user's computer system.


A monitor selector 714 enables a user to dynamically determine whether to monitor the execution of the micrographs. In some implementations, if a user elects not to monitor the execution of the micrograph, no performance metrics are collected. The monitor selector 714 may also allow the user to select how the performance metrics are aggregated. For example, the user may select to summarize the performance metrics for micrographs by micrograph name, to summarize the performance metrics across all micrographs, to store only the most recent execution of each micrograph, or to save the details of each execution of the micrograph.


In general, a job refers to processing a set of data records by one or more dataflow graphs. The performance metrics may be summarized differently for each job. For example, one micrograph 716 (titled “mg_runner_all.mp”) is summarized across all micrograph executions. Another micrograph 718 (titled “mg_runner_name.mp”) is summarized by its micrograph name. Still another micrograph 720 (titled “mg_runner.mp”) records the performance metrics of each execution separately.


Performance metrics for each micrograph are obtained from the performance metrics stored in the persistent data store. For example, a start time 708 and elapsed time 710 are reported, as well as total processor time used 712.


In some implementations, the user interface allows the user to expand and view the details of a particular job, micrograph, etc. FIG. 8 illustrates an example user interface 800 displaying a micrograph. In this example, a reformat micrograph 804 is displayed. An input port 802 for providing input records to the reformat micrograph 804 and an output port 806 for obtaining output records from the reformat micrograph 804 are also displayed.


Performance metrics are integrated into the user interface. In this example, the user interface displays that one record has been provided 808 to the micrograph and one record has been produced 810 by the micrograph.



FIG. 9 illustrates an example user interface that displays additional performance metrics. The user interface 900 presents the aggregated performance metrics in tabular form. A metrics column 902 lists the name of the metrics and a value column 904 provides a corresponding value for the metrics. A units column 906 provides the units which define the values 904. Included in the list of metrics are the number of times the micrograph executed and how many times the micrograph failed to complete the execution successfully.



FIG. 10 is a flow chart of an example process for collecting performance metrics. The process 1000 may be performed by one or more computer systems including an execution module, for example, the execution module 104 of FIG. 1. For simplicity, the process will be described in relation to a system performing the process.


Multiple units of work are received, 1002. The units of work may be received by a component of a dataflow graph. A unit of work may include zero or more input data records. The input data records may be provided from a data store or from an output port of a preceding component in the dataflow graph.


Characteristics of a unit of work are determined, 1004. A characteristic may be one or more values stored in fields of one of the input data records. For example, a characteristic may be a value in a field which identifies an operation to be performed by the component of the dataflow graph.


A micrograph is identified based on the characteristics, 1006. For example, the process can identify a micrograph that performs the operation identified by the field. The micrograph may be identified by comparing the characteristics of the unit of work to a list of available micrographs, for example, by using a look up table, dictionary, or similar data structure.


The identified dataflow graph is loaded, 1008. A run-micrograph component may load the dataflow graph. The micrograph can be, for example, a data flow graph stored in a data store. The micrograph can be configured to be loaded and executed by a component of a data flow graph, for example, the run-micrograph component 222 of FIG. 2. In some arrangements, a micrograph remains in an un-compiled form when loaded from the data storage system. In some arrangements, the micrograph is serialized prior to being stored in the data storage system. In general, serialization is a process by which a dataflow graph, in a compiled or uncompiled form, is translated into a binary stream of zeroes and ones so that the dataflow graph is in a form that can easily be stored in a data store.


The unit of work is processed using the identified dataflow graph, 1010. In some implementations, the unit of work is provided on an input port of the identified micrograph. Generated output records, if any, are provided by an output port of the identified micrograph.


One or more performance metrics are determined, 1012. The performance metrics may be determined by a run-micrograph component or the micrograph may be instrumented to provide performance metrics on a specialized output port of the micrograph.


The performance monitoring approach described above can be implemented using software for execution on a computer. For instance, the software forms procedures in one or more computer programs that execute on one or more programmed or programmable computer systems (which may be of various architectures such as distributed, client/server, or grid) each including at least one processor, at least one data storage system (including volatile and non-volatile memory and/or storage elements), at least one input device or port, and at least one output device or port. The software may form one or more modules of a larger program, for example, the software may provide other services related to the design and configuration of dataflow graphs. The nodes and elements of the graph can be implemented as data structures stored in a computer readable medium or other organized data conforming to a data model stored in a data repository.


The software may be provided on a storage medium, such as a CD-ROM, readable by a general or special purpose programmable computer, or delivered (encoded in a propagated signal) over a communication medium of a network to a storage medium of the computer where it is executed. All of the functions may be performed on a special purpose computer, or using special-purpose hardware, such as coprocessors. The software may be implemented in a distributed manner in which different parts of the computation specified by the software are performed by different computers. Each such computer program is preferably stored on or downloaded to a tangible, non-transitory storage media or device (e.g., solid state memory or media, or magnetic or optical media) readable by a general or special purpose programmable computer, for configuring and operating the computer when the storage media or device is read by the computer system to perform the procedures described herein. The inventive system may also be considered to be implemented as a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer system to operate in a specific and predefined manner to perform the functions described herein.


A number of embodiments of the invention have been described. It is to be understood that the foregoing description is intended to illustrate and not to limit the scope of the invention, which is defined by the scope of the appended claims. It will be understood that various modifications may be made without departing from the spirit and scope of the invention. For example, some of the steps described above may be order independent, and thus can be performed in an order different from that described. Other embodiments are within the scope of the following claims.

Claims
  • 1. A method for processing data in a data processing system, wherein a first dataflow graph is executed, the method including: receiving multiple units of work that each include one or more records;determining a characteristic of a first unit of work based on data included in the one or more records of the first unit of work;identifying, by a component of the first dataflow graph, a second dataflow graph from multiple available dataflow graphs based on the determined characteristic, the multiple available dataflow graphs being stored in a data storage system;processing the first unit of work using the second dataflow graph based on loading the second dataflow graph into the first dataflow graph;receiving, by the first dataflow graph, one or more values of one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph;outputting, by the first dataflow graph to a performance monitoring module, the one or more received values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph, wherein the performance monitoring module receives a plurality of values of one or more performance metrics output by a plurality of dataflow graphs;selecting, from among the plurality of values of the one or more performance metrics output by the plurality of dataflow graphs, values of one or more performance metrics associated with an identifier for the second dataflow graph; andaggregating the values selected for the one or more performance metrics associated with the identifier for the second dataflow graph.
  • 2. The method of claim 1, wherein the second dataflow graph is compiled independent of the first dataflow graph.
  • 3. The method of claim 1, wherein the processing further includes storing the one or more values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph in an in-memory data store.
  • 4. The method of claim 3, wherein the processing further includes transferring the stored one or more values of the one or more performance metrics to a persistent data store.
  • 5. The method of claim 1, wherein the values selected include first values and wherein the method further includes aggregating second values of the one or more performance metrics output by the plurality of dataflow graphs based on an identifier associated with the first dataflow graph.
  • 6. The method of claim 1, further including displaying the one or more performance metrics to a user or displaying the aggregated values of the one or more performance metrics to the user.
  • 7. A non-transitory computer-readable storage medium storing a computer program for processing data in a data processing system, wherein a first dataflow graph is executed, the computer program including instructions for causing a computing system to: receive multiple units of work that each include one or more records;determine a characteristic of a first unit of work based on data included in the one or more records of the first unit of work;identify, by a component of the first dataflow graph, a second dataflow graph from multiple available dataflow graphs based on the determined characteristic, the multiple available dataflow graphs being stored in a data storage system;process the first unit of work using the second dataflow graph based on loading the second dataflow graph into the first dataflow graph;receive, by the first dataflow graph, one or more values of one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph;output, by the first dataflow graph to a performance monitoring module, the one or more received values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph, wherein the performance monitoring module receives a plurality of values of one or more performance metrics output by a plurality of dataflow graphs;select, from among the plurality of values of the one or more performance metrics output by the plurality of dataflow graphs, values of one or more performance metrics associated with an identifier for the second dataflow graph; andaggregate the values selected for the one or more performance metrics associated with the identifier for the second dataflow graph.
  • 8. The medium of claim 7, wherein the second dataflow graph is compiled independent of the first dataflow graph.
  • 9. The medium of claim 7, wherein the computer program further includes instructions for causing a computing system to store the one or more values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph in an in-memory data store.
  • 10. The medium of claim 9, wherein the computer program further includes instructions for causing a computing system to transfer the stored one or more values of the one or more performance metrics to a persistent data store.
  • 11. The medium of claim 7, wherein the values selected include first values and wherein the instructions to aggregate include instructions to aggregate second values of the one or more performance metrics output by the plurality of dataflow graphs based on an identifier associated with the first dataflow graph.
  • 12. The medium of claim 7, wherein the computer program further includes instructions for causing a computing system to display the one or more performance metrics to a user or to display the aggregated values of the one or more performance metrics to the user.
  • 13. A computing system for processing data, the computing system including: an input device or port configured to receive multiple units of work that each include one or more records; andat least one processor configured to process data, the processing including: receiving multiple units of work that each include one or more records;determining a characteristic of a first unit of work based on data included in the one or more records of the first unit of work;identifying, by a component of a first dataflow graph, a second dataflow graph from multiple available dataflow graphs based on the determined characteristic, the multiple available dataflow graphs being stored in a data storage system;processing the first unit of work using the second dataflow graph based on loading the second dataflow graph into the first dataflow graph;receiving, by the first dataflow graph, one or more values of one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph;outputting, by the first dataflow graph to a performance monitoring module, the one or more received values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph, wherein the performance monitoring module receives a plurality of values of one or more performance metrics output by a plurality of dataflow graphs;selecting, from among the plurality of values of the one or more performance metrics output by the plurality of dataflow graphs, values of one or more performance metrics associated with an identifier for the second dataflow graph; andaggregating the values selected for the one or more performance metrics associated with the identifier for the second dataflow graph.
  • 14. The system of claim 13, wherein the second dataflow graph is compiled independent of the first dataflow graph.
  • 15. The system of claim 13, wherein the processing further includes storing the one or more values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph in an in-memory data store.
  • 16. The system of claim 15, wherein the processing further includes transferring the stored one or more values of the one or more performance metrics to a persistent data store.
  • 17. The system of claim 13, wherein the values selected include first values and wherein the processing further includes aggregating second values of the one or more performance metrics output by the plurality of dataflow graphs based on an identifier associated with the first dataflow graph.
  • 18. The system of claim 13, wherein the processing further includes displaying the one or more performance metrics to a user or displaying the aggregated values of the one or more performance metrics to the user.
  • 19. A computing system for processing data, the computing system including: means for receiving multiple units of work that each include one or more records;
  • 20. The system of claim 19, wherein the second dataflow graph is compiled independent of the first dataflow graph.
  • 21. The system of claim 19, further including means for storing the one or more values of the one or more performance metrics associated with the processing of the first unit of work using the loaded second dataflow graph in an in-memory data store.
  • 22. The system of claim 21, further including means for transferring the stored one or more values of the one or more performance metrics to a persistent data store.
  • 23. The system of claim 19, wherein the values selected include first values, the system further including means for aggregating second values of the one or more performance metrics output by the plurality of dataflow graphs based on an identifier associated with the first dataflow graph.
  • 24. The system of claim 19, further including means for displaying the one or more performance metrics to a user or displaying the aggregated values of the one or more performance metrics to the user.
US Referenced Citations (225)
Number Name Date Kind
3662343 Goldstein et al. May 1972 A
3662401 Collins et al. May 1972 A
4228496 Katzman et al. Oct 1980 A
4922418 Dolecek May 1990 A
4972314 Getzinger et al. Nov 1990 A
5127104 Dennis Jun 1992 A
5276899 Neches Jan 1994 A
5280619 Wang Jan 1994 A
5301336 Kodosky Apr 1994 A
5323452 Dickman et al. Jun 1994 A
5333319 Silen Jul 1994 A
5357632 Pian et al. Oct 1994 A
5495590 Comfort et al. Feb 1996 A
5504900 Raz Apr 1996 A
5630047 Wang May 1997 A
5692168 McMahan Nov 1997 A
5701400 Amardo Dec 1997 A
5712971 Stanfill et al. Jan 1998 A
5745778 Alfieri Apr 1998 A
5799266 Hayes Aug 1998 A
5802267 Shirakihara et al. Sep 1998 A
5805462 Poirot et al. Sep 1998 A
5857204 Lordi et al. Jan 1999 A
5923832 Shirakihara et al. Jul 1999 A
5924095 White Jul 1999 A
5930794 Linenbach et al. Jul 1999 A
5933640 Dion Aug 1999 A
5950212 Anderson et al. Sep 1999 A
5966072 Stanfill et al. Oct 1999 A
5999729 Tabloski, Jr. et al. Dec 1999 A
6006242 Poole et al. Dec 1999 A
6012094 Leyman Jan 2000 A
6014670 Zamanian et al. Jan 2000 A
6016516 Horikiri Jan 2000 A
6032158 Mukhopadhhyay et al. Feb 2000 A
6038558 Powers et al. Mar 2000 A
6044211 Jain Mar 2000 A
6044374 Nesamoney et al. Mar 2000 A
6044394 Cadden et al. Mar 2000 A
6088716 Stanfill et al. Jul 2000 A
6145017 Ghaffari Nov 2000 A
6173276 Kant et al. Jan 2001 B1
6208345 Sheard et al. Mar 2001 B1
6256637 Venkatesh et al. Jul 2001 B1
6259988 Galkowski et al. Jul 2001 B1
6272650 Meyer et al. Aug 2001 B1
6301601 Helland Oct 2001 B1
6314114 Coyle et al. Nov 2001 B1
6324437 Frankel et al. Nov 2001 B1
6330008 Razdow et al. Dec 2001 B1
6332212 Organ et al. Dec 2001 B1
6339775 Zamanian et al. Jan 2002 B1
6400996 Hoffberg et al. Jun 2002 B1
6401216 Meth et al. Jun 2002 B1
6437796 Sowizral et al. Aug 2002 B2
6449711 Week Sep 2002 B1
6480876 Rehg et al. Nov 2002 B2
6496961 Gupta et al. Dec 2002 B2
6538651 Hayman et al. Mar 2003 B1
6584581 Bay et al. Jun 2003 B1
6608628 Ross et al. Aug 2003 B1
6611862 Reisman Aug 2003 B2
6651234 Gupta et al. Nov 2003 B2
6654907 Stanfill et al. Nov 2003 B2
6658464 Reisman Dec 2003 B2
6715145 Bowman-Amuah Mar 2004 B1
6728879 Atkinson Apr 2004 B1
6760903 Morshed et al. Jul 2004 B1
6813761 Das et al. Nov 2004 B1
6816825 Ashar et al. Nov 2004 B1
6832369 Kryka et al. Dec 2004 B1
6848100 Wu et al. Jan 2005 B1
6879946 Rong et al. Apr 2005 B2
6975628 Johnson Dec 2005 B2
7062483 Ferrari et al. Jun 2006 B2
7082604 Schneiderman Jul 2006 B2
7085426 August Aug 2006 B2
7103597 McGovern Sep 2006 B2
7103620 Kunz et al. Sep 2006 B2
7130484 August Oct 2006 B2
7137116 Parkes et al. Nov 2006 B2
7164422 Wholey et al. Jan 2007 B1
7165030 Yi et al. Jan 2007 B2
7167850 Stanfill Jan 2007 B2
7316001 Gold et al. Jan 2008 B2
7356819 Ricart et al. Apr 2008 B1
7398514 Ulrich et al. Jul 2008 B2
7412658 Gilboa Aug 2008 B2
7417645 Beda et al. Aug 2008 B2
7457984 Kutan Nov 2008 B2
7467383 Inchingolo et al. Dec 2008 B2
7505975 Luo Mar 2009 B2
7577628 Stanfill Aug 2009 B2
7594220 Kodosky et al. Sep 2009 B2
7636699 Stanfill Dec 2009 B2
7716630 Wholey et al. May 2010 B2
7756940 Sagawa Jul 2010 B2
7840949 Schumacher et al. Nov 2010 B2
7870556 Wholey et al. Jan 2011 B2
7877350 Stanfill et al. Jan 2011 B2
7979479 Staebler et al. Jul 2011 B2
8281297 Dasu et al. Oct 2012 B2
8286176 Baumback et al. Oct 2012 B1
8566641 Douros et al. Oct 2013 B2
8595262 Hayden Nov 2013 B1
9274926 Larson et al. Mar 2016 B2
20010055019 Sowizral et al. Dec 2001 A1
20020080181 Razdow et al. Jun 2002 A1
20020087921 Rodriguez Jul 2002 A1
20020091747 Rehg et al. Jul 2002 A1
20020091748 Rehg et al. Jul 2002 A1
20020107743 Sagawa Aug 2002 A1
20020111876 Rudraraju et al. Aug 2002 A1
20020129340 Tuttle Sep 2002 A1
20020147745 Houben et al. Oct 2002 A1
20020184616 Chessell et al. Dec 2002 A1
20030004771 Yaung Jan 2003 A1
20030023413 Srinivasa Jan 2003 A1
20030033432 Simpson et al. Feb 2003 A1
20030091055 Craddock et al. May 2003 A1
20030126240 Vosseler Jul 2003 A1
20030204804 Petri et al. Oct 2003 A1
20040006745 Van Heldan et al. Jan 2004 A1
20040041838 Adusumilli et al. Mar 2004 A1
20040073529 Stanfill Apr 2004 A1
20040093559 Amaru et al. May 2004 A1
20040098452 Brown et al. May 2004 A1
20040107414 Bronicki et al. Jun 2004 A1
20040111469 Manion et al. Jun 2004 A1
20040148373 Childress et al. Jul 2004 A1
20040177099 Ganesh et al. Sep 2004 A1
20040205726 Chedgey et al. Oct 2004 A1
20040207665 Mathur Oct 2004 A1
20040210831 Feng et al. Oct 2004 A1
20040225657 Sarkar Nov 2004 A1
20040260590 Golani et al. Dec 2004 A1
20050021689 Marvin et al. Jan 2005 A1
20050033720 Verma et al. Feb 2005 A1
20050034112 Stanfill Feb 2005 A1
20050039176 Fournie Feb 2005 A1
20050059046 Labrenz et al. Mar 2005 A1
20050086360 Mamou et al. Apr 2005 A1
20050097515 Ribling May 2005 A1
20050097561 Schumacher et al. May 2005 A1
20050102325 Gould et al. May 2005 A1
20050102670 Bretl et al. May 2005 A1
20050114778 Branson et al. May 2005 A1
20050144277 Flurry et al. Jun 2005 A1
20050144596 McCullough et al. Jun 2005 A1
20050149935 Benedetti Jul 2005 A1
20050172268 Kuturiano et al. Aug 2005 A1
20050177531 Bracewell Aug 2005 A1
20050193056 Schaefer et al. Sep 2005 A1
20050216421 Barry et al. Sep 2005 A1
20050240621 Robertson et al. Oct 2005 A1
20050262470 Gavrilov Nov 2005 A1
20050289527 Illowsky et al. Dec 2005 A1
20060085462 Todd Apr 2006 A1
20060095722 Biles et al. May 2006 A1
20060098017 Tarditi et al. May 2006 A1
20060130041 Pramanick et al. Jun 2006 A1
20060206872 Krishnaswamy Sep 2006 A1
20060282474 MacKinnon Dec 2006 A1
20060294150 Stanfill et al. Dec 2006 A1
20060294459 Davis et al. Dec 2006 A1
20070011668 Wholey et al. Jan 2007 A1
20070022077 Stanfill Jan 2007 A1
20070035543 David et al. Feb 2007 A1
20070094211 Sun et al. Apr 2007 A1
20070118839 Berstis et al. May 2007 A1
20070139441 Lucas et al. Jun 2007 A1
20070143360 Harris et al. Jun 2007 A1
20070150429 Huelsman et al. Jun 2007 A1
20070174185 McGovern Jul 2007 A1
20070179923 Stanfill Aug 2007 A1
20070198971 Dasu Aug 2007 A1
20070239766 Papaefstathiou et al. Oct 2007 A1
20070271381 Wholey et al. Nov 2007 A1
20070271562 Schumacher et al. Nov 2007 A1
20070279494 Aman et al. Dec 2007 A1
20070285440 MacInnis et al. Dec 2007 A1
20080049022 Sherb et al. Feb 2008 A1
20080126755 Wu et al. May 2008 A1
20080134138 Chamieh Jun 2008 A1
20080244524 Kelso Oct 2008 A1
20080250049 Chakra et al. Oct 2008 A1
20080288608 Johnson Nov 2008 A1
20080288856 Goranson Nov 2008 A1
20080294615 Furuya et al. Nov 2008 A1
20090030863 Stanfill et al. Jan 2009 A1
20090064147 Beckerle et al. Mar 2009 A1
20090083313 Stanfill et al. Mar 2009 A1
20090113196 Jan et al. Apr 2009 A1
20090182728 Anderson Jul 2009 A1
20090193391 Miller et al. Jul 2009 A1
20090193417 Kahlon Jul 2009 A1
20090224941 Kansal et al. Sep 2009 A1
20090235267 McKinney et al. Sep 2009 A1
20090245426 Ratnaker et al. Oct 2009 A1
20090313625 Sharoff Dec 2009 A1
20090327196 Studer et al. Dec 2009 A1
20100042976 Hines Feb 2010 A1
20100070955 Kahlon Mar 2010 A1
20100169137 Jastrebski et al. Jul 2010 A1
20100174694 Staebler et al. Jul 2010 A1
20100180344 Malyshev et al. Jul 2010 A1
20100211953 Wakeling et al. Aug 2010 A1
20100218031 Agarwal et al. Aug 2010 A1
20100281462 Festa Nov 2010 A1
20100281488 Krishnamurthy et al. Nov 2010 A1
20110078500 Douros et al. Mar 2011 A1
20110093433 Stanfill et al. Apr 2011 A1
20110307897 Atterbury et al. Dec 2011 A1
20120023508 Flores et al. Jan 2012 A1
20120036498 Akirekadu et al. Feb 2012 A1
20120054255 Buxbaum Mar 2012 A1
20120151419 Kent et al. Jun 2012 A1
20120216176 Gaikwad et al. Aug 2012 A1
20120233599 Valdiviezo Basauri et al. Sep 2012 A1
20120266074 Bhoovaraghavan et al. Oct 2012 A1
20130167241 Siman Jun 2013 A1
20130290928 Johnson Oct 2013 A1
20140068566 Coronado et al. Mar 2014 A1
20150160926 Larson et al. Jun 2015 A1
20150160927 Stevens et al. Jun 2015 A1
Foreign Referenced Citations (25)
Number Date Country
1965296 May 2007 CN
101702942 May 2010 CN
0834810 Apr 1998 EP
64-013189 Jan 1989 JP
H01-094431 Apr 1989 JP
06-236276 Aug 1994 JP
H08-106540 Apr 1996 JP
08-278892 Oct 1996 JP
08-305576 Nov 1996 JP
63-231613 Sep 1998 JP
11-184766 Jul 1999 JP
2000-010788 Jan 2000 JP
2000-99317 Apr 2000 JP
2000-514219 Oct 2000 JP
2001-022571 Jan 2001 JP
2002-229943 Aug 2002 JP
2005-317010 Nov 2005 JP
2006-504160 Feb 2006 JP
2006-133986 May 2006 JP
WO 9800791 Jan 1998 WO
WO 0211344 Feb 2002 WO
WO2005001687 Jan 2005 WO
WO 2005086906 Sep 2005 WO
WO 2008124319 Oct 2008 WO
WO 2009039352 Mar 2009 WO
Non-Patent Literature Citations (93)
Entry
International Search Report & Written Opinion received in PCT application No. PCT/US2013/070386, mailed Feb. 12, 2014, 7 pages.
International Search Report & Written Opinion received in PCT application No. PCT/US2013/076416, mailed Apr. 9, 2014, 10 pages.
Mattson et al., “Patterns for Parallel Programming,” Addison-Wesley Professional ISBN: 0-321-22811-1 (2004).
Babaoglu, O et al., “Mapping parallel computations onto distributed systems in Paralex” Compuero '91. Advanced Computer Technology, Reliable Systems and Applications. 5th Annual European Computer Conference. Proceedings. Bologna, Italy May 13-16, 1991, Los Alamitos, CA, USA, IEEE Comput. Soc, US, May 13, 1991, pp. 123-130.
Baer, J.L. et al., “Legality and Other Properties of Graph Models of Computations.” Journal of the Association for Computing Machinery, vol. 17, No. 3, Jul. 1970, pp. 543-554.
Bookstein, A. et al., “Modeling Word Occurrences for the Compression of Concordances.” ACM Transactions on Information Systems, vol. 15, No. 3, Jul. 1997, pp. 254-290.
Burch, J.R. et al., “Sequential circuit verification using symbolic model checking.” In Design Automation Conference, 1990, Proceedings of the 27th ACM/IEEE. Jun. 24-28, 1990, pp. 46-51.
Control-M; New Dimension Software. User Manual. New Dimension Software Ltd., 1999.
Cytron, Ron et al., “Efficiently Computing Static Single Assignment Form and the Control Dependence Graph.” ACM Transactions on Programming Languages and Systems, vol. 13, No. 4, Oct. 1991, pp. 451-490.
Ebert, Jurgen et al., “A Declarative Approach to Graph-Based Modeling.” Workshop on Graph-Theoretic Concepts in Computer Science, 1994, pp. 1-19.
European Search Report issued in application No. EP10003554, dated Sep. 24, 2010, 7 pages.
European Search Report issued in application No. EP10741775, dated Nov. 14, 2012, 4 pages.
Gamma et al. “Design Patterns: Elements of Reusable Object-Oriented Software”, Sep. 1999.
Guyer et al., “Finding Your Cronies: Static Analysis for Dynamic Object Colocation.” Oct. 2004, ACM, pp. 237-250.
Grove et al., “A Framework for Call Graph Construction Algorithms.” Nov. 2001, ACM TOPLAS, vol. 23, Issue 6, pp. 685-746.
Herniter, Marc E., “Schematic Capture with MicroSim PSpice,” 2nd Edition, Prentice Hall, Upper Saddle River, N.J., 1996, pp. 51-52, 255-280, 292-297.
International Search Report & Written Opinion issued in PCT application No. PCT/US01/23552, mailed Jan. 24, 2002, 5 pages.
International Search Report & Written Opinion issued in PCT application No. PCT/US06/24957, dated Jan. 17, 2008, 14 pages.
International Search Report & Written Opinion issued in PCT application No. PCT/US07/75576, mailed Sep. 16, 2008, 13 pages.
International Search Report & Written Opinion issued in PCT application No. PCT/US08/71206, mailed Oct. 22, 2008, 12 pages.
International Search Report & Written Opinion issued in PCT application No. PCT/US10/49966, dated Nov. 23, 2010, 8 pages.
International Search Report & Written Opinion received in PCT application No. PCT/US10/24036, mailed Mar. 23, 2010, 11 pages.
International Search Report & Written Opinion received in PCT application No. PCT/US2011/040440, mailed Oct. 12, 2011, 13 pages.
Japanese Office Action, with English Translation, JP application No. 2008-519474, mailed Sep. 25, 2012, 8 pages.
Japanese Office Action, with English Translation, JP application No. 2009-523997, mailed Oct. 23, 2012, 7 pages.
Japanese Office Action, with English Translation, JP application No. 2011-000948, mailed Jan. 8, 2013, 11 pages.
Jawadi, Ramamohanrao et al., “A Graph-based Transaction Model for Active Databases and its Parallel Implementation.” U. Florida Tech. Rep TR94-0003, 1994, pp. 1-29.
Just et al., “Review and Analysis of Synthetic Diversity for Breaking Monocultures.” Oct. 2004, ACM, pp. 23-32.
Kebschull, U. et al., “Efficient Graph-Based Computation and Manipulation of Functional Decision Diagrams.” University of Tubingen, 1993 IEEE, pp. 278-282.
Krahmer et al., “Graph-Based Generation of Referring Expressions.” Mar. 2003, MIT Press, vol. 29, No. 1, pp. 53-72.
Krsul, Ivan et al., “VMPlants: Providing and Managing Virtual Machine Execution Environments for Grid Computing.” Proceedings of the ACM/IEEE SC2004 Conference on Supercomputing, 2001, Nov. 6-12, 2004, 12 pages.
Li, Xiqing et al., “A Practical External Sort for Shared Disk MPPs.” Proceedings of Supercomputing '93, 1993, 24 pages.
Martin, David et al., “Models of Computations and Systems—Evaluation of Vertex Probabilities in Graph Models of Computations.” Journal of the Association for Computing Machinery, vol. 14, No. 2, Apr. 1967, pp. 281-299.
Ou, Chao-Wei et al., “Architecture-Independent Locality-Improving Transformations of Computational Graphs Embedded in k-Dimensions.” Proceedings of the 9th International Conference on Supercomputing, 1995, pp. 289-298.
“RASSP Data Flow Graph Design Application Note.” International Conference on Parallel Processing, Dec. 2000, Retrieved from Internet <http://www.atl.external.lmco.com/projects/rassp/RASSP—legacy/appnotes/FLOW/APNOTE—FLOW—02>, 5 pages.
Romberg, M., “UNICORE: Beyond Web-based Job-Submission,” Proceedings of the 42nd Cray User Group Conference, Noordwijk (May 22-26, 2000).
Russell, Nick, et al., “Workflow Control-Flow Patterns a Revised View,” Workflow Patterns Initiative, 2006, pp. 1-134.
Shoten, Iwanami, “Encyclopedic Dictionary of Computer Science,” (with English Translation), May 25, 1990, p. 741.
Stanfill, Craig, “Massively Parallel Information Retrieval for Wide Area Information Servers.” 1991 IEEE International Conference on Systems, Man and Cybernetics, Oct. 1991, pp. 679-682.
Stanfill, Craig et al., “Parallel Free-Text Search on the Connection Machine System.” Communications of the ACM, vol. 29, No. 12, Dec. 1986, pp. 1229-1239.
Stanfill, Craig, “The Marriage of Parallel Computing and Information Retrieval.” IEE Colloquium on Parallel Techniques for Information Retrieval, Apr. 1989, 5 pages.
Supplemental European Search Report issued in application No. EP07813940, dated Nov. 26, 2009, 7 pages.
Supplemental European Search Report issued in application No. EP08796632, dated Sep. 24, 2010, 6 pages.
Supplemental European Search Report issued in application No. EP06774092, dated Dec. 19, 2012, 5 pages.
“Topological sorting,” Wikipedia, accessed Dec. 10, 2012, 2 pages.
“Unicenter AutoSys Job Management,” Computer Associates, Copyright 2001.
van der Aalst, W.M.P., et al., “Workflow Patterns,” Distributed and Parallel Databases, 14, 5-51, 2003.
Vajracharya, Suvas et al., “Asynchronous Resource Management.” Proceedings of the 15th International Parallel and Distributed Processing Symposium, Apr. 2001, 10 pages.
Wah, B.W. et al., “Report on Workshop on High Performance Computing and Communications for Grand Challenge Applications: Computer Vision, Speech and Natural Language Processing, and Artificial Intelligence.” IEEE Transactions on Knowledge and Data Engineering, vol. 5, No. 1, Feb. 1993, 138-154.
“Visual Lint: Squash Bugs Early with Interactive C/C++, C# and Java Code Analysis for Microsoft Visual Studio and Eclipse,” [ retrieved from the internet Dec. 3, 2012: www.riverblade.co.uk/products/visual—lint.] (2 pages).
Japanese Office Action, with English Translation, JP application No. 2010-518415, mailed Feb. 21, 2013, 11 pages.
Dillon, Laura K., et al., “Inference Graphs: A Computational Structure Supporting Generation of Customizable and Correct Analysis Components,” IEEE Transactions on Software Engineering, vol. 29, No. 2, Feb. 2003, pp. 133-150.
Evripidou, Paraskevas, et al., “Incorporating input/output operations into dynamic data-flow graphs,” Parallel Computing 21 (1995) 1285-1311.
Extended European Search Report, EP 12165575, mailed May 10, 2013, 9 pages.
Frankl, Phyllis G., et al., “An Applicable Family of Data Flow Testing Criteria,” IEEE Transactions on Sofrware Engineering, vol. 14, No. 10, Oct. 1988, pp. 1483-1498.
Whiting, Paul G., et al., “A History of Data-Flow Languages,” IEEE Annals of the History of Computing, vol. 16, No. 4, 1994, pp. 38-59.
Transaction History, U.S. Appl. No. 09/627,252.
Transaction History, U.S. Appl. No. 10/268,509.
Transaction History, U.S. Appl. No. 11/467,724.
Transaction History, U.S. Appl. No. 11/733,579.
Transaction History, U.S. Appl. No. 11/169,014.
Transaction History, U.S. Appl. No. 11/167,902.
Transaction History, U.S. Appl. No. 12/977,545.
Transaction History, U.S. Appl. No. 11/836,349.
Transaction History, U.S. Appl. No. 12/180,141.
Transaction History, U.S. Appl. No. 12/704,998.
Transaction History, U.S. Appl. No. 13/161,010.
Transaction History, U.S. Appl. No. 12/638,588.
Transaction History, U.S. Appl. No. 13/678,928.
Japanese Office Action for Japanese Application No. 2010-518415, with English Translation, dated Nov. 18, 2013, 11 pages.
De Pauw et al., “Web Services Navigator: visualizing the execution of Web Services,” XP2477231, ISSN: 0018-8670, Jan. 1, 2005.
European Examination report issued in EP 06 785 623.7 on Nov. 24, 2014, 5 pages.
Chinese Office Action issued in CN 201180039226.7, issued May 4, 2015.
International Search Report and Written Opinion, PCT/US2014/068754, mailed May 8, 2015 (17 pages).
Bernstein and Newcomer, “Principles of Transaction Processing, 2nd Edition”, Morgan Kaufmann, XP002739946 (Jul. 24, 2009).
Canadian Office Action in Application No. 2,750,279, dated Mar. 24, 2016 (5 pages).
Canadian Office Action in Application No. 2,801,573, dated Apr. 13, 2016 (5 pages).
Chinese Office Action (English Translation) in Application No. 2010-80042716.8, mailed Apr. 8, 2016 (14 pages).
Chinese Office Action (with English Translation) in Application No. 2006-800231781, dated Jan. 12, 2016, 15 pages.
Chinese Office Action in Application No. 200680023178.1, issued Apr. 14, 2016 (10 pages) (English translation).
Examination Report in Application No. IN 10117/DELNP/2007, dated Dec. 22, 2015 (2 pages).
Rajesh K. Gupta and Giovanni de Micheli—“A co-synthesis approach to embedded system design automation” Design Automation for Embedded Systems, vol. 1, issue 1-2, 69-120.
IBM: “Concepts and Architecture—Version 3.6,” Internet citation, http://publibfp.boulder.ibm.com.epubs/pdf/h126857, retrieved Apr. 19, 2007.
Japanese Office Action (English Translation) in application No. JP2014-077798, mailed Nov. 11, 2015 (6 pages).
Japanese Office Action in Application No. 2014-159008, mailed May 31, 2015 (English Translation) (4 pages).
Japanese Office Action, with English Translation, JP application No. 2013-515468, mailed Jul. 24, 2015 (4 pages).
Karasawa, K.; Iwata, M.; and Terada, H.—“Direct generation of data-driven program for stream-oriented processing”—Published in: Parallel Architctures and Compilation Techniques., 1997. Proceedings , 1997 International Conference on; Nov. 10-14, 1997 San Francisco, CA—pp. 295-306.
Korean Office Action in Application No. 10-2011-7019122, dated Jan. 18, 2016 (9 pages).
Korean Office action in Application No. 10-2013-7001038, dated Dec. 11, 2015 (4 pages).
Korean Office Action in Application No. 10-2015-7008131, dated Apr. 1, 2016 (4 pages).
Supplemental European Search Report issued in EP 13 80 2160 on Jul. 6, 2016 (6 pages).
Supplemental European Search Report issued in EP10819444, on Jun. 3, 2015 (4 pages).
Examination Report in India Application 250CHENP2009, Aug. 31, 2016 (7 pages).
Related Publications (1)
Number Date Country
20140143760 A1 May 2014 US