WO2008134159A1 - Distributed behavior controlled execution of modeled applications - Google Patents

Distributed behavior controlled execution of modeled applications Download PDF

Info

Publication number
WO2008134159A1
WO2008134159A1 PCT/US2008/058145 US2008058145W WO2008134159A1 WO 2008134159 A1 WO2008134159 A1 WO 2008134159A1 US 2008058145 W US2008058145 W US 2008058145W WO 2008134159 A1 WO2008134159 A1 WO 2008134159A1
Authority
WO
WIPO (PCT)
Prior art keywords
distributed
read
executive
model
software application
Prior art date
Application number
PCT/US2008/058145
Other languages
French (fr)
Inventor
Igor Sedukhin
Daniel Eshner
Steve Swartz
Udaya Kumar Bhaskara
Nagalinga Durga Prasad Sripathi Panditharadhya
Amol Sudhakar Kulkarni
Haoran Andy Wu
Mariusz Gerard Borsa
Michael Oliver Neary
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to CN200880013198XA priority Critical patent/CN101663661B/en
Priority to JP2010506367A priority patent/JP5028523B2/en
Priority to EP08744334.7A priority patent/EP2153336B1/en
Publication of WO2008134159A1 publication Critical patent/WO2008134159A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/102Entity profiles

Definitions

  • Network architectures can be classified to some extent according to the functional relationships that exist between computer systems of the network architecture. For example, network architectures can be classified as client-server architectures, peer-to-peer architectures, etc. [0003]
  • a client-server architecture separates client and server functionalities between different computer systems. The purpose of different client-server architectures may vary and/or be applied in a variety of ways. However generally, the relationships between computer systems within a client-server architecture are very similar across all client-server architectures. Typically a plurality of client computer systems is configured to send requests (e.g., for data) to a server computer system (or in some environments a server farm).
  • the server computer system receives and processes requests (e.g., accessing requested data) and sends an appropriate response (e.g., requested data) back to a client.
  • requests e.g., accessing requested data
  • an appropriate response e.g., requested data
  • Web servers maintain and control access to content (e.g., Web pages) that can be requested from Web browsers (the clients) over the Internet.
  • Client-server architectures are advantageous for a number of reasons, due primarily to data being stored at a central location. For example, since data is stored at a central location security and access control with respect to the data can be more easily implemented. Further, since there is a clear divide between the functionality of a client and a server, a client can be easily upgrade without impacting operation of the server and vice versa. [0006]
  • client-server architectures also have some number of disadvantages.
  • One primary disadvantage is a lack of robustness, which also results from data being stored in a central location. That is, if a server malfunctions, there may be no way to fulfill client requests. Servers can also suffer from traffic congestion, when a number of received requests is so large that it overloads server resources.
  • Peer-to-peer network architectures do not have the notion of servers and clients. Each computer system in a peer-to-peer network is viewed as an equal peer node. Thus, peer-to-peer network architectures rely on the computing power and bandwidth of all the computer systems on the network, as opposed to concentrating resources in a small number of servers (or even in a single server). Peer-to-peer network architectures are often used to connect computer systems together to form ad hoc networks, such as, for example, to share files or exchange real-time data.
  • Peer-to-peer network architectures are advantageous for a number of reasons, primarily due to resources being shared among computer systems. For example, when a new computer system joins a peer-to-peer network, the resource capacity of the network is increased, since the resources of the joining computer are available for use by other computer systems on the peer-to-peer network. In contrast, resource capacity in a client-server network does not increase when a new client sends a request to a server. Further, since resources are shared among computer systems, peer-to-peer networks are typically more robust than client- server networks. That is, if one computer system with access to data fails, there is some likelihood that one or more other computer systems also have access to the same data.
  • peer-to-peer networks also have a variety of disadvantages. Since each computer system is viewed equally, it can be difficult for any one computer system control the behavior of other computer systems, such as, for example, to implement access control or other security measures. This lack of central control makes peer-to-peer networks significantly more vulnerable to malicious attacks (e.g., poisoning attacks, polluting attacks, denial-of-service attacks, spamming etc.) than client-server networks.
  • malicious attacks e.g., poisoning attacks, polluting attacks, denial-of-service attacks, spamming etc.
  • the same portion of data may be transferred from computer system to computer system across a network (e.g., the Internet) multiple times. For example, when a computer system leaves a peer-to-peer network it can transfer requestable data to another computer system so that the requestable data remains available. Accordingly, each time a computer system leaves a peer-to-peer network, some portion of data is (potentially for a second, third, etc., time) transferred to a remaining computer system.
  • Enterprise software has typically been developed for use in client-server network architectures (and thus suffers from the problems inherent to client-server architectures).
  • Enterprise software is often proprietary software used to automate business processes, such as, for example, accounting, sales, etc.
  • the companies that develop enterprise software typically desire the enterprise software to be controlled for use in their corporate environment.
  • Enterprise software is frequently very complex and not well adapted for use outside of the intended operating environment. Accordingly, enterprise software is often prevented from operating in a Web based environment and thus, from taking advantage of the simplicity and dynamisms of the Worldwide Web (“WWW").
  • WWW Worldwide Web
  • Web based applications can easily be remixed and run with new settings to facilitate changing developer desires.
  • data is made accessible to and from a variety of potentially uncontrolled locations, rapidly developed and remixed Web based applications (to some extent suffer from the problems inherent to peer-to-peer architectures and) often have an undesirable low level of associated security and reliabilty.
  • Embodiments of the invention include a system configured to execute distributed software applications.
  • the system includes a plurality of processing systems.
  • Configurable distributed logic for executing distributed software applications is distributed across the plurality of processing systems.
  • a data stored is connected to and shared among the distributed logic.
  • the data store includes read-only data and read- write data.
  • the read-only data prescribes the behavior of the distributed logic when executing a distributed software application.
  • the plurality of processing systems use the read- write data to store and share distributed software application data when executing a distributed software application.
  • a message infrastructure is connected to and shared among the distributed logic.
  • the message infrastructure is configured to exchange messages among processing systems to a) discover the presence of configurable distributed logic at processing systems for use in executing distributed software applications and b) coordinate processing systems to implement the behavior prescribed in the read- only data when executing a distributed software application.
  • a distributed processing system executes a model- based distributed software application.
  • the distributed processing system includes a group of cooperative executive services collectively representing a distributed application runtime.
  • An executive service of the distribute runtime receives a command to execute a model-based software application stored in a read-only portion of a common data repository.
  • the executive service discovers other executive services of the distributed runtime via a specified kind of messaging infrastructure identified as service bus. Service bus allows executive services to signal each other.
  • the executive service and the other executive services cooperatively group together to provide distributed logic for executing the model- based software application.
  • the group of executive services coordinates via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository.
  • Executing the model-based software application includes: a) using the read- write portion of the common data repository to reflect the state of the model-based software application and b) using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application.
  • Figure 2 illustrates an example computer architecture that facilitates executing an application across distributed execution logic in accordance with behavior execution policies.
  • Figure 3 illustrates a flow chart of an example method for executing an application across distributed execution logic in accordance with behavior execution policies.
  • Embodiments of the invention include a system configured to execute distributed software applications.
  • the system includes a plurality of processing systems.
  • Configurable distributed logic for executing distributed software applications is distributed across the plurality of processing systems.
  • a data stored is connected to and shared among the distributed logic.
  • the data store includes read-only data and read-write data.
  • the read-only data prescribes the behavior of the distributed logic when executing a distributed software application.
  • the plurality of processing systems use the read- write data to store and share distributed software application data when executing a distributed software application.
  • a message infrastructure is connected to and shared among the distributed logic.
  • a distributed processing system executes a model- based distributed software application.
  • the distributed processing system includes a group of cooperative executive services collectively representing a distributed application runtime.
  • An executive service of the distribute runtime receives a command to execute a model-based software application stored in a read-only portion of a common data repository.
  • the executive service discovers other executive services of the distributed runtime via a specified kind of messaging infrastructure identified as service bus. Service bus allows executive services to signal each other.
  • the executive service and the other executive services cooperatively group together to provide distributed logic for executing the model- based software application.
  • the group of executive services coordinates via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository.
  • Executing the model-based software application includes: a) using the read- write portion of the common data repository to reflect the state of the model-based software application and b) using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application.
  • Embodiments of the present invention may comprise a special purpose or general-purpose computer including computer hardware, as discussed in greater detail below. Embodiments within the scope of the present invention also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon.
  • Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer.
  • computer-readable media can comprise physical (or recordable type) computer-readable storage media, such as, RAM, ROM, 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 store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • a "network" is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules.
  • computer-readable media can also comprise a network or data links which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
  • the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
  • the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, and the like.
  • the invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks.
  • program modules may be located in both local and remote memory storage devices.
  • Figure 1 illustrates an example computer architecture 100 that facilitates distributed behavior controlled execution of modeled applications.
  • data store 101 Depicted in computer architecture 100 are data store 101, processing systems 104, 105, and 106, and message infrastructure 108.
  • processing systems 104, 105, and 106 Depicted in computer architecture 100 are data store 101, processing systems 104, 105, and 106, and message infrastructure 108.
  • Each of the depicted components can be connected to one another over a network, such as, for example, a Local Area Network (“LAN”), a Wide Area Network (“WAN”), and even the Internet.
  • LAN Local Area Network
  • WAN Wide Area Network
  • data store 101 processing systems 104, 105, and 106, and message infrastructure 108, as well as any other connected components, can create message related data and exchange message related data (e.g., Internet Protocol ("IP") datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), etc.) over the network.
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • HTTP Hypertext Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • Processing systems 104, 105, and 106 include logic 104L, 105L, and 106L respectively. Collectively logic 104L, 105L, and 106L represent distributed logic 107.
  • Distributed logic 107 is configurable for executing distributed software applications that are distributed across processing systems 104, 105, and 106.
  • Data store 101 is connected to and shared among distributed logic 107. As depicted, data store 101 includes read-only data 102 and read- write data 103.
  • Read-only data 102 may be data that is initially written to data store (write once) and then is read-only after the initial write. Read-only data can prescribe the behavior of distributed logic 107 when executing distributed software applications.
  • Processing systems 104, 105, and 106 (as well as contained logic 104L, 105L and 106L respectively) can use read- write data 103 to store and share distributed software application data when executing a distributed software application.
  • a series of three periods (an ellipsis) to the left of processing system 104 and to the right of processing system 106 represents that other processing systems can be included in computer architecture 100. These other processing systems can contribute logic to distributed logic 107.
  • Message infrastructure 108 is connected to and shared among distributed logic 107. Message infrastructure 108 is configured to exchange messages among processing systems 104, 105, and 106. Message infrastructure 108 can be used to discover the presence of configurable distributed logic, such as, for example, logic 104L, 105L, and 106L, at processing systems 104, 105, and 106 for use in executing distributed applications.
  • Message infrastructure 108 can also be used to coordinate processing systems 104, 105, and 106 to implement the behavior prescribed in read-only data 102 when executing a distributed application.
  • message infrastructure 108 is a peer-to-peer discovery and messaging (signaling) infrastructure.
  • FIG. 2 illustrates an example computer architecture 200 that facilitates executing an application across distributed execution logic in accordance with behavior execution policies. Depicted in computer architecture 200 are repository 201, executive services 204, 205, and 206, and service bus 208.
  • Each of the depicted components can be connected to one another over a network, such as, for example, a Local Area Network ("LAN”), a Wide Area Network (“WAN”), and even the Internet.
  • repository 201, executive services 204, 205, and 206, and service bus 208, as well as any other connected components can create message related data and exchange message related data (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), etc.) over the network.
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • HTTP Hypertext Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • Executive services 204, 205, and 206 can be dispersed across the network.
  • Executive services 204, 205, and 206 are responsible for running and managing distributed applications.
  • a series of three periods (an ellipsis) to the left of executive service 204 and to the right of executive service 206 represents that other executive services can be included in computer architecture 200.
  • Repository 201 includes read-only (or write once) data 202 and read- write data 203.
  • Read-only data 202 further includes application models 211 and policies 212.
  • Application models 211 and policies 212 are shared among executive services, such as, for example, executive services 204, 205, and 206.
  • Policies 212 are declarative statements defining the collective behavior of executive services.
  • a policy can define a maximum number of messages (e.g., twenty) that are permitted to be sent from an executive service per second.
  • each executive service in computer architecture 200 interprets and complies with policies 212.
  • Executive services can be permitted some freedom in local behavior as defined in policies 212.
  • executive services can be permitted to perform local error recovery, such as, for example, restarting a process.
  • other more serious and/or complex errors such as, for example, disk failure, may impact multiple executive services for appropriate recovery (e.g., redeployment of application components).
  • recovery from these more serious and/or complex errors can include collective behavior of a number of executive services.
  • Application models 211 include application models that can be consumed by a collective of executive services to implement a distributed application.
  • an application model can be a declarative program run and managed by a collection of executive services.
  • Read- write data 203 further includes application state 213 and operational data 214.
  • Application state 213 can reflect the state of distributed application (e.g., an application model form application models 211), such as, for example, configured, deployed, running, etc.
  • Operational data 214 can include information, such as, for example, run time metrics, used to determine compliance with policies 212.
  • operational data 214 can include an indication of how many messages an executive service is sending per second.
  • An executive service can write operational data into operational data 214 based on runtime behavior of distributed applications.
  • Executive services can use service bus 208 (e.g., a peer-to-peer fabric, such as, for example, a distributed publish/subscribe infrastructure) to discover each other and implement cooperative behavior.
  • Service bus 208 can include a transitively federated namespace service (permitting executive services to federate with one another) and a message bus. For example, through communication via service bus 208, executive services 204, 205, and 206 can collectively form a cluster to host a Web site as indicated in a model of a distributed application (e.g., contained in application models 211). [0046] Other cooperative behavior can be implemented when a catastrophic failure of one executive service occurs. One or more healthy "buddy" executive services can signal one another via service bus 208 and select another executive service (e.g., through a vote) to take over and recover from the error.
  • a transitively federated namespace service permitting executive services to federate with one another
  • message bus For example, through communication via service bus 208, executive services 204, 205, and 206 can collectively form a cluster to host a Web site as indicated in a model of a distributed application (e.g., contained in application models 211).
  • Other cooperative behavior can be implemented when
  • executive services 204, 205, and 206 include controllers 204C, 205C, and 206C respectively.
  • controllers interpret policies (e.g., polices 212) and enforce cooperative behavior among executive services.
  • policies e.g., polices 212
  • controllers can enforce looking after "buddy" executive services and enforce suppressing negative local behavior, such as, for example, attempting to shut down a local service (e.g., Internet Information Services ("IIS") or SQL server) that contains part of a running distributed application.
  • IIS Internet Information Services
  • embodiments of the invention include environments where every executive service has the same view on policies and application models and can discover and signal other executive services.
  • Figure 3 illustrates a flow chart of an example method 300 for executing an application across distributed execution logic in accordance with behavior execution policies. The method 300 will be described with respect to the components and data in computer architecture 200.
  • Method 300 includes an act of an executive service of a distributed run- time receiving a command to execute a model-based software application stored in the read-only portion of a common data repository (act 301). For example, executive service 204 can receive execute command 221 to execute application 21 IA.
  • Method 300 includes an act of executive service discovering other executive services of the distributed run-time via the service bus (act 302).
  • executive service 204 can discover executive services 205 and 206 though message exchanges 222 and 223 respectively, via service bus 208.
  • Method 300 includes an act of the executive service and the other executive services cooperatively grouping together to provide distributed logic for executing the model-based software application (act 303).
  • executive service 204 and executive services 205 and 206 can cooperatively group together (e.g., in accordance with policies 212) to provide distributed logic for executing application 21 IA.
  • Method 300 includes an act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository (act 304).
  • the group of executive services 204, 205, and 206 can coordinate via service bus 208 to execute application 21 IA in accordance with polices 212.
  • Coordinating via the service bus to execute the model-based software application in accordance with the policies includes an act of using the read- write portion of the common data repository to reflect the state of the model-based software application (act 305).
  • executive services 204, 205, and 206 can write data to and read data from application state 213 to reflect the state (e.g., configured, deployed, running, etc.) of application 211.
  • Coordinating via the service bus to execute the model-based software application in accordance with the policies includes an act of using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application (act 306).
  • executive services 204, 205, and 206 can write data to and read data from operational data 214 to reflect runtime metrics (e.g., average response time, messages per second, etc.) corresponding to application 211.
  • the run time metrics can be used to determine compliance with polices 212.
  • embodiments of the invention can be used to form a policy-driven collective of nodes forming a distributed, decentralized run-time for model-based applications. Controllers at each node can enforce policies and coordinate with other nodes. Utilizing a cooperating collective of nodes that comply with centralized polices and execute applications over a peer-to-peer fabric permits a distributed application runtime to accommodate distribution and decentralization on a large scale. For example, a large scale WAN or even the Internet can be viewed as a data center.

