Sign In to Follow Application
View All Documents & Correspondence

"Cooperation Of Concurrent, Distributed Networks Of Resources"

Abstract: A program (324, 320) that includes expressions written in a process-based language for representing protocol-based applications as processes is disclosed. A process kernel (320C, 306C, 304C, 308C) executes the expressions in the program. The expressions specify the interactions of processes by allowing a named organizational scheme of data written in a customizable, tag-based language (302, 304, 306, 308) to be exchanged as a process among processes that send and receive the named organizational scheme of data.

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
25 October 2004
Publication Number
41/2009
Publication Type
INA
Invention Field
ELECTRONICS
Status
Email
Parent Application

Applicants

MICROSOFT CORPORATION
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052, U.S.A

Inventors

1. GREGORY L. MEREDITH
505 NORTH 72ND STREET, SEATTLE, WA 98103, U.S.A
2. STEVE BJORG
8301 158TH PLACE NE, REDMOND, WA 98052, U.S.A
3. DAVID RICHTER
1235 TAYLOR AVENUE NORTH #3, SEATTLE, WA 98109, U.S.A

Specification

COOPERATION OF CONCURRENT, DISTRIBUTED NETWORKS OF RESOURCES
CROSS-REFERENCE TO RELATED APPLICATIONS This application claims the benefit of U.S. Provisional Application No. 60/379,864, filed May 10,2002, entitled "Process Programming Language," which is expressly incorporated herein by reference; U.S. Application No. 10/303,407, filed November 22,2002, entitled "Process Kernel," which is expressly incorporated herein by reference; U.S. Application N6. 10/303,445, filed November 22, 2002, entitled "Permutation Nuances of the Integration of Processes and Queries as Processes at Queues," which is expressly incorporated herein by reference; U.S. Application No. 10/303,379, filed November 22, 2002, entitled "Structural Equivalence of Expressions Containing Processes and Queries," which is expressly incorporated herein by reference; U.S. Application No. 10/303,343, filed November 22, 2002, entitled "Operational Semantics Rules Governing Evolution of Processes and Queries as Processes," which is expressly incorporated herein by reference.
FIELD OF THE INVENTION The present invention relates generally to networked computers, and more particularly, to methods for causing cooperation of concurrent, distributed networks of computing resources.
BACKGROUND OF THE INVENTION Natural language is a language spoken or written by humans, as opposed to a programming language or a machine language. A programming language is any artificial language that can be used to define a sequence of instructions that can ultimately be processed and executed by a computer. Defining what is or is not a programming language can be tricky, but general usage implies that the translation process—from the source code which is expressed using the programming language, to the machine code, which is the code that the computer needs to work with—be automated by means of another program, such as a compiler. Both natural languages and programming languages are systematic means of communicating information and instructions from one entity to another, such as man to man or man to machine. Unfortunately, prior programming languages have been an imperfect way of communicating information and instructions from man to machine.
For example, early in the computing era, assembly languages were used to form low-level programming languages. Assembly languages use abbreviations or mnemonic codes in which each statement corresponds to a single machine instruction. Along with the advantage of high efficiency due to direct programmer interaction with system hardware and resources came the undesirable consequence of having to manually update ad hoc organizational schemes, such as data structures, when even slight changes were made to an assembly language program. The high-level languages of today, which provide a level of abstraction above the underlying machine language, evolved from assembly languages. High-level language statements generally use keywords (usually in English) that are translated into more than one machine-language instruction. High-level languages have built-in support for data structures and define a set of syntactic and semantic rules that define the structure of the language. When a slight change is made to a program written in a high-level language, a compiler, which transforms the program into object code by following a predetermined set of syntactic and semantic rules, either reflows the object code as necessary to correspond with the change made to the program or unabashedly informs a programmer of the apparent programming error.
Programmers have leveraged the ability of a compiler to detect errors in the invocation of application programming interfaces (APIs) by checking the signature of an invoking API against the corresponding signature of a defined API. An API is an interface of a program that defines the sort of inputs the program will accept to perform a desired task and the sort of outputs the program will return after the performance of the desired task. APIs allow programs to cooperate together to provide greater functionality than each could provide alone.
An API only specifies what must be provided to the API and what will be returned from the API—not the behaviors of the program underlying the API. For example, to properly cooperate, an "initialization" program must be called before a "do work" program is called, and correspondingly, the "do work" program must be called before a "clean up" program is called. APIs do not capture this ordering idea, or any other ideas that express how programs should cooperate. As a result, like the laborious tasks of mamtaining the assembly programs of yesteryear, programmers must once again fit square pegs into round holes by working within the limit of the expressiveness of present high-level languages to ensure that programs correctly cooperate.
The foregoing problem is exacerbated with the proliferation of Web services, which are basically programs located on any number of computing devices interconnected by the Internet. Whereas the specification and the laborious verification of the cooperation of programs within a single computing device can be undertaken— albeit arduously—the task of verifying the intricate ballet associated with the cooperation of multiple Web services (which send multiple messages from multiple computing devices) is an insurmountable problem because of the lack of the expressiveness of present high-level languages. What is needed is a programming language that can express the cooperative dimensions of programs or services, such as ordering and timing, among other things, so that such cooperative dimensions can be programmatically verified.
One partial solution is the use of 7i-calculus, which is a mathematical language for describing processes in interactive, concurrent systems, such as a system 100 shown in FIGURE 1. The system 100 includes a client 102, which is a computer that accesses shared network resources being provided by another computer, such as a server 106, on a local area network or a wide area network, such as the Internet 104. A number of Web services 108,116 are statically stored as programs on the client 102 and the server 106.
Early operating systems allowed users to run only one program at a time. Users ran a program, waited for it to finish, and then ran another one. Modern operating systems allow users to execute (run) more than one program at a time or even multiple copies of the same program at the same time. A thread is the basic unit used by the operating system to allocate processor time to a program. A thread can include any part of the programming code, including parts currently being executed by another thread. A processor is capable of executing only one thread at a time. However, a multi-tasking operating system, i.e., an operating system that allows users to run multiple programs, appears to execute multiple programs at the same time. In reality, a multi-tasking operating system continually alternates among programs, executing a thread from one program, then a thread from another program, etc. As each thread finishes its sub-task, the processor is given another thread to execute. The extraordinary speed of the processor provides the illusion that all of the threads execute at the same time.
While the terms multi-tasking and multi-processing are sometimes used interchangeably, they have different meanings. Multi-processing requires multiprocessors. If a machine has only one processor, the operating system can multi-task, but
not multi-process. If a single machine has multiple processors or there are multiple machines (the client 102 and the server 106), each of which has a processor, the operating system of the single machine or the operating systems of multiple machines can bom multi-task and multi-process. Both a single machine having multiple processors and multiple machines, each having a processor, define a concurrent system. This is an object of interest for 71-calculus.
The core of 71-calculus consists of systems of independent, parallel processes (such as Web services 108,116) that communicate via links (such as a link 124). Links can be any of the following: APIs that become as remote procedure calls; hypertext links that can be created, passed around, and removed; and object references (e.g., "rose") passed as arguments of method invocations in object-oriented systems. The possibilities of communication for a process with other processes depends on its knowledge of various different links. Links may be restricted so that only certain processes can communicate on them. What sets the rc-calculus apart from other process languages is that the scope of a restriction (the context in which a link may be used) may change during execution. For example, when the Web Service 116 sends a restricted name, such as an API previously known only to the Web Service 116, as a message to the Web service 108, which is outside the scope of the restriction, the scope is expanded (or extruded in the mathematic idiom of 71-calculus). This means that the scope of the API is enlarged to embrace the Web service 108 receiving the API. In other words, the Web service 108 can now invoke the function represented by the API whereas before the Web service 108 had no knowledge of the API, hence was unable to invoke the API. This procedure allows the communication possibilities of a process to change over time within the framework of 7c-calculus. A process can learn the names of new links via scope extrusion. Thus a link is a transferable quantity for enhancing communication.
What has been central, foundational, and unchanging about 7t-calculus is its intense focus on names, such as "rose," and the passing of names as messages over links. In particular, 7t-calculus places great emphasis on pure names, each of which is defined to be only a bit pattern. One example of a pure name is the 128-bit space GUID (Globally Unique Identifier) that uniquely identifies an interface or an implementation in the COM component model. Another example of a pure name is a function signature or an API as described above. For additional emphasis, consider the above-discussed problem in this light: suppose there are three APIs ("initialization," "do work," and "clean up") sent to
the Web service 108 from the Web service 116, but the Web service 116 must invoke these three APIs only in a particular order (e.g., "initialization" and then "do work" and then "clean up"). While existing 7t-calculus and its variants allow the three APIs to be sent over the link 124 to reach the Web service 108 from the Web service 116, the existing 7t-calculus and its variants lack a way for the Web service 116 to express to the Web service 108 the particular order in which the three APIs are to be invoked. In this sense, existing jt-calculus and its variants cannot completely express the cooperative dimensions of programs or services, such as ordering and timing, among other things, so that such cooperative dimensions can be programmatically verified.
One Elizabethan poet succinctly provided this adage, metaphorical in form but embodying a timeless observation: "What's in a name? That which we call a rose by any other name would smell as sweet" This observation made long ago precisely points to a present problem of Tc-calculus and its variants—a lack of tolerance for the passage of structured data on named links (such as the link 124). In fact, ^-calculus unfavorably refers to structured data as "impure names," which is a negative linguistic construction. Pureness is desirable while impurity is abhorred. Thus impure names in the context of 7t-calculus are data with some kind of recognizable structure, such as an extensible markup language (XML) document In practice, it is useful (and at times necessary) for one process to communicate structured data to another process.
Without a flow of data, it is difficult to facilitate communication between processes—except in a very indirect way—to represent mobility or dynamism among processes. To solve this problem, computer scientists have investigated the possibility of allowing processes to flow in communication over links. For example, a process 110 may send to the process 118 a message which represents a third process (not shown). This is known as higher-order Ti-calculus. Because of the rigidity with which 7r-calculus handles pure names, instead of sending a process over a link, even higher-order 7c-calculus variants send a name, which gives access to a desired process, instead of sending the process itself.
Sending a name, rather than a process, can be likened to the traditional programming technique of passing by reference, i.e., passing an address of a parameter from a calling routine to a called routine, which uses the address to retrieve or modify the value of the parameter. The main problem with employing the passing by reference technique in higher-order 7i-calculus variants is that the technique can inhibit the ability
. of a concurrent system to become distributed. There are many implementations of 7r-calculus, namely PICT, Nomadic PICT, TyCO, Oz, and Join, among others. However, these other implementations are either not distributed (PICT) or are not higher-order forms of the 7t-calculus (Nomadic PICT, TyCo, Oz, and Join).
Thus there is a need for better methods and systems for allowing processes in concurrent, distributed computing networks to interact while avoiding or reducing the foregoing and other problems associated with existing 7t-calculus and its variants.
SUMMARY OF THE INVENTION
In accordance with this invention, a system, method, and computer-readable medium for processing programs written in a process-based language is provided. The system form of the invention comprises a computer-readable means for storing a program. The program includes expressions written in a process-based language for representing protocol-based applications as processes. The system also includes a process kernel for executing the expressions in the program. The expressions specify the interactions of processes by allowing a named organizational scheme of data written in a customizable, tag-based language to be exchanged as a process among processes. The named organizational scheme of data is bound to the scopes of processes that send and receive the named organizational scheme of data.
In accordance with further aspects of this invention, the method form of the invention is implementable in a computer system. The method comprises representing protocol-based applications as processes when process expressions in a program written in a process-based language are executed. The method further includes representing named organizational schemes of data written in a customizable, tag-based language as processes when query expressions are executed. The method causes processes to communicate when processes send or receive the named organizational schemes of data as queries to or from queues. The named organizational schemes of data are bound to the scopes of processes that send or receive the named organizational schemes of data.
In accordance with the further aspects of this invention, another system form of the invention includes a query virtual machine for defining queries and for governing the interactions among queries and queues in a program written in a process-based language. The system also includes a process virtual machine for defining processes and for governing interactions among processes in the program, processes including protocol-based applications. The system further includes a reaction virtual machine for defining
valid interactions among queries, queues, and processes and further for governing the interactions among queries, queues, and processes by interpreting queries as processes.
In accordance with this invention, a method and computer-readable medium for processing programs written in a process-based language is provided. In accordance with this invention, a method form of the invention comprises parsing the expression to obtain syntactical elements that represent a queue, a set of queue delimiters, a query, a sequence delimiter, and other actions. The method translates the expression as a process whose first action is submitting the query as another process to the queue and after which the process continues with other actions. The query includes an organization scheme formed from a customizable, tag-based language that contains data and describes data.
In accordance with one aspect of this invention, a method form of the invention for executing a set of equational laws governing structural equivalence of expressions written in a process-based language is provided. The method parses a first expression. The first expression describes that a query is being executed in parallel with a process. The query has a head, which is empty, and a body, which contains a first name being bound to a second name. The method translates the first expression as structurally equivalent to a second expression. The second expression describes that the query is executed in parallel with the process if the query is in canonical form. Each occurrence of the first name in the process is replaceable with the second name.
In accordance with this invention, a method, and computer-readable medium for processing programs written in a process-based language is provided. A method form of the invention for executing sets of operational semantics rules governing the meanings of expressions "written in a process-based language is provided. The method includes parsing a first expression. The first expression describes that a process is a choice of two processes. The first process of the two processes expresses that a first query is submitted to a queue," after which the first process continues with a first set of actions. The second process of the two processes expresses that a second query is submitted to the queue, after which the second process continues with a second set of actions. The method further includes reducing the first expression to a second expression. The second expression describes that a third query is submitted to the queue after which the first process runs in parallel with, the second process if the third query is in canonical form.
In accordance with further aspects of this invention, a further method for executing sets of operational semantics rules governing Ihe meanings of expressions
written in a process-based language is provided. The method parses a first expression. The first expression describes a first process whose first action is submitting a query to a queue and after which the first process continues with a second process. The method further includes reducing the first expression to a second expression. The second expression describes that a lifted query runs in parallel wife the second process if the first query is in canonical form.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing aspects and many of the attendant advantages of this invention will become more readily appreciated as the same become better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein:
FIGURE 1 is a block diagram illustrating a conventional, concurrent system using 7t-calculus for passing a name, such as an API, on a link between two Web services.
FIGURE 2 is a block diagram illustrating an exemplary computing device.
FIGURES 3A-3C are block diagrams iUustrating an exemplary concurrent, distributed-system formed in accordance with the invention for communicating structured messages among multiple processes.
FIGURE 4 is a block diagram illustrating major syntactical categories of an exemplary programming language, which is an artificial language that can be used to define a sequence of instructions that can ultimately be processed and executed by the exemplary computing device in a concurrent, distributed network of computing resources.
FIGURE 5 is a block diagram iUustrating in greater detail an exemplary queue formed in accordance with the invention for storing processes as messages for communication between the two processes.
FIGURES 6A-6B are block diagrams illustrating a technique for determining structural equivalence between two programmatic documents formed in accordance with the invention.
FIGURES 7A-7B are block diagrams illustrating a technique for fusing two queues for enhancing communication between two processes in a concurrent, distributed system formed in accordance with this invention.
FIGURE 8 is a block diagram illustrating an exemplary system formed in accordance with this invention for fusing two queues to enhance communication among processes in a concurrent, distributed system formed in accordance with this invention.
FIGURES 9A-9B are block diagrams illustrating an exemplary system for reducing two database forms allowing two separate processes to communicate in a concurrent, distributed system formed in accordance with this invention.
FIGURES 10A-10C are block diagrams illustrating an exemplary system formed in accordance with this invention for discovering a name that can be used to access multiple databases by a process in a concurrent, distributed system formed in accordance with this invention.
FIGURES 11A-1IV are method diagrams illustrating an exemplary method formed in accordance with mis invention for compiling a program via a compiler or executing a process via a process kernel.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
FIGURE 2 illustrates an example of a suitable computing system environment 200 for practicing certain aspects of the invention, such as processing queries, queues, and processes generated in accordance with the invention and/or executing the hereinafter described process kernel. The computing system environment 200 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Neither should the computing environment 200 be interpreted as having any dependency or requirement relating to any one or combination of the illustrated and described components.
The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention is described in the general context of computer-executable instructions, such as program modules being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media, including memory storage devices.
The computing system environment illustrated in FIGURE 2 includes a general purpose computing device in the form of a computer 210. Components of computer 210 may include, but are not limited to, a processing unit 220, a system memory 230, and a system bus 221 that couples various system components, including the system memory to the processing unit 220. The system bus 221 may be any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such bus architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, also known as Mezzanine bus.
Computer 210 typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by computer 210 and includes both volatile and nonvolatile media, removable and nonremovable media. By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer-readable instructions, data structures, program modules, or other data. Computer storage media include, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tapes, magnetic disk storage or other magnetic storage devices, or any other computer storage media. Communication media typically embody computer-readable instructions, data structures, program modules or other data in a modulated data signal, such as a carrier wave or other transport mechanism that includes any information delivery media. The term "modulated data signal" means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media
include wired media, such as a wired network or direct-wired connection, and wireless media, such as acoustic, RF infrared, and other wireless media. A combination of any of the above should also be included within the scope of computer-readable media.
The system memory 230 includes computer storage media in the form of volatile and/or nonvolatile memory, such as read only memory (ROM) 231 and random access memory (RAM) 232. A basic input/output system 233 (BIOS), containing the basic routines that help to transfer information between elements within computer 210, such as during start-up, is typically stored in ROM 231. RAM 232 typically contains data and/or program modules that are immediately accessible and/or presently being operated on by processing unit 220. By way of example, and not limitation, FIGURE 2 illustrates operating system 234, application programs 235, other program modules 236, and program data 237.
The computer 210 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, FIGURE 2 illustrates the hard disk drive 241 that reads from or writes to non-removable, nonvolatile magnetic media, the magnetic disk drive 251 that reads from or writes to a removable, nonvolatile magnetic disk 252, and an optical disk drive 255 that reads from or writes to a removable, nonvolatile optical disk 256, such as a CD-ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital videotapes, solid state RAM, solid state ROM, and the like. The hard disk drive 241 is typically connected to the system bus 221 through a non-removable memory interface, such as interface 240, and the magnetic disk drive 251 and optical disk drive 255 are typically connected to the system bus 221 by a removable memory interface, such as interface 250.
The drives and their associated computer storage media discussed above and illustrated in FIGURE 2 provide storage of computer-readable instructions, data structures, program modules and other data for the computer 210: In FIGURE 2, for example, hard disk drive 241 is illustrated as storing operating system 244, application programs 245, other program modules 246, and program data 247. Note that these components can either be the same as or different from operating system 234, application programs 235, other program modules 236, and program data 237. Operating system 244, application programs 245, other program modules 246, and program
data 247 are given different numbers here to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 210 through input devices, such as a keyboard 262 and pointing device 261, the latter of which is commonly referred to as a mouse, trackball, or touch pad. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 220 through a user input interface 260 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port, or universal serial bus (USB). A monitor 291 or other type of display device is also connected to the system bus 221 via an interface, such as a video interface 290. In addition to the monitor, computers may also include other peripheral output devices, such as speakers 297 and printer 296, which may be connected through an input/output peripheral interface 295.
The computer 210 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 280. The remote computer 280 may be a personal computer, a server, a router, a network PC, a peer device, or other common network node, and typically includes many or all of the elements described above relative to the computer 210, although only a memory storage device 281 has been illustrated in FIGURE 2. The logical connections depicted in FIGURE 2 include a local area network (LAN) 271 and a wide area network (WAN) 273, but may also include other networks. Such network environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
When used in a LAN networking environment, the computer 210 is connected to the LAN 271 through a network interface or adapter 270. When used in a WAN networking environment, the computer 210 typically includes a modem 272 or other means for establishing communications over the WAN 273, such as the Internet. The modem 272, which may be internal or external, may be connected to the system bus 221 via the input/output peripheral interlace 295, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 210, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, FIGURE 2 illustrates remote application programs 285 as residing on memory device 281. It will be appreciated that the network connections shown are for illustrative purposes only and other means of establishing a communication link between the computers may be used.
A system 300, which is a collection of component elements that work together to perform one or more computing tasks, is illustrated in FIGURE 3A. One example is a hardware system 344, which can comprise a number of computing devices, such as a personal digital assistant 302, a cellular phone 334, and a desktop computer 336, each comprising a microprocessor, its allied chips and circuitry, input and output devices, and peripheral devices (not shown). For ease of illustration, the only depicted computing devices in subsequent figures are personal digital assistants (PDAs).
The system 300 includes an operating system 342, comprising a set of programs and data files, such as an operating system kernel 303A, one or more device drivers 303B, and a process kernel 302C. Subjacently coupled to the operating system 342 is a hardware abstraction layer 301. The hardware abstraction layer 301 is an application programming interface for use by programmers to access devices of the hardware system 344 (such as the computing device 302, the cellular phone 334, and the desktop computer 336). The operating system kernel 303A is the core of the operating system 342 and is designed to manage memory, files, and peripheral devices (via the hardware abstraction layer 301); maintain the time and date; launche applications, such as a Web service 302A; and allocate system resources. Device drivers 303B are separate components that permit the Web service 3 02A to communicate with a device, such as the computing device 302. The process kernel 302C represents the Web service 3 02A as a process 302B, manages the process 302B, and facilitates the communication of the process 302B with other processes (described below). The operating system kernel 303A, the device drivers 303B, and the process kernel 303C reside in the kernel-mode portion of the operating system 342 while the Web service 3 02A and the process 302B reside in a user-mode portion 346 of the operating system 342. Alternatively, the process kernel 303C can reside in the user-mode portion 346 when it is superjacently coupled to other system software components 305,307 (FIGURE 3B), such as COM (Component Object Model).
The term "process" used in accordance with the present invention means a dynamic representation of one or more computation entities that have the capability to evolve by performing actions or that allow other processes to evolve. In other words, the term "process" represents one of a duality of natures of a computation entity. When a computation entity is at rest, it can be examined, such as by viewing a program. When a computation entity is mobile (as a process), it cannot be seen, but its behaviors can be
expressed and verified by a programming language 400 formed in accordance with the present invention (described below).
The Web service 302A is designed to specialize in a certain service. To obtain greater functionality, the Web service 3 02A can enlist the help of other Web services that can provide services not within the scope of the Web service 302A. To track down other Web services, the Web service 302A can communicate with a directory framework 326. The directory framework 326 is a platform-independent piece of software (a directory framework) that provides a way to locate and register Web services on the Internet The directory framework 326 includes a store 330 containing a number of registered Web services and including detailed technical information about these Web services. A discovery component 328 of the directory framework 326 acts as a broker between the process 302B and the store 330 to locate a desired Web service.
Once the directory framework 326 finds an appropriate Web service requested by the Web service 302A, the Web service 302A can begin to interact with the discovered Web service to accomplish a desired task. FIGURE 3B illustrates a discovered Web service 304A. The process kernel 304C represents the Web service 304A as a process 3048, which interacts with the process 302B over a communication means, such as a queue 310, to accomplish tasks of Web services 302A, 304A.
The queue 310 through which processes communicate can take various forms, such as databases, channels, or other suitable structured stores. Because the computing devices 302, 304 can be located at geographic locations well away from each other, processes 302B, 304B cannot communicate via shared memory. Suitable communication means, such as the queue 310, include technology that enables processes 302B, 304B while running at different times to communicate across heterogeneous networks and systems that may be temporarily offline. Processes 302B, 304B send messages to communication means, and read messages from communication means. Communication means can provide guaranteed message delivery, efficient routing, security, and priority-based messaging. Additionally, communication means can be used to implement solutions for both asynchronous and synchronous scenarios requiring high performance. As indicated above, specific examples of suitable communication means include channels, queues, or databases, among other structured stores. When the queues 310-316 are databases, they are files composed of records, each containing fields together with a set of operations for searching, sorting, recombining, and other processing functions,
organized in multiple tables, each of which are data structures characterized by rows and columns, with data occupying or potentially occupying each cell formed by a row-column intersection.
The internal architecture of process kernels 302C, 304C include process virtual machines 302C1, 304C1, which contain software components for defining processes and for governing interactions among processes; query virtual machines 302C3, 304C3, which contain software components for defining queries and for governing the interactions among queries and queues; reaction virtual machines 302C2, 304C2, which contain software components for governing the interactions among queries, queues, and processes; and transition virtual machines 302C4, 304C4, which contain software components for isolating the process kernels 302C, 304C from the specifics of system software components 305,307 (such as COM and the operating system, among others) on computing devices 302,304.
Computing devices 302, 304 interact, communicate, and exchange information over a local area network, wide area network, or wireless network 338. Processes 302B, 304B communicate over a queue 310 to exchange messages, such as a message 318. Unlike prior systems implementing 7i-calculus and its variants, the system 300 formed in accordance with the invention allows messages, such as the message 318, to be represented as processes by process kernels 302C, 304C in the exchange between processes 3 02B, 304B. This allows cooperative dimensions of programs or Web services, such as the invocation ordering of APIs, among many, other things, to be expressed between processes 302B, 304B.
FIGURE 3C illustrates the system 300 as a non-centralized network comprising numerous computing devices 302, 304, 306, 308 that can communicate with one another and that appear to users as parts of a single, large, accessible "storehouse" of shared hardware, software, and data. The system 300, in the idiom of computer scientists, is a distributed system, which is conceptually the opposite of a centralized, or monolithic, system in which dumb clients connect to a single, smart central computer, such as a mainframe. The system 300 is a dynamic network topology in which highly distributed, concurrent processes 302B, 304B, 306B, 308B interact in parallel on computing devices 302-308.
Processes 302B-308B cooperate to express to each other information sent as messages or queries to queues 310-314. Pieces of information sent over a communication
means include ordering of execution, timing of data, quality of service, and passing of, among processes 302B-308B, an organizational scheme formed from a customizable, tag-based language that contains data and describes data in such a way as to facilitate the interpretation of data or the performance of operations on data. While one suitable customizable, tag-based language is extensible mark-up language (XML), the invention is not limited to this language. Other customizable, tag-based languages can be used.
Cooperative communication between processes 302B-308B is provided by the programming language 400 (FIGURE 4) formed in accordance with this invention. The language 400 is a high-order variant of the rc-calculus. In other words, the language 400 is a process-based language. More specifically, in addition to other properties discussed below, the language 400 has the ability to programmatically detect "liveness." Liveness is an indication that a process is alive. This quality needs to be programmatically verified in order for a program to be trusted to do the things it is designed to do. A program, such as the Web service 302A written in the language 400 can be programatically verified for "liveness." Other properties include the ability to analyze the security of processes 302B-308B and resource access run-time errors. Security problems include the protection of computing devices 302-308 and their data from harm or loss. One major focus of security, especially for non-centralized networks, such as the system 300, that are accessed by many people through multiple queues 310, 312, 314, 316, is the prevention of access by unauthorized individuals. The Web service 302A written in Ihe language 400 can be verified to detect security problems induced by untrustworthy Web programs or untrustworthy computing devices.
The formal mathematical definition of the language 400 is given in the Appendix. The language 400 includes the grammar, the rules for structural equivalents, and the rules for operational semantics. The grammar of the language 400 is the system of rules that define the way in which the syntactical elements of queries and processes are put together to form permissible programming statements. In other words, unless one can express correctly in the grammar of the language 400, one cannot communicate concepts, such as the invocation of APIs, from one process to another process. Once an expression is correctly formed, the rules of semantics connect the expression with meanings. Because processes are dynamic, the language 400 uses operational semantics to couple meanings to processes. In other words, processes evolve by acting or interacting with other processes. Understanding the meaning of an expression of the language 400 relates
directly to understanding its operations. The rules for structural equivalence allow the operational semantics of the language 400 to be simplified in that an expression can be likened to another expression. Thus, the number of rules for operational semantics can be kept small since these rules can be applied to permutations of expressions.
The language 400 has several major syntactical categories: a queue syntax 402, which represents queues, databases, communication channels, or any structured stores that allow processes running at different times or at the same time to communicate via messages; a query syntax 404, which represents instructions written in a data manipulation language to assemble and disassemble messages, manipulate structured stores represented by the queue syntax 402, and detect message patterns; and a process syntax 406, which represents a dynamic aspect of a computation entity that can exchange not only names, such as an API, but also processes as messages over structured stores represented by the queue syntax 402. The queue syntax 402, the query syntax 404, and the process syntax 406 together .form the major syntactical elements of the language 400. Syntactical elements 402-406 of the language 400 can be used alone or can be combined in permutations to express cooperating nuances among processes, such as processes 302B-308B. The syntactical rules (described in detail with reference to FIGURE 11 C-l IF and Section 1.1 of the Appendix), the structural equivalent rules (discussed in greater detail below with reference to FIGURE 11J and section 2.1 of the Appendix), and the operational semantics rules (discussed in greater detail below with reference to FIGURES 110-11R and section 3.1 of the Appendix) in connection with queries are placed in the query virtual machines 302C3, 304C3. The syntactical rules (described in detail with reference to FIGURE 11G-1II and Section 1.2 of the Appendix), the structural equivalence rules (discussed in greater detail below with reference to FIGURES 11K-1 IN and section 2.2 of the Appendix), and the operational semantics rules (discussed in greater detail below with reference to FIGURES 11 S-l 1V and section 3.2 of the Appendix) in connection with processes are placed in the process virtual machines 302C1, 304C1. The reaction virtual machines 302C2, 304C2 contain operational semantics rules that define a method by which queues, queries, and processes react to each other.
The programming language 400 allows expressions to be formed for describing processes, such as processes 302B-308B, that run in parallel and interact over communication means, such as the queues 310-314. Mathematically, if T and P are
processes, the expression T | P describes that processes T, P are running in parallel, possibly communicating with each other or with the outside world along communication means.
Queues 310-314 are represented by names (which correspondingly, are "X," "Y," "Z," and "W."). The programming language 301 allows the passage of certain classes of processes, such as processes 318-324, among other tidings, to be expressed as messages over queues 310-314. The processes 318-324 embody an organizational scheme formed from a customizable, tag-based language that contains data and describes data in a way that facilitates the interpretation of data or the performance of operations on data. One exemplary organizational scheme includes a query. Another exemplary organizational scheme includes a message. A further exemplary organizational scheme includes an XML document
A query contains data and information to manipulate data. Consider this example: the computing device 302 represents a computer at a publisher and the computing device 304 represents a computer at a bookstore. Both the publisher and the bookstore have the independent ability to define, in XML, their own tags for information about authors, titles, and publication dates of books. Such book information can be organized into XML documents with appropriate tags. The information is exchanged by the computing device 302 at the publisher or the computing device 304 at the bookstore transforming the XML documents into queries, which is represented by process kernels 302C-30C as processes, such as the process 318 to be communicated over the queue 310 between the process 302B and the process 304B.
Prior 7T-calculus variants do not allow structured information, such as XML documents, to be communicated over communication means, such as the queue 310. However, the actual performance of applications at times requires some exchange of structured information. A case in point includes structured information that expresses the invocation ordering of APIs. Another case in point is the example discussed above between the publisher and the bookstore. The programming language 400 allows multidimensional data (data structures) to be embodied in processes, such as processes 318-324, to be communicated as messages passed among processes 302B-308B. The language 400 allows the creation of an environment for facilitating the exchange of an organizational scheme (which is expressed in a customizable, tag-based language that contains data and describes data in such a way as
to facilitate the interpretation of data or the performance of operations on data) among processes over queues in a non-centralized network that is concurrent and distributed.
FIGURE 5 visually illustrates syntactical expressions that relate a queue 310 (X), queries 504, 506 (Q0, Qi), and processes 302B, 304B (T, P). Stored in the queues 310-316 are one or more queries 502, which are processes embodying structured data or names with no apparent structure. To communicate a structured data file, such as an XML document 500A from the process 302B to the process 304B via the queue 310, the process 302B converts the XML document 500A into a query 500B and then writes the query 500B into the queue 310. The query 500B is treated as a process by the process kernels 302C-308C. Unlike prior variants of rc-calculus, the programming language 400 allows processes, such as the query 500B, to pass through communication means, such as the queue 310. The query 500B contains more than a pure name in that the query 500B also contains the structured contents of the XML document 500A. To obtain the query 500B, the process 304B reads the queue 310.
The programming language 400 provides a set of query operations that are used to assemble and disassemble queries, manipulate queues, and detect patterns in queries. Other query operations are used to put messages into queues, get messages from the queues, and build new messages from existing messages. A query comprises two portions: a head and a body. The head of a query defines a set of parameters and their corresponding types. The body is a set of bindings. A query is invoked by binding its parameters to arguments and activating its sets of bindings. A binding defines a relation between two terms. Not all terms can be bound together. A valid binding exists when the binding binds a term of some type to a term of its complementary type. A query can be likened to a traditional procedure; the head of the query is like the signature of the procedure; the body of the query is like the set of programniing statements of the procedure; and each binding is a programming statement that uses the data stored in the parameters of the signature of the procedure or places data into the parameters of the signature of the procedure.
Mathematically, the relationship among the queue 310, a query 500B, and a process 304B can be syntactically expressed as X[Qo].P, where X is the queue 310; Qo is the query 500B; and P represents the process 304B, which is a point of continuation after the query Qo has been written to the queue X. Thus linguistically, the mathematical expression X[Qo].P describes the process of depositing the query 500B at the queue 310
after which the process is continued with the execution of the process 304B. In the framework of the programming language 400, both Qo and P are processes in the mathematical notation X[Qo].P. The programming language 400 identifies a subset (or certain classes) of processes that can be passed as messages over the queue X. This ■ subset contains queries, each of which is correlated to customizable, tag-based data structures, such as those contained in XML documents.
One major aspect of the language 400 is its collection of equational laws for determining structural equivalence among queries and processes. The process of deterrnining structural equivalence with these equational laws of the language 400 disencumbers minor differences between two programmatic documents, such as two programs or two software specifications, to ascertain whether they conform in every relevant respect. These laws of structural equivalence allow the operational semantics of the language 400 to be simplified as described above.
FIGURE 6A shows a program 602 written in . a language suitable for this illustration. The program 602 includes a mainO function which is the starting point of execution for certain languages, such as C or C++. Nesting between the first set of curly brackets is an IF statement containing a test condition (A=7). The test condition determines whether a variable A is equal to the value 7. If the test condition is true, programming statements contained within the second set curly of brackets are executed. There are two programming statements inside the second set of curly brackets. The first programming statement invokes a forkO function that takes a variable P0 as an argument forkO functions in certain languages initiate a child process in a concurrent system after a parent process has been started. In this case, the child process is represented by the argument PO. After this invocation of the forkO function, the child process P0 runs in parallel with the parent process executing the program 602. The second programming statement also contains an invocation of the forkO function, but instead of taking the variable P0 as an argument, the second invocation of the forkO function takes a variable PI as an argument. Another child process represented by the argument PI is initiated with the invocation of the second forkO function. Child processes P0, PI run in parallel with each other at the egress of the program flow from the closing curly bracket of the second set of curly brackets.
Another program 604 is similar to the program 602 in many respects, but there are some differences. One difference is the test condition of the IF statement of the
program 604, which contains a variable B instead of the variable A. Another difference is that the child process PI is initiated with the first invocation of the forkO function before the invocation of the child process P0. Despite these differences, the logic flow in both programs 602, 604 will ultimately reach the forkO statements of both programs 602, 604 if the test conditions of both IF statements are true. Thus the difference in the names of the variables A, B are negligible, and do not affect the logic structure of programs 602,604. Moreover, because child processes P0, PI run in parallel, the sequence of their invocation is also negligible.
The program 602, as discussed above, can be written by many different programming languages, each containing different and diverse grammatical constructions that hinder structural equivalent analysis. Using the language 400, the program 602 can be expressed by a quality apart from the grammatical specifics of the program 602. For example, the essence of the program 602 is the execution of child processes P0, PI in parallel. This essence can be expressed by the language 400 by translating the program 602 into a specification 602A. The parallel execution of processes P0, PI is expressed in the program 602A as "P01 PL" The statement "P0 (PI" is nested between a tag and its corresponding ending tag .
Suppose the process 302B requires a service in which the child process P0 is desired to be executed in parallel with another child process P2. This requirement is captured by a statement "P0|P2" as indicated in a specification 3 02D written in the language 400. The statement "P01P2" is situated between a tag and its corresponding ending tag <#_NEED:>. Suppose further that the process 302B obtains the specification 602A from the discovery component 328 to determine whether the program 602 is suited for the task that the process 302B wishes to accomplish. Using structural equivalence analysis, the process 302B can quickly determine that the program 602 A will not be able to provide the requested service as specified by the specification 302D. This is the case because the program 602 executes child processes P0, PI in parallel whereas the process 302B requires child processes P0, P2 running in parallel instead.
One equational law from the set of equational laws of the language 400 allows seemingly separate queues to be fused so mat one queue can be substituted for another queue in operation. This is called substitution equivalence in section 2.2 of the Appendix. As shown in FIGURE 7A, the process 302B uses the queue 310 (queue X) for sending and receiving messages (or writing and reading queries). Instead of using the
queue 310, the process 304B communicates with a queue 702 (queue X1) for sending and
receiving messages (or writing and reading queries). Suppose a query is placed at the
queue 702 in which the name X is bound to the name X* (name X:=:name X1), where the
operator :=: is a binding operator, in the idiom of the language 400. This denotes that the
queue 310 is essentially fused with the queue 702, hence allowing processes 302B-304B
to operate or communicate on the same queue, such as the queue 310. See FIGURE 7B.
Using the equational laws of the language 400, processes 302B, 304B can discover a new
way of accessing a queue (or database, or channel, among other structured stores).
The input/output mechanism (I/O) of prior variants of 7t-calculus is asymmetric. Consider the following mathematical example: UX.P U(Y).Q, where U and U refer to
the same link, but U denotes that the link is outputting something, such as X, and U
denotes that the link is inputting something, such as Y; X is output data; Y is input data; and P, Q are processes, which continue after the expressions UX and |U(Y) have been
executed. The asymmetry arises from the fact that X as output data is not bound to the channel U whereas Y as input data is bound to the channel U. The term "bound" means that the operative scope of Y is restricted to the link for which Y is bound. In other words, after the Web service 116 (U ) has communicated to the Web service 108 the API with which the Web service 108 is to invoked, the Web service 116 lost its knowledge of the API. Asymmetric I/O inhibits the formation of a distributed network topology, such as the system 300. The present invention overcomes or reduces the above problems by providing symmetric I/O.
FIGURE 8 illustrates the symmetric I/O aspect of the system 300 formed in accordance with the present invention. Suppose the process 302B is mathematically defined as T = X.Y.WS, where T is the process 302B; X refers the queue 310 while it is outputting something; Y refers to the queue 312 while it is outputting something; W refers to the queue 316 while it is outputting something; and S refers to the process 306B. Suppose further that the process 304B is defined mathematically as follows: P=X.Y.Z.R, where P is the process 304B; X refers to the queue 310 while it is inputting something; Y refers to the queue 312 while it is intputting something; Z refers to the queue 314 while it is inputting something; and R refers to the process 3 08B. Suppose the process T is executed in parallel with the process P, or mathematically, T [ P. In execution, the process X.Y.WJS is deployed to the queue 310 (X) and the
process X.Y.Z.R is also deployed to the queue 310. After these two processes, X.Y.W.S and X.Y.Z.R, have reacted at the queue 310, processes Y.WJ3, Y.Z.R are deployed to the queue 312 (Y). Suppose at this point, at the queue 312, a query is issued in parallel with the running processes, which binds the queue 316 to the queue 314, or mathematically 0(W:=:Z). With the issuance of such a query, the queue 316 (W) is fused with the queue 314 (Z). Any input or output at W will be communicated to Z, and correspondingly, any input or output at Z will be communicated to W, hence forming a distributed network topology. From the channel 312, another subprocess W.S is deployed to the queue 316 (W) and anotiher subprocess Z.R is deployed to the queue 314 (Z). From the queue 316, the process 306B (process S) is deployed as a point of continuation and executed. From the queue 314, the process 308B (process R) is also deployed as another point of continuation and executed.
The language 400, in addition to its syntax, has a set of rules for describing the evolution of processes. In other words, these rules define the operational semantics of the language 400. The operational semantics of the language 400 describe the relationship between the syntactical elements 402-406 and their intended meanings. Thus a program statement written in the language 400 can be syntactically correct, but semantically incorrect. In other words, a statement written in the language 400 can be in an acceptable form, but still convey the wrong meaning. One example of the operational semantics of the language 400 is the communication reduction rule, which is pictorially illustrated by FIGURES 9A-9B (implemented in' the reaction virtual machines 302C2, 304C2). A query 902A (Qo) is ready to be submitted to the database 904 (V) by the process 302B (T).
For ease of discussion, the query 902A is shown as a database form. A form contains data as well as a "hole" that can potentially be filled when the data is computed by the database 904. For example, a query can be likened to a question that has information for the question to be answered. Thus, the information is the data in the form and the answer is the data to fill the hole in the form. As another example, a form can be likened to a linear simultaneous equation that can be algebraically solved if sufficient information is available. After the submission of the query 902 A to the database 904, the process continues with the execution of the process 306B (S). Mathematically, the process of submitting the form902A to the database 904 and continuing at the
process 306B can be described as follows: V[QQ].S, where V represents the database 904, Q0 represents the form 902A, and S represents the process 306B.
Suppose that instead of submitting the form902A to the database 904 and continuing at the process 306B, the process submits a form 902C to the database 904 and afterward continues at the process 3 08B. Mathematically, this can be described as follows: V[Qi].R, where V represents the database 904, Qj represents the form 902C,
and T represents the process 308B.
In the presence of such a choice between executing the process V[QQ].S and
executing the process V[Qi].R, such a choice can be reduced to a form 906A (Q) being submitted to the database 904, and afterward both processes 306B, 308B will run in parallel. See FIGURE 9B, Mathematically, this result is expressed as V[Q].(S | R). The formation of the form 906A is caused by the joining of forms 902A, 904A in a way such that the query 906A is in canonical form (described below). Whereas before only one selection can be made between two alternatives (V[QQ].S or V[QJ.R), with the formation
of the query 906A from two separate and distinct forms 902A, 902C, a single form 906 A can be submitted to the database 904 and both processes 306B, 308B become alive and execute in parallel. One way to understand this is to liken the form 902A to a first linear simultaneous equation having three terms and to liken the form 902C to a second linear simultaneous equation having three terms. From the mathematics of linear algebra, one can conclude that mere is not yet a solution to the two linear simultaneous equations, but the two linear simultaneous equations can be computed to a form such that when additional data is given (another linear simultaneous equation), all terms can be solved. The form 906A represents a computation of the two forms 902A, 902C for which no further computation can be carried out without more data.
FIGURES 10A-10C pictorially illustrate another operation semantics rule for the evolution of processes, the lift rule (discussed in greater detail with reference to FIGURE 11U and section 3.2 of the Appendix). As shown in FIGURE 10A, the process 302B separately communicates with databases 1006, 904 to send and receive messages (or queries). The database 1006 is named "U" and the database 904 is named "V". Suppose the process 306B submits to the database 904 a query 1002A containing a binding that expresses a relationship between the name "U" and the name "V". With the submission of the query 1002A, the process 302B will realize that the names "U", "V" refer to the same database. In other words, messages that are deposited by the process 302B at the
database 1006 will be forwarded to the database 904, and correspondingly, messages that are deposited at the database 904 by the process 3 02B will be forwarded to the database 1006. There are certain conditions that must be satisfied (discussed in detail below with reference to FIGURE 11U) before the process 302B can interpret from the query 1002A that the names "U", "V" refer to the same database or that there are two separate databases that will forward messages sent by the process 302B to each other.
A system 1010 is shown in 10C showing multiple computing devices dispersed over a number of geographic areas. The process 302B is executed on the computing device 302 in the San Francisco geographic area 1012. The process 304B is executed on the computing device 304 in the Seattle geographic area 1016 and the process 308B is executed on the computing device 308 in the Portland geographic area 1014. The process 302B has obtained the help of the process 304B to perform certain tasks. Unbeknownst to the process 302B, the process 304B cannot accomplish all the tasks specified by the process 302B. Thus the process 304B has contracted the help of the process 308B to perform tasks that are not within the scope of the process 304B. With the issuance of a query, such as the query 1002A, to the database 1006, messages coming from the process 302B, such as a message 1020, to the database 1006 will be automatically forwarded to the database 904 so that the process 308B can perform required tasks. Alternatively, the process 3 02B can directly communicate with the database 904 to exchange messages. However, me process 302B need not do so and can continue to communicate with the database 1006.
FIGURES 11 A-l IV illustrate a method 1100 for compiling or executing a program, such as the Web service 302A (hereinafter, "the program 302A"), by a process kernel, such as the process kernel 302C. The program 302A is written in the language 400. In the analysis of the program, the method 1100 will execute sets of syntactical rules governing the structure and content of query expressions and process expressions. Sets of equational laws governing structural equivalence of query expressions and process expressions are also executed by the process kernel 302C. The language 400 also includes sets of operational semantics rules governing the meanings of query expressions and process expressions that are correctly formed in accordance with the sets of syntactical rules of the language 400. These sets of operational semantics rules are executed by the process kernel 302C. For clarity purposes, the following description of
the method 11.00 makes references to various elements illustrated in connection with the system 300 shown in FIGURES 3A-3C.
From a start block, the method 1100 proceeds to a set of method steps 1102, defined between a continuation terminal ("terminal A") and an exit terminal ("terminal B"). The set of method steps 1102 runs the program against the syntactical rules governing the structure and content of .query statements formed from the queue syntax 402. From terminal A (FIGURE 11C), the method 1100 proceeds to a block 1114 where the process kernel 302C obtains a query expression (Q) from the program 302A. Next, at decision block 1116, the process kernel 302C decides whether the query Q expression has the syntactical form denotes the head of the query and the syntactical element (C*) denotes the body of the query. Each query written in the language 400 has a head and a body. The head declares the number of parameters and their respective types. The body contains a set of bindings. The query can be likened to a traditional programming procedure in that a query is a named sequence of statements (although unnamed queries can be expressed using the language 400) with associated constants, data types, and variables, that usually performs a single task. For example, the head of the query is similar to the signature of a procedure whereas the body of the query is similar to the sequence of statements contained inside a procedure. Contained inside the head delimiters 0 is a symbol T*, which denotes zero or more query terms (defined below). Contained inside the body delimiters 0 is the symbol C*, which denotes zero or more constraints (described below).
If the answer is NO to the test at decision block 1116, which means that the query Q has not been written in a syntactical form recognized by the language 400, the method 1100 finishes execution and terminates. If the answer is YES, the method 1100 proceeds to another decision block 1118 where the process kernel 302C determines whether each constraint C in the body of the query has the syntactical form T:=:T, where T as described above and further described below is a query term, and the symbol :=: denotes a binding that defines a relation between two query terms. If the answer is NO, which means one constraint of the body of the query has not been written in the form acceptable to the language 400, the method 1100 finishes execution and terminates. Otherwise, the answer at decision block 1118 is YES, and the method proceeds to another decision block 1120.
At decision block 1120, the process kernel 302C determines whether the query term T is a literal (hereinafter, "TOP"). A literal is a value, used in a program that is expressed as itself rather than as a variable or the result of an expression. Examples of literals include the numbers 25 and 32.1, the character a, the string Hello, and the Boolean value TRUE. If the answer at decision block 1120 is YES, the method 1100 proceeds to another continuation terminal ("terminal A5"). From terminal A5 the method 1100 proceeds to decision block 1146 where the process kernel 302C determines whether there is another query expression to analyze. If the answer is NO, the method 1100 proceeds to another continuation terminal ("terminal B"). Otherwise, the answer at decision block 1146 is YES, and the method 1100 loops back to block 1114 to obtain another query expression from the program 302A for analysis.
At decision block 1120, if the answer is NO, the method 1100 proceeds to another decision block 1122 where the process kernel 302C determines whether the query term T is a complimentary literal (hereinafter "bottom"). Complimentary literals are inversions of literals. If the answer at decision block 1122 is YES, the method 1100 proceeds to terminal A5 (described above). If instead, the answer at decision block 1122 is NO, the method 1100 proceeds to another decision block 1124. Here, the process kernel 302C determines whether the query term T is a discarder (delimited by the symbol "_"). A discarder is a query that takes in only input parameters and provides no output parameters. If the answer at decision block 1124 is YES, the method 1100 proceeds to the terminal A5 described above. At decision block 1124, if the answer is NO, the method 1100 proceeds to another continuation terminal ("terminal Al").
From terminal Al (FIGURE 1 ID) If the answer is NO, the method 1100 proceeds to decision block 1126 where the process kernel 302C verifies whether the query term T is a name (or a literal string, such as "hello"). Preferably, an alphabetic letter is treated syntactically by the language 400 as a variable, which is a named storage location capable of containing data that can be modified during program execution. If an alphabetic letter is preceded by a "name" in the language 400, the alphabetic letter is treated by the language 400 as a literal string instead of a variable. If the answer at decision block 1126 is YES, the method 1100 proceeds to the terminal A5 (described above). At decision block 1126, if the answer is NO, the method 1100 proceeds to another decision block 1128 where the process kernel 302C determines whether the query
term T is a variable (such as X). If the answer is YES, the method 1100 proceeds to the terminal A5 (described above).
At decision block 1128, if the answer is NO, the method proceeds to decision block 1159 where the process kernel 302C determines whether the query term T is a local variable with the form "XA". The form XA contains the term X, which denotes a variable in a program written in the language 400; the caret, which is a small, up-pointing symbol (A) typically found over the 6 key on the top row of a microcomputer keyboard, denotes that the variable X is a local variable (in the idiom of computer science, a local variable means a variable whose scope is limited to a given block of code, usually a subroutine, but in the present invention, the scope of a local variable is limited to a process); and the term XA denotes the creation, in a process, of a local variable X, which is capable of exporting information to be consumed in a continuation process. If the answer is YES at decision block 1159, the method 1100 proceeds to the terminal A5 (described above).
At decision block 1159, if the answer is NO, the method proceeds to decision block 1157 where the process kernel 302C determines whether the query term T is a local variable with the form "AX". The form AX contains the term X, which denotes a variable; the term A is a caret; and the term AX denotes, in a process, a local variable X, which is capable of importing information (to be consumed) from the computing environment in which the process evolves. If the answer is YES at decision block 1157, the method 1100 proceeds to the terminal A5 (described above). Otherwise, the decision is NO, and the method 1100 proceeds to another continuation terminal (''terminal A2").
From the terminal A2, the method flow proceeds to decision block 1130 where the process kernel 302C checks the query term T to see whether it is an inversion (delimited by the ~ symbol). If the decision is YES, method flow proceeds to the terminal A5 (described above). Otherwise, the decision is NO, and the method 1100 enters decision block 1132. At decision block 1132, the process kernel 302C determines whether the query term T is a tuple, which is a set of ordered elements. There are two symbols in the language 400 for signifying tuples: the syntactical symbol "*" and the syntactical symbol "#". If the answer at decision block 1132 is YES, method flow proceeds to the terminal A5 (described above). Otherwise, if the decision is NO, the method 1100 proceeds to decision block 1134. Here, the process kernel 302C checks to see whether the query terminal T is of the form (X*)(Q,Q), where X* denotes one or more variables and Q denotes a query. Thus the process expression (X*)(Q,Q) denotes zero or more
variables in the head of the query and two other queries in the body of the query which are separated by a comma. If the decision is YES at decision block 1134, the method flow proceeds to terminal A5 (described above). If the decision is NO, the method 1100 proceeds to decision block 1136. Here, the process kernel 302C checks whether the query term T is a left injection (JNR(X)). Traditionally, the left injection operator "inlO" is used to indicate the source of an element in a union of two sets. For example, suppose a set A is summed with a set B (which is denoted as A+B). Each element of the set A+B is, in effect, tagged with the label ml to indicate that the element originated in set A (visually because the alphabetic letter A is to the left of the set A+B). In the present invention, the constructor inl is preferably used to indicate operation (described below) on the left-sided Q of the body of the query expression (X*)(Q,Q). If the answer is YES to decision block 1136, the method flow proceeds to the terminal A5 (described above). Otherwise, the method 1100 enters another continuation terminal ("terminal A3").
From terminal A3, the method 1100 proceeds to decision block 1138 where the process kernel 302C determines whether the query termT is a right injection (INR(X)). As briefly described above, in the presence of a query of the form (X*)(QLQR)» tira left injection constructor (INL(X)) allows the variable X to be bound to the constraint QL and
the right injection constructor (INR(X)) allows the variable X to be bound to the constraint Qj^ If the answer at decision block 1138 is YES, the method 1100 proceeds to
the terminal A5 (described above). Otherwise, the method flow proceeds to decision block 1140 where the process kernel 302C determines whether the query term T is of the form (X*XQ)- The method 1100 proceeds to the terminal A5 if the answer at decision block 1140 is YES. Otherwise, another decision block 1142 is entered by the method flow. Here, the process kernel 302C determines whether the query term T is of the form 7T. See decision block 1142. The operator "?" can be considered as a read operator that binds the term T to the first term in the head of the query Q who is contained in the body of a query (Q). If the answer is YES at decision block 1142, the method flow proceeds to the terminal A5 (described above). If the answer is NO, the method determines whether the query term T is a copy operation (e.g., "T@T"). If the answer at decision block 1144 is YES, terminal A5 is entered by the method 1100 (described above). If instead the answer is NO, which means that the query Q has not been written in a syntactical form that is recognizable by the language 400, the method 1100 finishes execution and terminates.
From terminal B (FIGURE 11 A) the method 1100 proceeds to a set of processing steps 1104 defined between a continuation terminal ("terminal C") and an exit terminal ("terminal D"). This set of processing steps 1104 runs the program 302A against the syntactical rules governing the structure and content of process statements. From terminal C (FIGURE 11G) the process kernel 302C obtains a process expression (TI) from the program 302A. See block 1148. Next, at decision block 1150, the process kernel 302C determines whether the process expression II is a "0" which denotes a process stop or inactivity of a process. If the answer YES, the method flow proceeds to another continuation terminal ("terminal C3"). Otherwise, the method flow proceeds to another decision block 1152. The process kernel 302C decides whether the process expression II has a form X[Q].P, where X is a variable representing a channel, a queue, a database, or other structured stores; Q denotes a query having a syntax described above and illustrated in FIGURES 11C-11F; X[Q] denotes that the query Q is submitted or deposited at X; the period "." denotes a sequence from a process X[Q] to another process P or denotes a sequence from a portion of a process X[Q] to another portion P of the same process. If the answer at decision block 1152 is YES, the method 1100 proceeds to the terminal C3. Otherwise, if the answer is NO, the method 1100 proceeds
to decision block 1154. The process kernel 302C determines whether the process expression II is a summation of a number of X[QJ].PJ, such as X[QQ].PO+X[QI].PI. The
summation indicates that a process represented by the process expression II can execute one of many alternatives. For example, with the summation of X[Q0].PQ+X[QI].PI, the
process represented by TI can execute either X[Qo].P0 or X[Qj].Pi. If the answer at decision block 1154 is YES, the method 1100 proceeds to the tenninal C3. Otherwise, if the answer is NO, the method flow proceeds to another continuation terminal ('terminal CI").
From terminal CI (FIGURE 11H), the method 1100 proceeds to decision block 1156 where the process kernel 302C determines whether the process expression II is of the form (NEWX)P where NEW denotes an operator in the language 400 for creating a new name which is bound to some process; (NEW X) denotes the creation of a new name X in- some process; and (NEW X)P denotes that a new variable X is created and is bound to a process P. If the decision at decision block 1156 is YES, the method 1100 continues at terminal C3. If the answer is NO, decision block 1158 is entered by the method 1100. Here, the process kernel 302C determines whether the process
expression II is of the form P | P, which denotes that a process is executed in parallel with another process. If the answer is YES at decision block 1158, the method flow proceeds to the terminal C3. Otherwise, the method 1100 proceeds to decision block 1160. The process kernel 302C determines at decision block 1160 whether the process expression II is of the form !P, where the exclamation mark "!" denotes a replication operator and !P denotes an infinite composition P | P |.... The replication operator ! allows a developer to express infinite behaviors of processes using the language 400. If the decision is YES at decision block 1160, the method 1100 proceeds to the terminal C3. Otherwise, the method 1100 enters another continuation terminal ("teiminal C2").
From terminalC2 (FIGURE 111), the method 1100 proceeds to decision block 1162 where the process kernel 302C determines whether the process expression II is of the form X[P]. The syntactical form X[P] indicates that a developer using the language 400 can deposit or submit a process P at X, which as described before includes channels, queues, and databases, among other structured stores. If the answer at decision block 1162 is YES, the method 1100 proceeds to the terminal C3. Otherwise, the answer is NO, and the method flow proceeds to decision block 1164. The process kernel 302C determines whether the process expression II is of the form (Q), which is a lifted query (described in further detail below). If the decision is YES at decision block 1164, the terminal C3 is entered by the method 1100. Otherwise, the answer is NO and the method 1100 finishes execution and terminates. The reason for the termination of the method 1100 at this point is because the process expression II was formed in a way incompatible with the grammar of the language 400.
From terminalC3 (FIGURE 111), the method 1100 proceeds to decision block 1166 where the process kernel 302C determines whether the program 302A contains other process expressions to be checked. If the answer is NO, the method flow proceeds to another continuation terminal ("terminal D"). Otherwise, the answer is YES, and the method 1100 proceeds to another continuation terminal ("terminal C4"), which loops back to block 1148 wherein the above-described method steps are repeated.
From terminal D (FIGURE 11 A) the method 1100 proceeds to a group of processing steps 1106 where the method runs the program using a set of equational laws governing the structural equivalence of query expressions (see FIGURE 11J). Processing steps 1106 are defined between a continuation terminal ("terminal E") and an exit terminal ("terminal F").
From terminal E (FIGURE 11 J) the method 1100 proceeds to block 1168 where the process kernel 302C obtains two or more query expressions for structural equivalence comparison purposes. Next, the method determines whether a query context (K) is of the form K[T:=:U]. The query context K denotes multiple queries mat have holes that can be adapted td be filled by one or more constraints. If the answer at decision block 1178 is YES, the query context K is structurally equivalent to another query context K[U:=:T]. See block 1170B. Then, the method flow proceeds to another continuation terminal ("terminal El"). Otherwise, if the decision at decision block 1170A is NO, another decision block 1172A is entered by the method 1100. Here, the process kernel 302C determines whether the query context K has the form K[T0:=:Uo, Ti:=:Ui]. If the answer
is YES to decision block 1I72A, the query context K is structurally equivalent to another query context K[Ti:=:Ul, TQ:=:UO]. See block 1172B. Next, the method flow proceeds
to the terminal El. If instead, the answer is NO at decision block 1172A, the method 1100 proceeds to the terminal El, which proceeds to another decision block 1174. The process kernel 302C determines whether there are more query expressions in the program to analyze for structural equivalents. See block 1174. If the answer is NO, the method 1100 proceeds to the exit terminal F. Otherwise, the answer is YES, and the method 1100 loops back to block 1168 where the above-described method steps are repeated.
From terminal F (FIGURE 11 A), the method 1100 proceeds to another continuation terminal (terminal G"). From terminal G (FIGURE 1 IB), the method 1100 proceeds to a set of processing steps 1108 defined between a continuation terminal ("terminal H") and an exit terminal ("terminal I"). Among these processing steps 1108 the method runs the program using a set of equational laws governing structural equivalence of processed statements.
From terminal H (FIGURE 1 IK) the method 1100 proceeds to block 1176 where the process kernel 302C obtains several process expressions (Til and 112) from the program 302A for structural equivalence analysis. Next, the method determines whether the process expression m is of the form Pol Pi- See decision block 1178A. If the
decision is YES, the process expression III is structurally equivalent to the process expression 112 if IT2 has the form P01P^ See block 1178B. Next, the method 1100
proceeds to another continuation terminal ("terminal H7"). If the answer is NO at decision block 1178A, the method 1100 proceeds to another decision block 1180A where the process kernel 302C determines whether the process expression Til has the form P10.
If the answer is YES at decision block 1180A, the process expression III is structurally equivalent to the process expression 112 if the process expression 112 has the form P. See block 1180B. Next, the method flow proceeds to the terminal H7. If the answer is NO at decision block 1180A, the method 1100 proceeds to another decision block 1182A Here, the process kernel 302C determines whether the process expression III has the form !P. If the answer is NO, the method 1100 proceeds to another continuation terminal ("terminal H2"). If the answer is YES at decision block 1182A, the method 1100 proceeds to yet another continuation terminal ("terminal HI").
From terminal HI (FIGURE 11L) the method 1100 proceeds to block 1182B where the process expression III is determined to be structurally equivalent to the process expression 112 if the process expression 112 has the form P | !P. Next, the method 1100 proceeds to the terminal H7.
From terminal H2 (FIGURE 11L), the method 1100 proceeds to decision block 1184A where the process kernel 302C determines whether the process expression III has the form Po+Pi- If the answer is YES to decision block 1184A, the
process kernel 302C determines that the process expression III is structurally equivalent to the process expression 112 if the process expression 112 has the form Pi+Po- See
block 1184B. Next, the method flow proceeds to the terminal H7. If instead the answer
at decision block 1184A is NO, the method 1100 proceeds to another decision
block 1186A. Here, the process kernel 302C determines whether title process expression III has the form Po+0. If the answer is YES, the method 1100 flows to
block 1186B where the process kernel 302C determines that the process expression III is structurally equivalent to the process expression 112 if the process expression 112 has the form P. Next, the method 1100 flows to the terminal H7. If the answer is NO, the method flow proceeds to another decision block 1188A. Here, the process kernel 302C determines whether the process expression III has the form (NEW X)(NEW Y)P. If the answer is YES, the method 1100 proceeds to another continuation terminal ('terminal H3"). Otherwise, if the answer is NO, the method 1100 proceeds to another continuation terminal ('terminal H4").
From terminal H3 (FIGURE 11M), the method 1100 proceeds to block 1188B where the process expression 111 is determined to be structurally equivalent to the process expression 112 if the process expression 112 has the form (NEW Y)(NEW X)P. From terminal H4 (FIGURE 11M), the method 1100 proceeds to another block 1190A
where the process kernel 302C determines whether the process expression III has the
form (NEWX)(NEWX)P. If the answer is YES to decision block 1190A, the process
expression III is structurally equivalent to the process expression 112 if the process
expression H2 has the form (NEW X)P. See block 1190B. Next, the method 1100
proceeds to the terminal H7. If the answer at decision block 1190A is NO, the method
.1100 proceeds to another decision block 1192A. Here, the process kernel 302C
determines whether the process expression III has the form (NEW X)P | Q. If the answer
is YES at decision block 1192A, the process proceeds to block 1192B where the process
kernel 302C determines that the process expression 111 is structurally equivalent to the
process expression 112 if the process expression 112 has the form (NEW X)(P | Q). The
name X is preferably a free name in the process Q. In other words, the name X is not
bound to the process Q. Next, method 1100 proceeds to the terminal H7.
If the answer at decision block 1192A is NO, the method 1100 enters decision
block 1194A. Here, the process kernel 302C determines whether the process expression III has the form ()(C,NAME X :=: NAME X') | P where <> denotes the head
of a query that contains nothing; C denotes a list of constraints or a set of bindings; NAME X:=:NAME X denotes that the literal X is bound to the literal X' or that the literal X has an equivalent relation to the literal X; and <>(C, NAME X:=:NAME X") | P denotes that the head of the query 0(C, NAME X :=: NAME X^ is a query running in parallel with a process P. If the answer to the test at decision block 1194 is NO, the method 1100 proceeds to the terminal H7. If instead, the answer at decision block 1194A is YES, the method 1100 proceeds to another continuation terminal ("terminal H6").
From terminal H5 (FIGURE 1 IN), the method 1100 proceeds to another decision block 1194B. At decision block 1194B, the process kernel 302C determines whether the query 0(C> NAME X:=:NAME X1) is canonical. A query is said to be canonical, or alternatively, is in canonical form if and only if all of its constraints (the bindings in the body of the query) are irreducible and the query is not a failure. A constraint is irreducible in a query if and only if there exists a second query such that the query maps or reduces to the second query, and the constraint is an element of the second query. A query is said to fail if and only if the query is mapped or reduced to another query and the other query contains a failure. A constraint of the form Lo^Ljis a failure if L0 is not equivalent to the complement of 1^ where LQ, LJ are literals.
If the answer at decision block 1194B is YES, the method 1100 proceeds to block 1194C. Here, the process kernel 302C determines that the process expression 111 is structurally equivalent to the process constituent 112 if the process expression 112 has the form Q(C, NAME X:=:NAME 5T) |P{X7X}. The process expressionP{X7X} denotes that whenever in the process P there is an occurrence of the name X, such an occurrence can be replaced with the name X'. In this regard, it should be recallable that the processing steps 1194A-1194C programmatically describe the substitution equivalent, which was discussed above in connection with FIGURES 7A-7B. Next, the method 1100 proceeds to the terminal H7.
If tibe answer at decision block 1194B is NO, the method 1100 proceeds to the terminal H7. From terminal H7, the method 1100 proceeds to another decision block 1196 where the process kernel 302C checks to see whether there are more process expressions for structural equivalence analysis. If the answer is NO at decision block 1196, the method flow proceeds to the exit terminal I. Otherwise, the method 1100 proceeds to a continuation terminal ("terminal H8"). From terminal H8 (FIGURE 1 IK) the method 1100 loops back to block 1176 and the above-described method steps are repeated.
From the exit tenninal I (FIGURE 11B), the method 1100 proceeds to a set of processing steps 1110 where the method runs the program 302A against the operational symatics rules governing the meanings of query statements in the program 3 02 A. The set of processing steps 1110 are defined between a continuation terminal ("terminal J") and an exit terminal ("terminal.K"). In the language 400, operational symantics rules are basically a series of evolving relations of processes. A process by its nature is dynamic so that from one point in time to the next the process is continually changing or evolving. The operational symantics rules of language 400 provide a carefully guided evolution of processes expressed in the language 400. It is through the syntactical rules described above in FIGURES 11C-1II that a developer can express the nuances in which processes evolve through the operational symantics of the language 400.
From terminal J (FIGURE 110) the method 1100 proceeds to block 1198 where the process kernel 302C obtains a binding from query expressions in the program. Next, at decision block 1199A the process kernel 302C determines whether the binding B contains a binding T0P:=:B0TT0M If the answer is YES, the process kernel 302C reduces the binding B is to nothing. See block 1199B. Next, the method flow proceeds
to a continuation terminal ("terminal J4"). If instead the answer is NO, the method flow proceeds to decision block 1197A where the process kernel 302C determines whether the binding B contains bindings X:=:T, U:=:X. If the answer is YES, the process kernel 302C reduces the binding B to a binding T:=:U. See block 1197B. Next, the method flow proceeds to tenninal J4.- If the answer is NO, the method 1100 proceeds to another continuation terrninal C'terminal Jl").
From terminal Jl (FIGURE IIP), the method 1100 proceeds to another decision block 1193 A where the process kernel 302C determines whether the binding B contains T0* Ti:=:Uo#Ui. If the answer is YES, the process kernel 302C reduces the binding B to T0:=:U0, T!:=:Ui. See block 1193B. Next, the method flow proceeds to the terminal J4. If the answer is NO at decision block 1193 A, the method 1100 proceeds to another decision block 1191 A. The process kernel 302C determines whether binding B contains a binding'/X\(/TO rl^Vc^.^ :t^(C7)):==:INL(U). If the answer at decision
block 1191A is YES, the process kernel 302C reduces the binding B to T0:=:U,X:=:T^,(V See block 1191B. Next, the method 1100 proceeds to the
terminal J4. If the answer is NO to decision block 1191 A, the method 1100 proceeds to another decision block 1189A.
If the answer at decision block 1191A is NO, the method 1100 proceeds to another decision block 1189A. The process kernel 302C determines whether the bindingB contains (XV(TO :T^C7),(T, :t,)(C\)):=:INR(U). If the answer at
decision block 1189A is YES, the method 1100 proceeds to block 1189B where the process kernel 302C reduces the binding B to Tj :=: U,X :=: T^C,. Next, the method flow
proceeds to the tenninal J4. If the answer at decision block 1189A is NO, the method 1100 proceeds to another continuation terminal ("terminal J2").
From terminal J2, the method 1100 proceeds to another decision block 1187A. Here, the process kernel 302C determines whether the bindingB contains (xWT:f)(C)):=:?U. If the answer is YES, the process kernel 302C reduces the
binding B to T :=: U, X :=: T, C. See block 1187B. Next, the method 1100 proceeds to the tenninal J4. If the answer at decision block 1187A is NO, the method 1100 proceeds to another decision block 1185A. The process kernel 302C determines whether the bindingB contains (x^T:T}(C)):=:U@V. If the answer at decision block 1185A is
YES, the process kernel 302C reduces the binding B to (x}((T:T}(C)^=:UJ(x)'((T:f)(C))R:=:V,X^:XL@XR. See block 1185B. Next,
the method 1100 proceeds to the terminal J4. If the answer to decision block 1185A is NO, the method 1100 proceeds to another decision block 1183 A. The process kernel 302C determines whether the binding B contains (x\((T: T\(C)J :=: _. In other words,
the query (x\ ((T: T\ (C) J is bound with a discarder operator. If the answer is YES at
decision block 1183A, the process kernel 302C reduces the binding B to the following bindings: X0 :=:_,...,X„ :=:_. In other words, each term of the list X in the head of the query (X)((T:T\(C)| is bound to the discarder operator. Next, the method 1100
proceeds to the terminal J4. If the answer is NO at decision block 1183A, another
continuation tenninal ("terminal J3") is entered by the method flow.
From terminal J3 (FIGURE 11R), the method 1100 proceeds to another decision
block 1181A where the process kernel 302C determines whether the binding B has the form /TVCO,C,CI). In other words, the process kernel 302C determines whether
binding B is in a form of a query with the list T in the head and three constraint lists in the body, which include C^QC^ . If the answer at decision block 1181A is YES, the
process kernel 302C further determines whether the list C can be reduced to C'. See
decision block 1181B. If the answer is YES to decision block 1181B, the binding B is reduced to a query /T\(C^,C\C\) . See block 1181C. The method flow proceeds to the
terminal J4.
If the answer at decision blocks 1181A, 1181B is NO, the method 1100 proceeds to another decision block 1179A. The process kernel 302C determines whether the bindingB contains the following query /Ty(U.-=:X,C). If the answer at decision
block 1179A is YES, the bindingB is reduced to a query /f{U/X}\(c). See
block 1179B. In other words, if the name U is bound to the name X in the body of a query, everywhere in tihe list T where there is a name X, the name X can be replaced with the name U. Next, the method flow proceeds to the terminal J4. Otherwise, the answer at decision block 1179A is NO, and the method flow proceeds to the terminal J4, which proceeds to another decision block 1177. Here, the process kernel 302C determines whether there is another query expression to apply the semantic rules of the language 400. If the answer is NO, the method 1100 proceeds to the exit terminal K. If
the answer at decision block 1177 is YES, the method 1100 proceeds to another continuation terminal ("terminal J5"). From terminal J5, the method 1100 loops back to block 1198 where the above-described method steps are repeated.
From the exit terminal K (FIGURE 1 IB), the method 1100 proceeds to a set of processing steps 1112 where the method runs the program 3 02A against the operational semantics rules governing the meanings of process expressions. The set of processing steps 1112 are defined between a continuation terminal ("terminal L") and an exit terminal ("terminal M").
From terminal L (FIGURE US), method 1100 proceeds to a block 1175 where the process kernel 302C obtains a process expression (TI) in the program 302A. Next, at decision block 1173A, the process kernel 302C determines whether the process expression II contains a summation X[QQ] JPo+...+X[Qi].Pi+.... If the answer is YES at
decision block 1173A, the method 1100 proceeds to another decision block 1173B. Here, the process kernel 302C determines whether there is a binding of a form o"o(Qo)-'=' and was previously discussed above in FIGURES 10A-10C. A lifted query {)(c) is a query that contains no terms in the head
and its body contains binding relationships, which are described in the list of constraints C, which are globally known. The term p{v/Ax) is a process, which
subsitutes each local variable in the list of local variables AX with a corresponding value in the list of values V during the time the constraint terms in the list of contraints C are lifted. In sum, if the query Q in the process X[Q].P is equivalent to ()IC,XA :=: Viand
additionally the query Q is in canonical form, the process X[Q].P can be evolved to a process of a form (Q')|PJV/Ax|. Next, the methodl 100 proceeds to the terminal L6.
If the answer at decision blocks 1165A-1165C is NO, another decision block 1163A is entered by the method 1100. The process kernel 302C determines whether the process expression II contains PQ, which has an equivalent relation to P0'.
See decision block 1163A, If the answer is YES, the method 1100 proceeds to another continuation terminal ("terminal L5").. If the answer to decision block 1163 A is NO, the method 1100 proceeds to the terminal L6.
From the terminal L5 (FIGURE 11V), the method 1100 proceeds to decision block 1163B where the process kernel 302C determines whether PQ' can be reduced to Pi1. If the answer is YES, the process kernel 302C determines whether the process Pi' has an equivalent relation with a process Pi- See decision block 1163C. If the test at decision block 1163C is YES, the process kernel 302C reduces the process PQ to the process Pj. See block 1163D. Next, the method 1100 proceeds to the terminal L6. If the answer at decision blocks 1163B, 1163C is NO, the method 1100 also proceeds to the terminally.
From the terminal L6 (FIGURE 1IV), the method 1100 proceeds to another decision block 1161 where the process kernel 302C checks to see whether there are more process expressions to be analyzed under the operational semantic rules of the language 400. If the answer is NO, the method flow proceeds to the exit terminal M. If the answer at decision block 1161 is YES, the method 1100 proceeds to another continuation terminal ("terminal L7"). From terminal L7, the method 1100 loops back to block 1175 where the method steps discussed above are repeated.
While the preferred embodiment of the invention has been illustrated and described, it will be appreciated that various changes can be made therein without departing from the spirit and scope of the invention.
APPENDIX
SEMANTICS
The semantics for the language is presented in an SOS style set of reduction rules. For brevity, a more compact, entirely infix version of the syntax, often called a calculus, is introduced. Over this syntax a set of equivalence rules is imposed because the syntax makes distinction amongst processes that are too fine. The reduction rules are closed over this equivalence.
Calculus-style Syntax
(Equation Removed)
The correspondence between the syntax the programmer sees (the program-level syntax) and the infix (model-level) syntax should be obvious, but is given in the following table for completeness. Note that the prefix syntax tries to work around its verbosity by providing syntactic sugar like the block form. This form allows the programmer to specify a prefix of several actions to be executed sequentially before the continuation. Rather than write out the full compilation of these forms, the table below simply provides the minimal information to infer the compilation. This choice amounts to making the left hand column be the translation of me right hand column.
(Table Removed)
Note bene: the lifted query form is not currently made available at the user level in the prefix syntax. But, in subsequent versions it will be.
(Table & Equation Removed)

STRUCTURAL EQUIVALENCE
As mentioned before the syntax makes too many distinctions. It makes no difference, for example, on which side of the ":=:" a term appears. We introduce structural equivalence to eliminate these unnecessary distinctions.
For queries we do this using a query context, which is just a query with a place in it to insert a condition. For processes we do this explicitly.
(Equation Removed)
For the reader familiar with process algebras, these equations are the usual suspects. The one interesting case is the one below. When a query is in canonical form, and there are conditions in its body, it will be the case that those conditions are equations between ports, or equations between local variables and their values. At the time of lifting, the local variables are substituted with their values into the continuations. The equations between ports, when present in a lifted query, act as a process that implements a kind of explicit substitution.
(Equation Removed)
DISCUSSION MATCH
The match rule is really a rule schema. Whenever a literal and its dual come together, they evaporate. This is interpreted as a success as no more checking is required.
CUT An identifier may be thought of, intuitively, as a wire. When two terms occur on each end of a wire, you eliminate the wire and plug the two terms together directly. At this point it is worth calling out that the linear types ensure that in well-typed terms identifiers occur exactly twice.
TENSOR-PAR When an offer of a tuple meets an [sic] demand for a tuple, the corresponding positions get wired together.
WITH-PLUS When an offer of a menu (the withClaim form) meets a demand for a selection (the injectClaim form), the selection is made. This causes the selected choice to be wired to the constraints of the demand.
READ When an offer of a recording (the o/CourseClaim) meets a demand for a replay (the whyNotClaim) the data on the recording is wired to the constraints of the demand.
COPY -When an offer of recording meets a demand for a copy (the contractClaim) separate copies are wired to the separate constraints of the demand.
DISCARD When an offer of recording meets a demand to discard the recording (the "_") the recording is discarded.
CONTEXT If a collection of conditions evolves in a certain way, then they may evolve that way in the context of the body of a query.
CLEANUP When one end of a wire, i.e., one occurrence of a [sic] identifier, is occurs in (some term in) the head of a query, and the other in the body then term to which the identifier is bound in the body may be substituted into the head.
(Equation Removed)
COMM If two queries have terms that match at some position in their heads, respectively, and the corresponding cut query evolves to a query that cannot make anymore progress, but is not a failure, then two processes which have placed these queries into the same queue will communicate. Their respective continuations will both wait on the completion of the reduced query.
PAR If a process can make progress on its own, then it may still make mat progress in parallel composition with another process.
NEW If a process can make progress on its own, then it may still make that progress if one of its ports is no longer available for outside interaction.
LIFT A query with no terms in its head only has conditions which bind ports to ports or local variables to values, if it has any bindings at all in its body. Such a query may be lifted. At the time of lifting the local variables are substituted out of the body of the continuation.
The equations remaining, after the local variables have been substituted away, are between ports. Such a query then becomes a process that acts as a kind of explicit substitution, or a wire between equated ports.
EQUIV Evolution is closed over the equivalence relation.

I/We claim:
1. (Currently Amended) A computer-executable method for compiling an expression written in a
process-based language (400), the method comprising:
parsing the expression to obtain syntactical elements that represent a queue, a set of queue delimiters, a query, a sequence delimiter, and other actions; and
translating the expression in a processing unit (220) as a process whose first action is submitting the query as another process to the queue and after which the process continues with other actions, the query including an organization scheme formed from a customizable, tag-based language that contains data and describes data.
2. (Currently Amended) The method of claim 1, wherein a portion of the expression that represents the query includes a head and a body, the head being delimited by first and second query head delimiters, the body being delimited by first and second query body delimiters.
3. (Currently Amended) The method of claim 2, wherein contained between the first and second query head delimiters are zero or more query terms.
4. (Currently Amended) The method of claim 2, wherein contained between the first and second query body delimiters are zero or more constraint terms.
5. (Currently Amended) The method of claim 4, wherein each constraint term is a binding that defines a relation between one query term and another query term.
6. (Original) The method of claim 5, wherein query terms include a literal.
7. (Original) The method of claim 5, wherein query terms include a complementary literal.
8. (Original) The method of claim 5, wherein query terms include a discarder.
9. (Original) The method of claim 5, wherein query terms include a name of a variable.
10. (Original) The method of claim 5, wherein query terms include a variable.
11. (Original) The method of claim 5, wherein query terms include an inversion of a query term.
12. (Original) The method of claim 5, wherein query terms include a tuple of query terms.
13. (Original) The method of claim 5, wherein query terms include a complementary tuple of query terms.
14. (Currently Amended)The method of claim 5, wherein query terms include a second query that has zero or more variables in the head and a third and a fourth query separated by a comma in the body.
15. (Original) The method of claim 14, wherein query terms include a left injector that takes a variable as an argument.
16. (Original) The method of claim 5, wherein query terms include a right injector that takes a variable as an argument.
17. (Original) The method of claim 5, wherein query terms include a fifth query that has zero or more variables in the head and a sixth query in the body.
18. (Original) The method of claim 17, wherein query terms include a read operator that operates on a query term.

19. (Original) The method of claim 17, wherein query terms include a copy operator that operates on query terms.
20. (Currently Amended) The method of claim 1, wherein the portion of the expression that represents the process includes an inactivity operator, the inactivity operator allowing an inactivity of the process to be expressed.
21. (Original) The method of claim 1, wherein the portion of the expression that represents the process includes a summation operator that sums a set of processes, the summation operator
allowing the choices that the process can choose from the set of processes to proceed to be expressed.
22. (Original) The method of claim 1, wherein the portion of the expression that represents the process includes a new operator, the new operator allowing the creation of a name that is bound to the process to be expressed.
23. (Original) The method of claim 1, wherein the portion of the expression that represents the process includes a parallel operator, the parallel operator allowing two processes executing in parallel to be expressed.
24. (Currently Amended) The method of claim 1, wherein the portion of the expression that represents the process includes a replication operator, the replication operator allowing an infinite behavior of the process to be expressed.
25. (Original) The method of claim 1, wherein the portion of the expression that represents the process includes a second queue, a second set of queue delimiters, and a process.
26. (Original) The method of claim 1, wherein the portion of the expression that represents the process includes a lifted query.
27. A system (210) comprising:
a processing unit (220); and
a memory coupled to the processing unit (220), the memory comprising a process kernel (302C, 303C, 304C), the process kernel (302C, 303C, 304C) comprising a method for compiling an expression written in a process-based language (400), the method comprising:
parsing the expression to obtain syntactical elements that represent a queue, a set of queue delimiters, a query, a sequence delimiter, and other actions; and
translating the expression as a process whose first action is submitting the query as another process to the queue and after which the process continues with other actions, the query including an organization scheme formed from a customizable, tag-based language that contains data and describes data.
28. (Currently Amended) The system (210) of claim 27, wherein a portion of the expression that represents the query includes a head and a body, the head being delimited by first and second query head delimiters, the body being delimited by first and second query body delimiters.
29. (Currently Amended) The system (210) of claim 28, wherein contained between the first and second query head delimiters are zero or more query terms.
30. (Currently Amended) The system (210) of claim 28, wherein contained between the first and second query body delimiters are zero or more constraint terms.
31. (Currently Amended) The system (210) of claim 30, wherein each constraint term is a binding that defines a relation between one query term and another query term.
32. (Currently Amended) The system (210) of claim 31, wherein query terms include a literal.
33. (Currently Amended) The system (210) of claim 31, wherein query terms include a
complementary literal.
34. (Currently Amended) The system (210) of claim 31, wherein query terms include a discarder.
35. (Currently Amended) The system (210) of claim 31, wherein query terms include a name of a variable.
36. (Currently Amended) The system (210) of claim 31, wherein query terms include a variable.
37. (Currently Amended) The system (210) of claim 31, wherein query terms include an
inversion of a query term.
38. (Currently Amended) The system (210) of claim 31, wherein query terms include a tuple of
query terms.
39. (Currently Amended) The system (210) of claim 31, wherein query terms include a complementary tuple of query terms.
40. (Currently Amended) The system (210) of claim 31, wherein query terms include a second query that has zero or more variables in the head and a third and a fourth query separated by a comma in the body.
41. (Currently Amended) The system (210) of claim 40, wherein the query terms include a left injector that takes a variable as an argument.
42. (Currently Amended) The system (210) of claim 40, wherein query terms include a right injector that takes a variable as an argument.
43. (Currently Amended) The system (210) of claim 41, wherein the query terms include a fifth query that has zero or more variables in the head and a sixth query in the body.
44. (Currently Amended) The system (210) of claim 43, wherein the query terms include a read operator that operates on a query term.
45. (Currently Amended) The system (210) of claim 43, wherein the query terms include a copy operator that operates on the query terms.
46. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes an inactivity operator, the inactivity operator allowing an inactivity of the process to be expressed.
47. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a summation operator that sums a set of processes, the summation operator allowing the choices that the process can choose from the set of processes to proceed to be expressed.
48. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a new operator, the new operator allowing the creation of a name that is bound to the process to be expressed.
49. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a parallel operator, the parallel operator allowing two processes executing in parallel to be expressed.
50. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a replication operator, the replication operator allowing an infinite behavior of the process to be expressed.
51. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a second queue, a second set of queue delimiters, and a process.
52. (Currently Amended) The system (210) of claim 27, wherein the portion of the expression that represents the process includes a lifted query.
53. (Original) A computer-executable method for executing a set of equational laws governing structural equivalence of expressions written in a process-based language (400), the method comprising:
parsing a first expression, the first expression describing that a query is being executed in parallel with a process, the query having a head and a body, the head being empty and the body containing a first name being bound to a second name; and
translating the first expression as structurally equivalent to a second expression, the second expression describing that the query is executed in parallel with the process if the query is in canonical form, each occurrence of the first name in the process being replaceable with the second name.
54. (Original) The method of claim 53, wherein the query is in canonical form if and only if all of the constraints in the body of the query are irreducible and the query is not a failure.
55. (Original) The method of claim 54, wherein a constraint is irreducible in the query if and only if there exists a second query such that the constraint is an element of the second query when the query is reduced to the second query.
56. (Original) The method of claim 54, wherein the query is a failure if and only if the query is reducible to a second query and the second query contains a failure.
57. (Original) The method of claim 56, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.
58. (Currently Amended) A system (210) comprising:
a processing unit (220); and
a memory coupled to the processing unit (220), the memory comprising a process kernel (302C, 303C, 304C), the process kernel (302C, 303C, 304C) comprising a method that executes a set of equational laws governing structural equivalence of expressions written in a process-based language (400), the method comprising,
parsing a first expression, the first expression describing that a query is being executed in parallel with a process, the query having a head and a body, the head being empty and the body containing a first name being bound to a second name; and
translating the first expression as structurally equivalent to a second expression, the second expression describing that the query is executed in parallel with the process if the query is in canonical form, each occurrence of the first name in the process being replaceable with the second name.
59. (Currently Amended) The system (210) of claim 58, wherein the query is in canonical form if and only if all of the constraints in the body of the query are irreducible and the query is not a failure.
60. (Currently Amended) The system (210)of claim 59, wherein a constraint is irreducible in the query if and only if there exists a second query such that the constraint is an element of the second query when the query is reduced to the second query.
61. (Currently Amended) The system (210)of claim 59, wherein the query is a failure if and only if the query is reducible to a second query and the second query contains a failure.
62. (Currently Amended) The system (210) of claim 61, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.
63. (Original) A computer-executable method for executing sets of operational semantics rules governing the meanings of expressions written in a process-based language (400), the method comprising:
parsing a first expression, the first expression describing that a process is a choice of two processes, the first process of the two processes expressing that a first query is submitted to a queue and after which the first process continues with a first set of actions, the second process of the two processes expressing that a second query is submitted to the queue and after which the second process continues with a second set of actions; and
reducing the first expression to a second expression, the second expression describing that a third query is submitted to the queue after which the first process runs in parallel with the second process if the third query is in canonical form.
64. (Original) The method of claim 63, wherein the third query is a reduction of a binding of two
terms, the first term of two terms including the application of a first permutation function to the
first query, the second term including the application of a second permutation to the second
query.
65. (Original) The method of claim 63, wherein the third query is in canonical form if and only if all of the constraints in the body of the third query are irreducible and the third query is not a failure.
66. (Original) The method of claim 65, wherein a constraint is irreducible in the third query if and only if there exists a fourth query such that the constraint is an element of the fourth query when the third query is reduced to the fourth query.
67. (Original) The method of claim 65, wherein the third query is a failure if and only if the third query is reducible to a fourth query and the fourth query contains a failure.
68. (Original) The method of claim 67, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.
69. (Currently Amended)A system (210) comprising:
a processing unit (220); and
a memory coupled to the processing unit (220), the memory comprising a process kernel (302C, 303C, 304C), the process kernel (302C, 303C, 304C) comprising a method for executing sets of operational semantics rules governing the meanings of expressions written in a process-based language (400), the method comprising:
parsing a first expression, the first expression describing that a process is a choice of two processes, the first process of the two processes expressing that a first query is submitted to a queue and after which the first process continues with a first set of actions, the second process of the two processes expressing that a second query is submitted to the queue and after which the second process continues with a second set of actions; and
reducing the first expression to a second expression, the second expression describing that a third query is submitted to the queue after which the first process runs in parallel with the second process if the third query is in canonical form.
70. (Currently Amended) system (210) of claim 69, wherein the third query is a reduction of a binding of two terms, the first term of two terms including the application of a first permutation function to the first query, the second term including the application of a second permutation to the second query.
71. (Currently Amended) The system (210) of claim 69, wherein the third query is in canonical form if and only if all of the constraints in the body of the third query are irreducible and the third query is not a failure.
72. (Currently Amended) The computer-readable medium of claim 71, wherein a constraint is irreducible in the third query if and only if there exists a fourth query such that the constraint is an element of the fourth query when the third query is reduced to the fourth query.
73. (Currently Amended)The system (210) of claim 71, wherein the third query is a failure if and only if the third query is reducible to a fourth query and the fourth query contains a failure.
74. (Currently Amended) system (210) of claim 73, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.
75. (Original) A computer-executable method for executing sets of operational semantics rules governing the meanings of expressions written in a process-based language (400), the method comprising:
parsing a first expression, the first expression describing a first process whose first action is submitting a query to a queue and after which the first process continues with a second process; and
reducing the first expression to a second expression, the second expression describing that a lifted query runs in parallel with the second process if the first query is in canonical form.
76. (Original) The method of claim 75, wherein the first query is structurally equivalent to
another query whose head is empty and whose body is a list of constraints.
77. (Original) The method of claim 75, wherein each constraint in the list of constraints is a binding between two names.
78. (Original) The method of claim 75, wherein the first query is in canonical form if and only if all of the constraints in the body of the first query are irreducible and the first query is not a failure.
79. (Original) The method of claim 78, wherein a constraint is irreducible in the first query if and only if there exists a second query such that the constraint is an element of the second query when the first query is reduced to the second query.
80. (Original) The method of claim 78, wherein the first query is a failure if and only if the first query is reducible to a second query and the second query contains a failure.
81. (Original) The method of claim 80, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.
82. (Currently Amended) A system (210) comprising:
a processing unit (220); and
a memory coupled to the processing unit (220), the memory comprising a process kernel (302C, 303C, 304C), the process kernel (302C, 303C, 304C) comprising a method that execute sets of operational semantics rules governing the meanings of expressions written in a process-based language (400), the method comprising:
parsing a first expression, the first expression describing a first process whose first action is submitting a query to a queue and after which the first process continues with a second process; and
reducing the first expression to a second expression, the second expression describing that a lifted query runs in parallel with the second process if the first query is in canonical form.
83. (Currently Amended) The system (210) of claim 82, wherein the first query is structurally equivalent to another query whose head is empty and whose body is a list of constraints.
84. (Currently Amended) The system (210) of claim 83, wherein each constraint in the list of constraints is a binding between two names.
85. (Currently Amended) The system (210) of claim 82, wherein the first query is in canonical form if and only if all of the constraints in the body of the first query are irreducible and the first query is not a failure.
86. (Currently Amended) The system (210) of claim 85, wherein a constraint is irreducible in the first query if and only if there exists a second query such that the constraint is an element of the second query when the first query is reduced to the second query.
87. (Currently Amended) The system (210) of claim 85, wherein the first query is a failure if and only if the first query is reducible to a second query and the second query contains a failure.
88. (Currently Amended) The system (210) of claim 87, wherein a constraint is a failure if the constraint is defined as a first literal being bound to a second literal and if the first literal is not a complement of the second literal.

Documents

Orders

Section Controller Decision Date

Application Documents

# Name Date
1 3293-DELNP-2004-Correspondence to notify the Controller [16-07-2020(online)].pdf 2020-07-16
1 3293-DELNP-2004-GPA-(31-05-2010).pdf 2010-05-31
2 3293-DELNP-2004-Correspondence-Others-(31-05-2010).pdf 2010-05-31
2 3293-DELNP-2004-US(14)-HearingNotice-(HearingDate-21-07-2020).pdf 2020-07-09
3 3293-DELNP-2004.pdf 2016-06-30
3 3293-delnp-2004-Form-1-(16-12-2010).pdf 2010-12-16
4 3293-delnp-2004-Correspondence-Others-(16-12-2010).pdf 2010-12-16
4 3293-delnp-2004-Correspondence Others-(17-02-2016).pdf 2016-02-17
5 3293-DELNP-2004-Form-3-(08-08-2011).pdf 2011-08-08
5 3293-delnp-2004-Abstract-(29-01-2016).pdf 2016-01-29
6 3293-DELNP-2004-Correspondence Others-(08-08-2011).pdf 2011-08-08
6 3293-delnp-2004-Assignment-(29-01-2016).pdf 2016-01-29
7 abstract.jpg 2011-08-21
7 3293-delnp-2004-Claims-(29-01-2016).pdf 2016-01-29
8 3293-delnp-2004-pct-401.pdf 2011-08-21
8 3293-delnp-2004-Form-3-(29-01-2016).pdf 2016-01-29
9 3293-delnp-2004-GPA-(29-01-2016).pdf 2016-01-29
9 3293-delnp-2004-pct-304.pdf 2011-08-21
10 3293-delnp-2004-Others-(29-01-2016).pdf 2016-01-29
10 3293-delnp-2004-pct-301.pdf 2011-08-21
11 3293-delnp-2004-pct-210.pdf 2011-08-21
11 FORM-6-1-100.52.pdf 2015-03-13
12 3293-delnp-2004-pct-105.pdf 2011-08-21
12 MS to MTL Assignment.pdf 2015-03-13
13 3293-delnp-2004-pct-101.pdf 2011-08-21
13 MTL-GPOA - MLK1.pdf 2015-03-13
14 3293-delnp-2004-gpa.pdf 2011-08-21
14 FORM-6-1-100.52.pdf ONLINE 2015-03-05
15 3293-delnp-2004-form-5.pdf 2011-08-21
15 MS to MTL Assignment.pdf ONLINE 2015-03-05
16 3293-delnp-2004-form-3.pdf 2011-08-21
16 MTL-GPOA - MLK1.pdf ONLINE 2015-03-05
17 3293-delnp-2004-form-2.pdf 2011-08-21
17 3262-delnp-2010-Correspondence Others-(19-02-2015).pdf 2015-02-19
18 3293-delnp-2004-Assignment-(19-02-2015).pdf 2015-02-19
18 3293-delnp-2004-form-18.pdf 2011-08-21
19 3293-delnp-2004-Correspondence Others-(19-02-2015).pdf 2015-02-19
19 3293-delnp-2004-form-1.pdf 2011-08-21
20 3293-delnp-2004-drawings.pdf 2011-08-21
20 3293-delnp-2004-Others-(19-02-2015).pdf 2015-02-19
21 3293-delnp-2004-description (complete).pdf 2011-08-21
21 3293-delnp-2004-Transmittal Letter-(19-02-2015).pdf 2015-02-19
22 3293-DELNP-2004-Claims-(11-01-2012).pdf 2012-01-11
22 3293-delnp-2004-correspondence-others.pdf 2011-08-21
23 3293-delnp-2004-claims.pdf 2011-08-21
23 3293-DELNP-2004-Correspondence Others-(11-01-2012).pdf 2012-01-11
24 3293-DELNP-2004-Drawings-(11-01-2012).pdf 2012-01-11
24 3293-delnp-2004-abstract.pdf 2011-08-21
25 3293-DELNP-2004-Correspondence-Others-(26-12-2011).pdf 2011-12-26
25 3293-DELNP-2004-GPA-(26-12-2011).pdf 2011-12-26
26 3293-DELNP-2004-Form-3-(26-12-2011).pdf 2011-12-26
27 3293-DELNP-2004-Correspondence-Others-(26-12-2011).pdf 2011-12-26
27 3293-DELNP-2004-GPA-(26-12-2011).pdf 2011-12-26
28 3293-delnp-2004-abstract.pdf 2011-08-21
28 3293-DELNP-2004-Drawings-(11-01-2012).pdf 2012-01-11
29 3293-delnp-2004-claims.pdf 2011-08-21
29 3293-DELNP-2004-Correspondence Others-(11-01-2012).pdf 2012-01-11
30 3293-DELNP-2004-Claims-(11-01-2012).pdf 2012-01-11
30 3293-delnp-2004-correspondence-others.pdf 2011-08-21
31 3293-delnp-2004-description (complete).pdf 2011-08-21
31 3293-delnp-2004-Transmittal Letter-(19-02-2015).pdf 2015-02-19
32 3293-delnp-2004-drawings.pdf 2011-08-21
32 3293-delnp-2004-Others-(19-02-2015).pdf 2015-02-19
33 3293-delnp-2004-Correspondence Others-(19-02-2015).pdf 2015-02-19
33 3293-delnp-2004-form-1.pdf 2011-08-21
34 3293-delnp-2004-Assignment-(19-02-2015).pdf 2015-02-19
34 3293-delnp-2004-form-18.pdf 2011-08-21
35 3262-delnp-2010-Correspondence Others-(19-02-2015).pdf 2015-02-19
35 3293-delnp-2004-form-2.pdf 2011-08-21
36 MTL-GPOA - MLK1.pdf ONLINE 2015-03-05
36 3293-delnp-2004-form-3.pdf 2011-08-21
37 MS to MTL Assignment.pdf ONLINE 2015-03-05
37 3293-delnp-2004-form-5.pdf 2011-08-21
38 3293-delnp-2004-gpa.pdf 2011-08-21
38 FORM-6-1-100.52.pdf ONLINE 2015-03-05
39 3293-delnp-2004-pct-101.pdf 2011-08-21
39 MTL-GPOA - MLK1.pdf 2015-03-13
40 3293-delnp-2004-pct-105.pdf 2011-08-21
40 MS to MTL Assignment.pdf 2015-03-13
41 3293-delnp-2004-pct-210.pdf 2011-08-21
41 FORM-6-1-100.52.pdf 2015-03-13
42 3293-delnp-2004-Others-(29-01-2016).pdf 2016-01-29
42 3293-delnp-2004-pct-301.pdf 2011-08-21
43 3293-delnp-2004-GPA-(29-01-2016).pdf 2016-01-29
43 3293-delnp-2004-pct-304.pdf 2011-08-21
44 3293-delnp-2004-Form-3-(29-01-2016).pdf 2016-01-29
44 3293-delnp-2004-pct-401.pdf 2011-08-21
45 3293-delnp-2004-Claims-(29-01-2016).pdf 2016-01-29
45 abstract.jpg 2011-08-21
46 3293-DELNP-2004-Correspondence Others-(08-08-2011).pdf 2011-08-08
46 3293-delnp-2004-Assignment-(29-01-2016).pdf 2016-01-29
47 3293-DELNP-2004-Form-3-(08-08-2011).pdf 2011-08-08
47 3293-delnp-2004-Abstract-(29-01-2016).pdf 2016-01-29
48 3293-delnp-2004-Correspondence-Others-(16-12-2010).pdf 2010-12-16
48 3293-delnp-2004-Correspondence Others-(17-02-2016).pdf 2016-02-17
49 3293-DELNP-2004.pdf 2016-06-30
49 3293-delnp-2004-Form-1-(16-12-2010).pdf 2010-12-16
50 3293-DELNP-2004-US(14)-HearingNotice-(HearingDate-21-07-2020).pdf 2020-07-09
50 3293-DELNP-2004-Correspondence-Others-(31-05-2010).pdf 2010-05-31
51 3293-DELNP-2004-Correspondence to notify the Controller [16-07-2020(online)].pdf 2020-07-16
51 3293-DELNP-2004-GPA-(31-05-2010).pdf 2010-05-31