Abstract

The present invention extends to methods, systems, and computer program products for distributed behavior controlled execution of modeled applications. Embodiments of the invention facilitate the interoperation of a central data store along with various peer-to-peer functionalities. Thus, distributed applications can be executed in an environment that utilizes advantages of both a central data store and peer-to-peer messaging. A read-only portion of a centralized data store can be used to provide some behavior control over various processing systems during execution of a distributed software application. Thus, embodiments of the invention can be used to form a policy-driven collective of nodes forming a distributed, decentralized run-time for model-based applications. Utilizing a cooperating collective of nodes that comply with centralized polices and execute applications over a peer-to-peer fabric permits a distributed application runtime to accommodate distribution and decentralization on a large scale.

Description

DISTRIBUTED BEHAVIOR CONTROLLED EXECUTION
OF MODELED APPLICATIONS
BACKGROUND
1. Background and Relevant Art [0001] Computer systems and related technology affect many aspects of society. Indeed, the computer system's ability to process information has transformed the way we live and work. Computer systems now commonly perform a host of tasks (e.g., word processing, scheduling, accounting, etc.) that prior to the advent of the computer system were performed manually. More recently, computer systems have been coupled to one another and to other electronic devices to form both wired and wireless computer networks over which the computer systems and other electronic devices can transfer electronic data. Accordingly, the performance of many computing tasks are distributed across a number of different computer systems and/or a number of different computing components. [0002] Various different network architectures can be utilized to permit computer systems to interact with one another. Network architectures can be classified to some extent according to the functional relationships that exist between computer systems of the network architecture. For example, network architectures can be classified as client-server architectures, peer-to-peer architectures, etc. [0003] A client-server architecture separates client and server functionalities between different computer systems. The purpose of different client-server architectures may vary and/or be applied in a variety of ways. However generally, the relationships between computer systems within a client-server architecture are very similar across all client-server architectures. Typically a plurality of client computer systems is configured to send requests (e.g., for data) to a server computer system (or in some environments a server farm). The server computer system (or sever farm) receives and processes requests (e.g., accessing requested data) and sends an appropriate response (e.g., requested data) back to a client. [0004] One common client-server relationship is that of the World Wide Web ("WWW"). Web servers (the servers) maintain and control access to content (e.g., Web pages) that can be requested from Web browsers (the clients) over the Internet.
[0005] Client-server architectures are advantageous for a number of reasons, due primarily to data being stored at a central location. For example, since data is stored at a central location security and access control with respect to the data can be more easily implemented. Further, since there is a clear divide between the functionality of a client and a server, a client can be easily upgrade without impacting operation of the server and vice versa. [0006] Unfortunately, client-server architectures also have some number of disadvantages. One primary disadvantage is a lack of robustness, which also results from data being stored in a central location. That is, if a server malfunctions, there may be no way to fulfill client requests. Servers can also suffer from traffic congestion, when a number of received requests is so large that it overloads server resources. Further, the resources for establishing a server in many environments typically exceeds the resources of most home computer systems, thereby preventing many users from being able to create a server. [0007] Peer-to-peer network architectures do not have the notion of servers and clients. Each computer system in a peer-to-peer network is viewed as an equal peer node. Thus, peer-to-peer network architectures rely on the computing power and bandwidth of all the computer systems on the network, as opposed to concentrating resources in a small number of servers (or even in a single server). Peer-to-peer network architectures are often used to connect computer systems together to form ad hoc networks, such as, for example, to share files or exchange real-time data. [0008] Peer-to-peer network architectures are advantageous for a number of reasons, primarily due to resources being shared among computer systems. For example, when a new computer system joins a peer-to-peer network, the resource capacity of the network is increased, since the resources of the joining computer are available for use by other computer systems on the peer-to-peer network. In contrast, resource capacity in a client-server network does not increase when a new client sends a request to a server. Further, since resources are shared among computer systems, peer-to-peer networks are typically more robust than client- server networks. That is, if one computer system with access to data fails, there is some likelihood that one or more other computer systems also have access to the same data.
[0009] However, peer-to-peer networks also have a variety of disadvantages. Since each computer system is viewed equally, it can be difficult for any one computer system control the behavior of other computer systems, such as, for example, to implement access control or other security measures. This lack of central control makes peer-to-peer networks significantly more vulnerable to malicious attacks (e.g., poisoning attacks, polluting attacks, denial-of-service attacks, spamming etc.) than client-server networks.
[0010] Further there is essentially no restriction on when a computer system can join or leave a peer-to-peer network. Thus, to maintain robustness with respect to requestable data, the same portion of data may be transferred from computer system to computer system across a network (e.g., the Internet) multiple times. For example, when a computer system leaves a peer-to-peer network it can transfer requestable data to another computer system so that the requestable data remains available. Accordingly, each time a computer system leaves a peer-to-peer network, some portion of data is (potentially for a second, third, etc., time) transferred to a remaining computer system. [0011] Enterprise software has typically been developed for use in client-server network architectures (and thus suffers from the problems inherent to client-server architectures). Enterprise software is often proprietary software used to automate business processes, such as, for example, accounting, sales, etc. As such, the companies that develop enterprise software typically desire the enterprise software to be controlled for use in their corporate environment. Enterprise software is frequently very complex and not well adapted for use outside of the intended operating environment. Accordingly, enterprise software is often prevented from operating in a Web based environment and thus, from taking advantage of the simplicity and dynamisms of the Worldwide Web ("WWW"). [0012] Somewhat conversely, Web based applications can view the entire Internet as a single (but uncontrolled) data center and can easily access data from locations through out the WWW. Based on accessed data, Web based applications can easily be remixed and run with new settings to facilitate changing developer desires. However, since data is made accessible to and from a variety of potentially uncontrolled locations, rapidly developed and remixed Web based applications (to some extent suffer from the problems inherent to peer-to-peer architectures and) often have an undesirable low level of associated security and reliabilty.
BRIEF SUMMARY
[0013] The present invention extends to methods, systems, and computer program products for distributed behavior controlled execution of modeled applications. Embodiments of the invention include a system configured to execute distributed software applications. The system includes a plurality of processing systems. Configurable distributed logic for executing distributed software applications is distributed across the plurality of processing systems. [0014] A data stored is connected to and shared among the distributed logic. The data store includes read-only data and read- write data. The read-only data prescribes the behavior of the distributed logic when executing a distributed software application. The plurality of processing systems use the read- write data to store and share distributed software application data when executing a distributed software application. [0015] A message infrastructure is connected to and shared among the distributed logic. The message infrastructure is configured to exchange messages among processing systems to a) discover the presence of configurable distributed logic at processing systems for use in executing distributed software applications and b) coordinate processing systems to implement the behavior prescribed in the read- only data when executing a distributed software application.
[0016] In some embodiments, a distributed processing system executes a model- based distributed software application. The distributed processing system includes a group of cooperative executive services collectively representing a distributed application runtime. An executive service of the distribute runtime receives a command to execute a model-based software application stored in a read-only portion of a common data repository. The executive service discovers other executive services of the distributed runtime via a specified kind of messaging infrastructure identified as service bus. Service bus allows executive services to signal each other. The executive service and the other executive services cooperatively group together to provide distributed logic for executing the model- based software application.
[0017] The group of executive services coordinates via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository. Executing the model-based software application includes: a) using the read- write portion of the common data repository to reflect the state of the model-based software application and b) using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application. [0018] This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
[0019] Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the invention. The features and advantages of the invention may be realized and obtained by means of the instruments and combinations particularly pointed out in the appended claims. These and other features of the present invention will become more fully apparent from the following description and appended claims, or may be learned by the practice of the invention as set forth hereinafter.
BRIEF DESCRIPTION OF THE DRAWINGS
[0020] In order to describe the manner in which the above-recited and other advantages and features of the invention can be obtained, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments of the invention and are not therefore to be considered to be limiting of its scope, the invention will be described and explained with additional specificity and detail through the use of the accompanying drawings in which: [0021] Figure 1 illustrates an example computer architecture that facilitates distributed behavior controlled execution of modeled applications.
[0022] Figure 2 illustrates an example computer architecture that facilitates executing an application across distributed execution logic in accordance with behavior execution policies. [0023] Figure 3 illustrates a flow chart of an example method for executing an application across distributed execution logic in accordance with behavior execution policies.
DETAILED DESCRIPTION
[0024] The present invention extends to methods, systems, and computer program products for distributed behavior controlled execution of modeled applications. Embodiments of the invention include a system configured to execute distributed software applications. The system includes a plurality of processing systems. Configurable distributed logic for executing distributed software applications is distributed across the plurality of processing systems. [0025] A data stored is connected to and shared among the distributed logic. The data store includes read-only data and read-write data. The read-only data prescribes the behavior of the distributed logic when executing a distributed software application. The plurality of processing systems use the read- write data to store and share distributed software application data when executing a distributed software application. [0026] A message infrastructure is connected to and shared among the distributed logic. The message infrastructure is configured to exchange messages among processing systems to a) discover the presence of configurable distributed logic at processing systems for use in executing distributed software applications and b) coordinate processing systems to implement the behavior prescribed in the read- only data when executing a distributed software application. [0027] In some embodiments, a distributed processing system executes a model- based distributed software application. The distributed processing system includes a group of cooperative executive services collectively representing a distributed application runtime. An executive service of the distribute runtime receives a command to execute a model-based software application stored in a read-only portion of a common data repository. The executive service discovers other executive services of the distributed runtime via a specified kind of messaging infrastructure identified as service bus. Service bus allows executive services to signal each other. The executive service and the other executive services cooperatively group together to provide distributed logic for executing the model- based software application.
[0028] The group of executive services coordinates via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository. Executing the model-based software application includes: a) using the read- write portion of the common data repository to reflect the state of the model-based software application and b) using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application. [0029] Embodiments of the present invention may comprise a special purpose or general-purpose computer including computer hardware, as discussed in greater detail below. Embodiments within the scope of the present invention also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, computer-readable media can comprise physical (or recordable type) computer-readable storage media, such as, RAM, ROM, 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 store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. [0030] In this description and in the following claims, a "network" is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules. 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 computer, the computer properly views the connection as a computer-readable medium. Thus, by way of example, and not limitation, computer-readable media can also comprise a network or data links which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
[0031] Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims.
[0032] Those skilled in the art will appreciate that the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, and the like. The invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks. In a distributed system environment, program modules may be located in both local and remote memory storage devices. [0033] Figure 1 illustrates an example computer architecture 100 that facilitates distributed behavior controlled execution of modeled applications. Depicted in computer architecture 100 are data store 101, processing systems 104, 105, and 106, and message infrastructure 108. Each of the depicted components can be connected to one another over a network, such as, for example, a Local Area Network ("LAN"), a Wide Area Network ("WAN"), and even the Internet. Accordingly, data store 101, processing systems 104, 105, and 106, and message infrastructure 108, as well as any other connected components, can create message related data and exchange message related data (e.g., Internet Protocol ("IP") datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol ("TCP"), Hypertext Transfer Protocol ("HTTP"), Simple Mail Transfer Protocol ("SMTP"), etc.) over the network. [0034] Processing systems 104, 105, and 106 include logic 104L, 105L, and 106L respectively. Collectively logic 104L, 105L, and 106L represent distributed logic 107. Distributed logic 107 is configurable for executing distributed software applications that are distributed across processing systems 104, 105, and 106. [0035] Data store 101 is connected to and shared among distributed logic 107. As depicted, data store 101 includes read-only data 102 and read- write data 103. Read-only data 102 may be data that is initially written to data store (write once) and then is read-only after the initial write. Read-only data can prescribe the behavior of distributed logic 107 when executing distributed software applications. Processing systems 104, 105, and 106 (as well as contained logic 104L, 105L and 106L respectively) can use read- write data 103 to store and share distributed software application data when executing a distributed software application. [0036] A series of three periods (an ellipsis) to the left of processing system 104 and to the right of processing system 106 represents that other processing systems can be included in computer architecture 100. These other processing systems can contribute logic to distributed logic 107. [0037] Message infrastructure 108 is connected to and shared among distributed logic 107. Message infrastructure 108 is configured to exchange messages among processing systems 104, 105, and 106. Message infrastructure 108 can be used to discover the presence of configurable distributed logic, such as, for example, logic 104L, 105L, and 106L, at processing systems 104, 105, and 106 for use in executing distributed applications. Message infrastructure 108 can also be used to coordinate processing systems 104, 105, and 106 to implement the behavior prescribed in read-only data 102 when executing a distributed application. In some embodiments, message infrastructure 108 is a peer-to-peer discovery and messaging (signaling) infrastructure.
[0038] Accordingly, embodiments of the invention facilitate the interoperation of a central data store along with various peer-to-peer functionalities. Thus, distributed applications can be executed in an environment that utilizes advantages of both a central data store and peer-to-peer messaging. The read-only portion of a centralized data store can be used to provide some behavior control over various processing systems during execution of a distributed software application. [0039] Figure 2 illustrates an example computer architecture 200 that facilitates executing an application across distributed execution logic in accordance with behavior execution policies. Depicted in computer architecture 200 are repository 201, executive services 204, 205, and 206, and service bus 208. Each of the depicted components can be connected to one another over a network, such as, for example, a Local Area Network ("LAN"), a Wide Area Network ("WAN"), and even the Internet. Accordingly, repository 201, executive services 204, 205, and 206, and service bus 208, as well as any other connected components, can create message related data and exchange message related data (e.g., Internet Protocol ("IP") datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol ("TCP"), Hypertext Transfer Protocol ("HTTP"), Simple Mail Transfer Protocol ("SMTP"), etc.) over the network.
[0040] Executive services 204, 205, and 206 can be dispersed across the network. Executive services 204, 205, and 206 are responsible for running and managing distributed applications. A series of three periods (an ellipsis) to the left of executive service 204 and to the right of executive service 206 represents that other executive services can be included in computer architecture 200. [0041] Repository 201 includes read-only (or write once) data 202 and read- write data 203. Read-only data 202 further includes application models 211 and policies 212. Application models 211 and policies 212 are shared among executive services, such as, for example, executive services 204, 205, and 206. Policies 212 are declarative statements defining the collective behavior of executive services. For example, a policy can define a maximum number of messages (e.g., twenty) that are permitted to be sent from an executive service per second. [0042] Accordingly, each executive service in computer architecture 200 interprets and complies with policies 212. Executive services can be permitted some freedom in local behavior as defined in policies 212. For example, executive services can be permitted to perform local error recovery, such as, for example, restarting a process. However, other more serious and/or complex errors, such as, for example, disk failure, may impact multiple executive services for appropriate recovery (e.g., redeployment of application components). Thus, recovery from these more serious and/or complex errors can include collective behavior of a number of executive services. Accordingly, an individual executive service can be prohibited from initiating recovery for these more serious and/or complex errors. [0043] Application models 211 include application models that can be consumed by a collective of executive services to implement a distributed application. For example, an application model can be a declarative program run and managed by a collection of executive services.
[0044] Read- write data 203 further includes application state 213 and operational data 214. Application state 213 can reflect the state of distributed application (e.g., an application model form application models 211), such as, for example, configured, deployed, running, etc. Operational data 214 can include information, such as, for example, run time metrics, used to determine compliance with policies 212. For example, operational data 214 can include an indication of how many messages an executive service is sending per second. An executive service can write operational data into operational data 214 based on runtime behavior of distributed applications. [0045] Executive services can use service bus 208 (e.g., a peer-to-peer fabric, such as, for example, a distributed publish/subscribe infrastructure) to discover each other and implement cooperative behavior. Service bus 208 can include a transitively federated namespace service (permitting executive services to federate with one another) and a message bus. For example, through communication via service bus 208, executive services 204, 205, and 206 can collectively form a cluster to host a Web site as indicated in a model of a distributed application (e.g., contained in application models 211). [0046] Other cooperative behavior can be implemented when a catastrophic failure of one executive service occurs. One or more healthy "buddy" executive services can signal one another via service bus 208 and select another executive service (e.g., through a vote) to take over and recover from the error. [0047] As depicted, executive services 204, 205, and 206 include controllers 204C, 205C, and 206C respectively. Generally, controllers interpret policies (e.g., polices 212) and enforce cooperative behavior among executive services. For example, controllers can enforce looking after "buddy" executive services and enforce suppressing negative local behavior, such as, for example, attempting to shut down a local service (e.g., Internet Information Services ("IIS") or SQL server) that contains part of a running distributed application. [0048] Thus, embodiments of the invention include environments where every executive service has the same view on policies and application models and can discover and signal other executive services. Accordingly, it is possible to interact with one executive service to operate a collective group of (or all of the) executive services in an environment, such as, for example, computer architecture 200. [0049] Figure 3 illustrates a flow chart of an example method 300 for executing an application across distributed execution logic in accordance with behavior execution policies. The method 300 will be described with respect to the components and data in computer architecture 200. [0050] Method 300 includes an act of an executive service of a distributed run- time receiving a command to execute a model-based software application stored in the read-only portion of a common data repository (act 301). For example, executive service 204 can receive execute command 221 to execute application 21 IA.
[0051] Method 300 includes an act of executive service discovering other executive services of the distributed run-time via the service bus (act 302). For example, executive service 204 can discover executive services 205 and 206 though message exchanges 222 and 223 respectively, via service bus 208. [0052] Method 300 includes an act of the executive service and the other executive services cooperatively grouping together to provide distributed logic for executing the model-based software application (act 303). For example, executive service 204 and executive services 205 and 206 can cooperatively group together (e.g., in accordance with policies 212) to provide distributed logic for executing application 21 IA.
[0053] Method 300 includes an act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository (act 304). For example, the group of executive services 204, 205, and 206 can coordinate via service bus 208 to execute application 21 IA in accordance with polices 212. [0054] Coordinating via the service bus to execute the model-based software application in accordance with the policies includes an act of using the read- write portion of the common data repository to reflect the state of the model-based software application (act 305). For example, executive services 204, 205, and 206 can write data to and read data from application state 213 to reflect the state (e.g., configured, deployed, running, etc.) of application 211. [0055] Coordinating via the service bus to execute the model-based software application in accordance with the policies includes an act of using the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application (act 306). For example, executive services 204, 205, and 206 can write data to and read data from operational data 214 to reflect runtime metrics (e.g., average response time, messages per second, etc.) corresponding to application 211. The run time metrics can be used to determine compliance with polices 212.
[0056] Thus, embodiments of the invention can be used to form a policy-driven collective of nodes forming a distributed, decentralized run-time for model-based applications. Controllers at each node can enforce policies and coordinate with other nodes. Utilizing a cooperating collective of nodes that comply with centralized polices and execute applications over a peer-to-peer fabric permits a distributed application runtime to accommodate distribution and decentralization on a large scale. For example, a large scale WAN or even the Internet can be viewed as a data center.
[0057] The present invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims

CLAIMSWhat is claimed:
1. A system (100) configured to execute distributed software applications, the system comprising: a plurality of processing systems (104, 105,106), configurable distributed logic for executing distributed software applications distributed across the plurality of processing systems; a data store (101) connected to and shared among the distributed logic, the data store including: read-only data (102), the read-only data prescribing the behavior of the distributed logic when executing a distributed software application; and read- write data (103), the plurality of processing systems using the read-write data to store and share distributed software application data when executing a distributed software application; and a message infrastructure (108) connected to and shared among the distributed logic, the message infrastructure configured to exchange messages among processing systems to: discover the presence of configurable distributed logic (104L, 105L, 106L) at processing systems for use in executing distributed software applications; and coordinate processing systems to implement the behavior prescribed in the read-only data when executing a distributed software application.
2. The system as recited in claim 1, wherein the plurality of processing systems form a distributed, decentralized run- time for model-based applications.
3. The system as recited in claim 1, wherein each of the plurality of processing systems includes a controller that monitors the behavior of the processing system.
4. The system as recited in claim 1, wherein the read-only data comprises policies that processing system are to comply with when executing distributed applications.
5. The system as recited in claim 1, further comprising second read-only data describing one or more model-based software applications configured for execution by the distributed logic.
6. The system as recited in claim 1, wherein the read-write data comprises data used to describe the application state of a distributed application, wherein the application state is selected from among configured, deployed, and running.
7. The system as recited in claim 1, wherein the read-write data comprises run time metrics used to determine compliance with prescribed behavior indicated in the read-only data.
8. The system as recited in claim 1, wherein the message infrastructure is a distributed publish/subscribe infrastructure.
9. The system as recited in claim 1, wherein the message infrastructure is a peer-to-peer messaging infrastructure.
10. In a distributed processing system (200), the distributed processing system including a group of cooperative executive services (204, 205, 206) collectively representing a distributed runtime, distributed logic for executing model-based software applications distributed across the group of cooperative executive services, the distributed processing system including a common data repository (201) having a read-only portion (202) and a read-write portion (203), the read-only portion storing one or more model-based software applications (2114) and storing policies (212) prescribing the behavior of the distributed runtime when executing a model-based software application, the read-write portion usable by executive services to maintain application state and application operational data, the distributed system including a service bus (208), executive services using the service bus to discover and cooperatively communicate with one another to execute model-based software applications, a method for executing a model-based distributed software application, the method comprising: an act of an executive service of the distributed run- time receiving a command (221) to execute a model-based software application stored in the read-only portion of the common data repository; an act of the executive service discovering (222) other executive services of the distributed run-time via the service bus; an act of the executive service and the other executive services cooperatively grouping together to provide distributed logic for executing the model-based software application; an act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository, including: an act of using the read- write portion of the common data repository to reflect the state (213) of the model-based software application; and an act of using the read- write portion of the common data repository to reflect operational data (214) corresponding to the model-based software application.
11. The method as recited in claim 10, wherein the act of the executive service discovering other executive services of the distributed run- time via the service bus comprises the executive service discovering other executive services of the distributed run- time via a peer-to-peer fabric.
12. The method as recited in claim 10, wherein the act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository comprises an act of a controller at each executive service monitor the behavior of the executive service for compliance with the policies.
13. The method as recited in claim 10, wherein the act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository comprises an act of the group of executive services coordinating via a peer-to-peer infrastructure to execute the model-based software application in accordance with policies stored in a central repository.
14. The method as recited in claim 10, wherein the act of the group of executive services coordinating via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository comprises utilizing the policies to suppress local behavior at an executive service that negatively affects execution of a distributed application at one or more other executive services.
15. The method as recited in claim 10, wherein the act of using the read-write portion of the common data repository to reflect operational data corresponding to the model-based software application comprises the act of using the read- write portion of the common data repository to maintain runtime metrics that can be evaluated to determine if executive services are complying with the polices.
16. A computer program product for use in a distributed processing system (200), the distributed processing system including a group of cooperative executive services (204, 205, 206) collectively representing a distributed runtime, distributed logic for executing model-based software applications distributed across the group of cooperative executive services, the distributed processing system including a common data repository (201) having a read-only portion (202) and a read- write portion (203), the read-only portion storing one or more model-based software applications (2114) and storing policies (212) prescribing the behavior of the distributed runtime when executing a model-based software application, the read- write portion usable by executive services to maintain application state and application operational data, the distributed system including a service bus (208), executive services using the service bus to discover and cooperatively communicate with one another to execute model-based software applications, the computer program product for implementing a method for executing a model-based distributed software application, the computer program product including one or more computer-readable media having stored thereon computer-executable instructions that, when executed, cause an executive service of the distributed processing system to perform the method, including the following: receive a command (221) to execute a model-based software application stored in the read-only portion of the common data repository; discover (222) other executive services of the distributed run- time via the service bus; group together cooperatively with the other executive services to provide distributed logic for executing the model-based software application; coordinate via the service bus to execute the model-based software application in accordance with the policies stored in the read-only portion of the common data repository, including: use the read- write portion of the common data repository to reflect the state (213) of the model-based software application; and use the read- write portion of the common data repository to reflect operational data (214) corresponding to the model-based software application.
17. The computer program product as recited in claim 16, wherein the computer-executable instructions that, when executed, cause an executive service to coordinate via the service bus to execute the model-based software application comprise computer-executable instructions that, when executed, monitor the behavior of the executive service for compliance with the policies.
18. The computer program product as recited in claim 16, wherein the computer-executable instructions that, when executed, cause an executive service to coordinate via the service bus to execute the model-based software application comprise computer-executable instructions that, when executed, cause an executive service to coordinate via a peer-to-peer infrastructure to execute the model-based software application in accordance with policies stored in a central repository.
19. The computer program product as recited in claim 16, wherein the computer-executable instructions that, when executed, cause an executive service to coordinate via the service bus to execute the model-based software application comprise computer-executable instructions that, when executed, cause the executive service to utilize the policies to suppress local behavior at another executive service that negatively affects execution of a distributed application at one or more other executive services.
20. The computer program product as recited in claim 16, wherein the computer-executable instructions that, when executed, cause an executive service to use the read- write portion of the common data repository to reflect operational data corresponding to the model-based software application comprise computer- executable instructions that, when executed, cause an executive service to use the read- write portion of the common data repository to maintain runtime metrics that can be evaluated to determine if executive services are complying with the polices.
PCT/US2008/058145 2007-04-26 2008-03-25 Distributed behavior controlled execution of modeled applications WO2008134159A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN200880013198XA CN101663661B (en) 2007-04-26 2008-03-25 Distributed behavior controlled execution of modeled applications
JP2010506367A JP5028523B2 (en) 2007-04-26 2008-03-25 Distributed operation control execution of modeled application
EP08744334.7A EP2153336B1 (en) 2007-04-26 2008-03-25 Distributed behavior controlled execution of modeled applications

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/740,737 US8024396B2 (en) 2007-04-26 2007-04-26 Distributed behavior controlled execution of modeled applications
US11/740,737 2007-04-26

Publications (1)

Publication Number Publication Date
WO2008134159A1 true WO2008134159A1 (en) 2008-11-06

Family

ID=39888224

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2008/058145 WO2008134159A1 (en) 2007-04-26 2008-03-25 Distributed behavior controlled execution of modeled applications

Country Status (5)

Country Link
US (1) US8024396B2 (en)
EP (1) EP2153336B1 (en)
JP (1) JP5028523B2 (en)
CN (1) CN101663661B (en)
WO (1) WO2008134159A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101826029A (en) * 2009-03-03 2010-09-08 赛门铁克公司 Methods and systems for merging virtualization sublayers

Families Citing this family (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7970892B2 (en) 2007-06-29 2011-06-28 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US7974939B2 (en) 2007-10-26 2011-07-05 Microsoft Corporation Processing model-based commands for distributed applications
US8099720B2 (en) 2007-10-26 2012-01-17 Microsoft Corporation Translating declarative models
TW200947223A (en) * 2008-05-02 2009-11-16 Inventec Corp A sharing basic input output system server device and method thereof
WO2011162744A1 (en) 2010-06-22 2011-12-29 Hewlett-Packard Development Company, L.P. Methods and systems for planning application deployment
US10003514B2 (en) * 2010-06-22 2018-06-19 Hewlett Packard Enteprrise Development LP Method and system for determining a deployment of applications
US8635617B2 (en) * 2010-09-30 2014-01-21 Microsoft Corporation Tracking requests that flow between subsystems using transaction identifiers for generating log data
US8473783B2 (en) * 2010-11-09 2013-06-25 International Business Machines Corporation Fault tolerance in distributed systems
US8868700B2 (en) * 2010-12-28 2014-10-21 Nant Holdings Ip, Llc Distributed network interfaces for application cloaking and spoofing
CN102111452B (en) * 2011-03-04 2013-04-17 天泽信息产业股份有限公司 System for storing vehicle-mounted information by using distributed data storage program and storage method thereof
US8806003B2 (en) 2011-06-14 2014-08-12 International Business Machines Corporation Forecasting capacity available for processing workloads in a networked computing environment
US9491225B2 (en) 2012-03-16 2016-11-08 Tencent Technology (Shenzhen) Company Limited Offline download method and system
US20130263139A1 (en) * 2012-03-28 2013-10-03 Lior Schejter Managing execution of applications in a runtime environment
CN103457960B (en) * 2012-05-15 2018-03-09 腾讯科技(深圳)有限公司 The method and system of load document in web game
US9317696B2 (en) 2012-07-10 2016-04-19 Microsoft Technology Licensing, Llc Data detection and protection policies for e-mail
US10270709B2 (en) 2015-06-26 2019-04-23 Microsoft Technology Licensing, Llc Allocating acceleration component functionality for supporting services
US10152500B2 (en) * 2013-03-14 2018-12-11 Oracle International Corporation Read mostly instances
US9652327B2 (en) 2015-04-17 2017-05-16 Microsoft Technology Licensing, Llc Restoring service acceleration
US10511478B2 (en) 2015-04-17 2019-12-17 Microsoft Technology Licensing, Llc Changing between different roles at acceleration components
US10198294B2 (en) 2015-04-17 2019-02-05 Microsoft Licensing Technology, LLC Handling tenant requests in a system that uses hardware acceleration components
US10027543B2 (en) * 2015-04-17 2018-07-17 Microsoft Technology Licensing, Llc Reconfiguring an acceleration component among interconnected acceleration components
US10296392B2 (en) 2015-04-17 2019-05-21 Microsoft Technology Licensing, Llc Implementing a multi-component service using plural hardware acceleration components
US9792154B2 (en) 2015-04-17 2017-10-17 Microsoft Technology Licensing, Llc Data processing system having a hardware acceleration plane and a software plane
US10216555B2 (en) 2015-06-26 2019-02-26 Microsoft Technology Licensing, Llc Partially reconfiguring acceleration components
US10747752B2 (en) 2015-10-23 2020-08-18 Oracle International Corporation Space management for transactional consistency of in-memory objects on a standby database
US11657037B2 (en) 2015-10-23 2023-05-23 Oracle International Corporation Query execution against an in-memory standby database
US10812618B2 (en) * 2016-08-24 2020-10-20 Microsoft Technology Licensing, Llc Flight delivery architecture
US10698771B2 (en) 2016-09-15 2020-06-30 Oracle International Corporation Zero-data-loss with asynchronous redo shipping to a standby database
US10891291B2 (en) 2016-10-31 2021-01-12 Oracle International Corporation Facilitating operations on pluggable databases using separate logical timestamp services
CN110036371B (en) * 2016-11-29 2023-04-04 瑞典爱立信有限公司 Resource allocation between participant instances
US11475006B2 (en) 2016-12-02 2022-10-18 Oracle International Corporation Query and change propagation scheduling for heterogeneous database systems
US10691722B2 (en) 2017-05-31 2020-06-23 Oracle International Corporation Consistent query execution for big data analytics in a hybrid database
US11307917B2 (en) 2019-08-16 2022-04-19 Delta Electronics Intl (Singapore) Pte Ltd Decentralized cyber-physical system
KR102380926B1 (en) * 2020-10-13 2022-03-31 서강대학교산학협력단 Signal processing device for processing signals from silicon optical multipliers

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6640241B1 (en) * 1999-07-19 2003-10-28 Groove Networks, Inc. Method and apparatus for activity-based collaboration by a computer system equipped with a communications manager
US6654783B1 (en) * 2000-03-30 2003-11-25 Ethergent Corporation Network site content indexing method and associated system
US20060206537A1 (en) * 2002-09-30 2006-09-14 Chiang Ying-Hsin R Updating electronic files using byte-level file differencing and updating algorithms
EP1760588A1 (en) 2005-09-02 2007-03-07 Sap Ag Event-based coordination of process-oriented composite applications

Family Cites Families (155)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4751635A (en) 1986-04-16 1988-06-14 Bell Communications Research, Inc. Distributed management support system for software managers
US5574934A (en) 1993-11-24 1996-11-12 Intel Corporation Preemptive priority-based transmission of signals using virtual channels
US5423003A (en) 1994-03-03 1995-06-06 Geonet Limited L.P. System for managing network computer applications
US6160549A (en) 1994-07-29 2000-12-12 Oracle Corporation Method and apparatus for generating reports using declarative tools
US5655081A (en) 1995-03-08 1997-08-05 Bmc Software, Inc. System for monitoring and managing computer resources and applications across a distributed computing environment using an intelligent autonomous agent architecture
DE69628965T2 (en) 1995-03-22 2004-02-26 Sun Microsystems, Inc., Mountain View Method and device for managing relationships between objects in a distributed object environment
EP0733967B1 (en) 1995-03-24 2005-02-09 Hewlett-Packard Company, A Delaware Corporation Methods and apparatus for monitoring events and implementing corrective action in a multi-entity computer system
US5764241A (en) 1995-11-30 1998-06-09 Microsoft Corporation Method and system for modeling and presenting integrated media with a declarative modeling language for representing reactive behavior
US6662205B1 (en) 1996-10-01 2003-12-09 International Business Machines Corporation Scaleable and extensible system management architecture with dataless endpoints
US5937388A (en) 1996-12-05 1999-08-10 Hewlett-Packard Company System and method for performing scalable distribution of process flow activities in a distributed workflow management system
US6710786B1 (en) 1997-02-03 2004-03-23 Oracle International Corporation Method and apparatus for incorporating state information into a URL
US6247056B1 (en) 1997-02-03 2001-06-12 Oracle Corporation Method and apparatus for handling client request with a distributed web application server
US6026404A (en) 1997-02-03 2000-02-15 Oracle Corporation Method and system for executing and operation in a distributed environment
US6225995B1 (en) 1997-10-31 2001-05-01 Oracle Corporaton Method and apparatus for incorporating state information into a URL
US5958010A (en) 1997-03-20 1999-09-28 Firstsense Software, Inc. Systems and methods for monitoring distributed applications including an interface running in an operating system kernel
US6055363A (en) 1997-07-22 2000-04-25 International Business Machines Corporation Managing multiple versions of multiple subsystems in a distributed computing environment
US6005849A (en) 1997-09-24 1999-12-21 Emulex Corporation Full-duplex communication processor which can be used for fibre channel frames
US7024450B1 (en) 1997-10-06 2006-04-04 Mci, Inc. Method and apparatus for deploying service modules among service nodes distributed in an intelligent network
US6334114B1 (en) 1997-10-31 2001-12-25 Oracle Corporation Method and apparatus for performing transactions in a stateless web environment which supports a declarative paradigm
US6167538A (en) 1998-03-06 2000-12-26 Compaq Computer Corporation Method and apparatus for monitoring components of a computer system
US6330717B1 (en) 1998-03-27 2001-12-11 Sony Corporation Of Japan Process and system for developing an application program for a distributed adaptive run-time platform
US6070190A (en) 1998-05-11 2000-05-30 International Business Machines Corporation Client-based application availability and response monitoring and reporting for distributed computing environments
US6263339B1 (en) 1998-08-25 2001-07-17 Informix Software, Inc. Dynamic object visualization and code generation
US6415297B1 (en) 1998-11-17 2002-07-02 International Business Machines Corporation Parallel database support for workflow management systems
US6728748B1 (en) 1998-12-01 2004-04-27 Network Appliance, Inc. Method and apparatus for policy based class of service and adaptive service level management within the context of an internet and intranet
US6279009B1 (en) 1998-12-04 2001-08-21 Impresse Corporation Dynamic creation of workflows from deterministic models of real world processes
US6336217B1 (en) 1998-12-30 2002-01-01 International Business Machines Corporation Systems, methods and computer program products for end-to-end software development process automation
US20020135611A1 (en) 1999-03-04 2002-09-26 Trevor Deosaran Remote performance management to accelerate distributed processes
US6430576B1 (en) * 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US6618719B1 (en) 1999-05-19 2003-09-09 Sybase, Inc. Database system with methodology for reusing cost-based optimization decisions
US6662356B1 (en) 1999-06-30 2003-12-09 Microsoft Corporation Application program interface for transforming heterogeneous programs
US6718535B1 (en) 1999-07-30 2004-04-06 Accenture Llp System, method and article of manufacture for an activity framework design in an e-commerce based environment
US6715145B1 (en) 1999-08-31 2004-03-30 Accenture Llp Processing pipeline in a base services pattern environment
US6477665B1 (en) 1999-08-31 2002-11-05 Accenture Llp System, method, and article of manufacture for environment services patterns in a netcentic environment
US7403946B1 (en) 1999-10-01 2008-07-22 Accenture Llp Data management for netcentric computing systems
JP3738624B2 (en) 1999-10-26 2006-01-25 日本電気株式会社 Distributed application control system, control method, and recording medium recording program
AU2001227857A1 (en) 2000-01-14 2001-07-24 Saba Software, Inc. Method and apparatus for a business applications management system platform
US6938256B2 (en) 2000-01-18 2005-08-30 Galactic Computing Corporation System for balance distribution of requests across multiple servers using dynamic metrics
US7328233B2 (en) 2000-01-19 2008-02-05 Corybant, Inc. Method and apparatus for implementing an active information model
US6687735B1 (en) 2000-05-30 2004-02-03 Tranceive Technologies, Inc. Method and apparatus for balancing distributed applications
US7392210B1 (en) 2000-04-07 2008-06-24 Jpmorgan Chase Bank, N.A. Workflow management system and method
US20020038217A1 (en) 2000-04-07 2002-03-28 Alan Young System and method for integrated data analysis and management
US7310801B2 (en) 2000-04-27 2007-12-18 Microsoft Corporation Servicing a component-based software product throughout the software product lifecycle
WO2001084313A2 (en) 2000-05-02 2001-11-08 Sun Microsystems, Inc. Method and system for achieving high availability in a networked computer system
US6922685B2 (en) 2000-05-22 2005-07-26 Mci, Inc. Method and system for managing partitioned data resources
US7051098B2 (en) 2000-05-25 2006-05-23 United States Of America As Represented By The Secretary Of The Navy System for monitoring and reporting performance of hosts and applications and selectively configuring applications in a resource managed system
US7685239B2 (en) 2000-06-28 2010-03-23 Canon Kabushiki Kaisha Image communication apparatus, image communication method, and memory medium
US20030172135A1 (en) 2000-09-01 2003-09-11 Mark Bobick System, method, and data structure for packaging assets for processing and distribution on multi-tiered networks
AU2001288644A1 (en) 2000-09-01 2002-04-08 International Interactive Commerce, Ltd. System, method, uses, products, program products, and business methods for distributed internet and distributed network services
US6920458B1 (en) 2000-09-22 2005-07-19 Sas Institute Inc. Model repository
US6907395B1 (en) 2000-10-24 2005-06-14 Microsoft Corporation System and method for designing a logical model of a distributed computer system and deploying physical resources according to the logical model
US6915338B1 (en) 2000-10-24 2005-07-05 Microsoft Corporation System and method providing automatic policy enforcement in a multi-computer service application
US20020133504A1 (en) 2000-10-27 2002-09-19 Harry Vlahos Integrating heterogeneous data and tools
US7174359B1 (en) 2000-11-09 2007-02-06 International Business Machines Corporation Apparatus and methods for sequentially scheduling a plurality of commands in a processing environment which executes commands concurrently
US7600014B2 (en) 2000-11-16 2009-10-06 Symantec Corporation Method and system for monitoring the performance of a distributed application
US7020869B2 (en) 2000-12-01 2006-03-28 Corticon Technologies, Inc. Business rules user interface for development of adaptable enterprise applications
US6931644B2 (en) 2000-12-21 2005-08-16 International Business Machines Corporation Hierarchical connected graph model for implementation of event management design
AU2002234258A1 (en) * 2001-01-22 2002-07-30 Sun Microsystems, Inc. Peer-to-peer network computing platform
US20020111841A1 (en) 2001-02-09 2002-08-15 International Business Machines Corporation Controlling commands in workflow management systems
US20020147962A1 (en) 2001-02-12 2002-10-10 International Business Machines Corporation Method and system for incorporating legacy applications into a distributed data processing environment
US6801818B2 (en) 2001-03-14 2004-10-05 The Procter & Gamble Company Distributed product development
EP1248170B1 (en) 2001-04-05 2009-09-16 INPECO IP Ltd. Method for the management of workcell systems based on an automation management system
US6934702B2 (en) * 2001-05-04 2005-08-23 Sun Microsystems, Inc. Method and system of routing messages in a distributed search network
US6948151B2 (en) 2001-06-29 2005-09-20 International Business Machines Corporation System and method for dynamic packaging of component objects
US20050155042A1 (en) * 2001-07-02 2005-07-14 Michael Kolb Component-based system for distributed applications
US7055143B2 (en) 2001-07-10 2006-05-30 Microsoft Corporation System and methods for providing a declarative syntax for specifying SOAP-based web services
US20030135384A1 (en) 2001-09-27 2003-07-17 Huy Nguyen Workflow process method and system for iterative and dynamic command generation and dynamic task execution sequencing including external command generator and dynamic task execution sequencer
US7660886B2 (en) 2001-09-27 2010-02-09 International Business Machines Corporation Apparatus and method of representing real-time distributed command execution status across distributed systems
US7546359B2 (en) * 2001-10-24 2009-06-09 Groove Networks, Inc. Method and apparatus for managing a peer-to-peer collaboration system
US7035930B2 (en) 2001-10-26 2006-04-25 Hewlett-Packard Development Company, L.P. Method and framework for generating an optimized deployment of software applications in a distributed computing environment using layered model descriptions of services and servers
US7085837B2 (en) 2001-12-04 2006-08-01 International Business Machines Corporation Dynamic resource allocation using known future benefits
WO2003050674A1 (en) * 2001-12-07 2003-06-19 Dbase, Inc. Drag-and-drop dynamic distributed object model
AU2003202356A1 (en) 2002-02-07 2003-09-02 Thinkdynamics Inc. Method and system for managing resources in a data center
US20030195763A1 (en) 2002-04-11 2003-10-16 International Business Machines Corporation Method and system for managing a distributed workflow
US7130881B2 (en) 2002-05-01 2006-10-31 Sun Microsystems, Inc. Remote execution model for distributed application launch and control
US7437731B2 (en) 2002-05-30 2008-10-14 Oracle International Corporation Coordinated collaboration system in an integration platform
US6847970B2 (en) 2002-09-11 2005-01-25 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US7240325B2 (en) 2002-09-11 2007-07-03 International Business Machines Corporation Methods and apparatus for topology discovery and representation of distributed applications and services
US7167915B2 (en) 2002-10-18 2007-01-23 International Business Machines Corporation Monitoring storage resources used by computer applications distributed across a network
US20040088350A1 (en) 2002-10-31 2004-05-06 General Electric Company Method, system and program product for facilitating access to instrumentation data in a heterogeneous distributed system
CA2412747A1 (en) 2002-11-26 2004-05-26 Cognos Incorporated System and method for monitoring business performance
US20040148370A1 (en) 2003-01-23 2004-07-29 Electronic Data Systems Corporation System and method for composing, configuring, deploying, and managing services using a graphical user interface
US7168077B2 (en) 2003-01-31 2007-01-23 Handysoft Corporation System and method of executing and controlling workflow processes
JP3974054B2 (en) * 2003-03-03 2007-09-12 日本電信電話株式会社 Entity device, shared link control method, authentication method, shared link control program, and recording medium thereof
US7072807B2 (en) 2003-03-06 2006-07-04 Microsoft Corporation Architecture for distributed computing system and automated design, deployment, and management of distributed applications
WO2004081762A2 (en) 2003-03-12 2004-09-23 Lammina Systems Corporation Method and apparatus for executing applications on a distributed computer system
US7185015B2 (en) * 2003-03-14 2007-02-27 Websense, Inc. System and method of monitoring and controlling application files
US20040187140A1 (en) 2003-03-21 2004-09-23 Werner Aigner Application framework
US8161094B2 (en) * 2003-06-04 2012-04-17 Sony Computer Entertainment Inc. System and method for notification within decentralized network
US6915656B2 (en) 2003-07-14 2005-07-12 Eco Technology Solutions, Llc Heat pump system
US7590643B2 (en) 2003-08-21 2009-09-15 Microsoft Corporation Systems and methods for extensions and inheritance for units of information manageable by a hardware/software interface system
US7503043B2 (en) 2003-09-05 2009-03-10 International Business Machines Corporation Method of building dynamic installation packages using a declarative authoring tool
CA2443657A1 (en) 2003-09-30 2005-03-30 Cognos Incorporated Business performance presentation user interface and method for presenting business performance
US20050074003A1 (en) * 2003-10-02 2005-04-07 Ball David Alexander Distributed software architecture for implementing BGP
US7379999B1 (en) 2003-10-15 2008-05-27 Microsoft Corporation On-line service/application monitoring and reporting system
US7103874B2 (en) 2003-10-23 2006-09-05 Microsoft Corporation Model-based management of computer systems and distributed applications
JP2007511820A (en) 2003-10-27 2007-05-10 アーカイヴァス インコーポレイテッド Policy-based management for independent node redundant arrays
US20050120106A1 (en) * 2003-12-02 2005-06-02 Nokia, Inc. System and method for distributing software updates to a network appliance
US7454496B2 (en) 2003-12-10 2008-11-18 International Business Machines Corporation Method for monitoring data resources of a data processing network
US20050137839A1 (en) 2003-12-19 2005-06-23 Nikolai Mansurov Methods, apparatus and programs for system development
US20050188075A1 (en) 2004-01-22 2005-08-25 International Business Machines Corporation System and method for supporting transaction and parallel services in a clustered system based on a service level agreement
US8197325B2 (en) 2004-01-27 2012-06-12 Integrated Group Assets Inc. Method and apparatus for providing an instant lottery game and a supplemental game
US7822662B2 (en) 2004-03-29 2010-10-26 Microsoft Corporation Key performance indicator system and method
US8271541B2 (en) 2004-03-31 2012-09-18 Fusionops Corporation Method and apparatus for developing composite applications
US7079010B2 (en) 2004-04-07 2006-07-18 Jerry Champlin System and method for monitoring processes of an information technology system
US7376534B2 (en) 2004-05-21 2008-05-20 Bea Systems, Inc. Watches and notifications
US7370296B2 (en) 2004-05-25 2008-05-06 International Business Machines Corporation Modeling language and method for address translation design mechanisms in test generation
US7747641B2 (en) 2004-07-09 2010-06-29 Microsoft Corporation Modeling sequence and time series data in predictive analytics
US7716253B2 (en) 2004-07-09 2010-05-11 Microsoft Corporation Centralized KPI framework systems and methods
US7467078B2 (en) 2004-07-16 2008-12-16 Agilent Technologies Inc. Portable distributed application framework
US7561673B2 (en) 2004-09-30 2009-07-14 Microsoft Corporation Integration of speech services with telecommunications
US7796520B2 (en) * 2004-09-30 2010-09-14 Avaya Canada Corp. System and methods for announcing and locating services in a distributed peer-to-peer network
US20060070066A1 (en) * 2004-09-30 2006-03-30 Grobman Steven L Enabling platform network stack control in a virtualization platform
US8170901B2 (en) 2004-10-01 2012-05-01 Microsoft Corporation Extensible framework for designing workflows
US7631291B2 (en) 2004-10-01 2009-12-08 Microsoft Corporation Declarative representation for an extensible workflow model
US20060095443A1 (en) 2004-10-29 2006-05-04 Kerika, Inc. Idea page system and method
US8032863B2 (en) 2004-11-18 2011-10-04 Parasoft Corporation System and method for global group reporting
US20060130047A1 (en) 2004-11-30 2006-06-15 Microsoft Corporation System and apparatus for software versioning
US7451435B2 (en) 2004-12-07 2008-11-11 Microsoft Corporation Self-describing artifacts and application abstractions
US20060155738A1 (en) 2004-12-16 2006-07-13 Adrian Baldwin Monitoring method and system
KR20060082353A (en) 2005-01-12 2006-07-18 와이더댄 주식회사 System and method for providing and handling executable web content
US20070050446A1 (en) 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
US7770151B2 (en) 2005-04-07 2010-08-03 International Business Machines Corporation Automatic generation of solution deployment descriptors
US7979520B2 (en) 2005-04-15 2011-07-12 Microsoft Corporation Prescriptive architecture recommendations
US20060236254A1 (en) 2005-04-18 2006-10-19 Daniel Mateescu System and method for automated building of component based applications for visualizing complex data structures
JP4372043B2 (en) 2005-05-12 2009-11-25 株式会社ソニー・コンピュータエンタテインメント Command execution control device, command execution instruction device, and command execution control method
US7757213B2 (en) 2005-05-18 2010-07-13 Microsoft Corporation Aggregation-based management of a distributed business process application
EP1729213A1 (en) 2005-05-30 2006-12-06 Honda Research Institute Europe GmbH Development of parallel/distributed applications
US7761851B2 (en) 2005-05-31 2010-07-20 International Business Machines Corporation Computer method and system for integrating software development and deployment
US20060271322A1 (en) 2005-05-31 2006-11-30 David Haggerty Systems and Methods Providing A Normalized Graphical User Interface For Testing Disparate Devices
US7359824B2 (en) 2005-06-29 2008-04-15 International Business Machines Corporation Systems and methods for a distributed execution environment with per-command environment management
CN101268656B (en) 2005-07-29 2010-12-08 意大利电信股份公司 Method and system for generating instruction signals for performing interventions in a communication network
US7454492B2 (en) 2005-08-26 2008-11-18 International Business Machines Corporation Method and apparatus for configuring and modeling server information in an enterprise tooling environment
US20070050237A1 (en) 2005-08-30 2007-03-01 Microsoft Corporation Visual designer for multi-dimensional business logic
US7818714B2 (en) 2005-09-15 2010-10-19 Microsoft Corporation Integration of process and workflows into a business application framework
US7430559B2 (en) 2005-09-21 2008-09-30 Microsoft Corporation Generalized idempotent requests
FR2891077B1 (en) 2005-09-22 2008-12-12 Xcalia Sa SYSTEM FOR IMPLEMENTING A BUSINESS APPLICATION.
US8407610B2 (en) 2005-09-30 2013-03-26 Sap Portals Israel Ltd. Executable and declarative specification for graphical user interfaces
US20070237133A1 (en) * 2005-10-07 2007-10-11 Steven Woods System and method for providing content, applications, services and digital media to users in a peer-to-peer network
US7941309B2 (en) 2005-11-02 2011-05-10 Microsoft Corporation Modeling IT operations/policies
US7512707B1 (en) 2005-11-03 2009-03-31 Adobe Systems Incorporated Load balancing of server clusters
WO2007072501A2 (en) 2005-12-19 2007-06-28 Mphasis Bfl Limited A system and a methodology for providing integrated business performance management platform
US8122427B2 (en) 2006-01-04 2012-02-21 Microsoft Corporation Decentralized system services
US20070174228A1 (en) 2006-01-17 2007-07-26 Microsoft Corporation Graphical representation of key performance indicators
US20070179823A1 (en) 2006-01-30 2007-08-02 Kumar Bhaskaran Observation modeling
US7869585B2 (en) 2006-03-17 2011-01-11 Microsoft Corporation Declarations for transformations within service sequences
US8214474B2 (en) * 2006-04-18 2012-07-03 International Business Machines Corporation Autonomic computing system with model transfer
US20070244904A1 (en) 2006-04-18 2007-10-18 Kristopher Durski Method and Architecture for Goal Oriented Applications, Configurations and Workflow Solutions on-the-Fly
US8793584B2 (en) 2006-05-24 2014-07-29 International Business Machines Corporation Customizable user interface wrappers for web applications
US7735060B2 (en) * 2006-06-29 2010-06-08 Augusta Systems, Inc. Method and system for rapidly developing and deploying sensor-enabled software applications
US8095923B2 (en) * 2006-06-29 2012-01-10 Augusta Systems, Inc. System and method for deploying and managing intelligent nodes in a distributed network
US8316364B2 (en) * 2007-02-28 2012-11-20 Red Hat, Inc. Peer-to-peer software update distribution network
US20080244423A1 (en) 2007-03-28 2008-10-02 Sap Ag Melting groups
US7797289B2 (en) 2007-09-05 2010-09-14 Oracle International Corporation Method and apparatus for automatically executing rules in enterprise systems
US8015281B2 (en) 2008-04-21 2011-09-06 Microsoft Corporation Dynamic server flow control in a hybrid peer-to-peer network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6640241B1 (en) * 1999-07-19 2003-10-28 Groove Networks, Inc. Method and apparatus for activity-based collaboration by a computer system equipped with a communications manager
US6654783B1 (en) * 2000-03-30 2003-11-25 Ethergent Corporation Network site content indexing method and associated system
US20060206537A1 (en) * 2002-09-30 2006-09-14 Chiang Ying-Hsin R Updating electronic files using byte-level file differencing and updating algorithms
EP1760588A1 (en) 2005-09-02 2007-03-07 Sap Ag Event-based coordination of process-oriented composite applications

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2153336A4

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101826029A (en) * 2009-03-03 2010-09-08 赛门铁克公司 Methods and systems for merging virtualization sublayers

Also Published As

Publication number Publication date
CN101663661A (en) 2010-03-03
EP2153336A1 (en) 2010-02-17
JP2010525488A (en) 2010-07-22
EP2153336B1 (en) 2018-08-01
CN101663661B (en) 2013-03-13
US20080270411A1 (en) 2008-10-30
US8024396B2 (en) 2011-09-20
JP5028523B2 (en) 2012-09-19
EP2153336A4 (en) 2015-02-18

Similar Documents

Publication Publication Date Title
EP2153336B1 (en) Distributed behavior controlled execution of modeled applications
US11706102B2 (en) Dynamically deployable self configuring distributed network management system
JP2010525488A5 (en)
US9663659B1 (en) Managing computer network resources
US7200657B2 (en) Autonomic provisioning of network-accessible service behaviors within a federated grid infrastructure
CN109587200B (en) Block chain as-a-service platform and system
CN112799789A (en) Node cluster management method, device, equipment and storage medium
CN102209087B (en) Method and system for MapReduce data transmission in data center having SAN
EP1810447B1 (en) Method, system and program product for automated topology formation in dynamic distributed environments
US9548897B2 (en) Network entity registry for network entity handles included in network traffic policies enforced for a provider network
US20170171026A1 (en) Configuring a cloud from aggregate declarative configuration data
US9575808B1 (en) Managing virtual machines
US20190190889A1 (en) Agent-less micro-segmentation of a network
US11847503B2 (en) Execution of functions by clusters of computing nodes
US20080005298A1 (en) Network clustering technology
US11375033B1 (en) Automated tuning of network intermediary devices
US9806956B1 (en) Managing computing resources by predicting resource usage
Leite et al. Autonomic provisioning, configuration, and management of inter-cloud environments based on a software product line engineering method
JP2020530228A (en) Network-aware elements and how to use them
Soares Fault-Tolerant, Scalable and Interoperable IoT Platform
Magurano Development of a scalable architecture for Industrial Internet of Things
Sharma et al. Deploying Pulsar on Kubernetes
Liu et al. Unsupervised Data Transmission Scheduling in Cloud Computing Environment
Cristea et al. Architectures for Large Scale Distributed Systems
Haupt Task Assignment in Distributed Mobile Systems

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200880013198.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08744334

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 5708/CHENP/2009

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2010506367

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2008744334

Country of ref document: EP