US20080059496A1 - Thin-client and distributed development using data programming - Google Patents
Thin-client and distributed development using data programming Download PDFInfo
- Publication number
- US20080059496A1 US20080059496A1 US11/697,564 US69756407A US2008059496A1 US 20080059496 A1 US20080059496 A1 US 20080059496A1 US 69756407 A US69756407 A US 69756407A US 2008059496 A1 US2008059496 A1 US 2008059496A1
- Authority
- US
- United States
- Prior art keywords
- computers
- computer
- tables
- rows
- columns
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2282—Tablespace storage structures; Management thereof
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
Definitions
- the application relates generally to the field of generating and manipulating distributed computer programs for computers on a network.
- the application provides a programming technique, referred to herein as “Data Programming” (“DP”), that facilitates the generation of distributed programs that are flexible and extensible.
- DP Data Programming
- the application also provides a programming technique that facilitates generation of complex distributed logic through the use of tabular structures.
- the application provides methods and systems for declarative rule-based programming in which a distributed program is defined through tabular structures.
- the tabular structures store the logic, including data (e.g., primitive variables and dynamic data structures) and code (e.g., arguments and functions), that governs operation of the distributed program.
- the disclosed subject matter facilitates generation of distributed programs, programmer control over memory and network usage, and modifications to a program without having to recompile and/or restart the program.
- FIG. 1A is a schematic diagram of a network of computers in which one of the computers in the network transmits master records to the other computers in the network;
- FIG. 1B is a schematic diagram of a network of computers in which one or more computers in the network transmit master records to another computer in the network;
- FIG. 2 is a schematic diagram of flows of information between a computer and three other computers related to an entity in a distributed system based on differing replication strategies contained in tables;
- FIG. 3 is a schematic diagram of a computer in a distributed DP programming network according to an embodiment of the disclosed subject matter
- FIG. 4 is a schematic diagram showing a relationship between system tables and a user table residing on a computer in a distributed DP programming network according to an embodiment of the disclosed subject matter.
- FIG. 5 is a diagram of the process for developing an application within a distributed DP environment according to an embodiment of the disclosed subject matter.
- DP is a declarative rule-based programming method that involves defining and manipulating distributed logic, also referred to as a distributed program, throughout a system of interconnected computers, such as computer network 100 in FIGS. 1A and 1B .
- Computer network 100 includes a plurality of interconnected computers that preferably include a computer 110 and one or more computers 112 that may communicate through Transmission Control Protocol (“TCP), User Datagram Protocol (“UDP”), or any other suitable protocol.
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- Computer 110 and computers 112 will be referred to collectively as “computers 110 , 112 ” and generically as “computer 110 , 112 .”
- the computer network 100 may be structured according to any of the following models: client-server, peer-to-peer, or hybrid, which is a combination of the previous two models.
- computer 110 is a server having enough memory to hold the distributed information received from each of computers 112 connected to it, and computers 112 are client computers, for example thin-client personal computers.
- computers 110 , 112 can each be any computer capable of connecting to other computers in the network.
- the term “computer” is intended to include any digital data processing device (e.g., laptops, personal computers, cellular phones, personal digital assistants, etc.).
- Each computer 110 , 112 of computer network 100 maintains in its memory at least one table 120 , having columns and rows, that stores data (e.g., primitive variables and dynamic data structures) and code (e.g., arguments and functions, including support for user interfaces and graphics) in columns of rows that define the distributed program.
- data e.g., primitive variables and dynamic data structures
- code e.g., arguments and functions, including support for user interfaces and graphics
- Tables 120 depicted in FIG. 1A correspond to the distributed program's memory.
- computers 110 , 112 need not have the same number of tables 120 .
- Defining the distributed program through the use of tables 120 on computers 110 , 112 allows for simpler and more rapid development of the distributed logic vital to implementing the distributed program. Instead of having to manage protocols, structures, and remote function calls, as is the case when developing a conventional distributed program utilizing programming languages such as Java, C, or C++, developing a distributed program according to the disclosed subject matter includes adding columns and rows to tables 120 .
- Column definitions determine the structure of tables 120 and can be shared by all computers 110 , 112 on the network 100 . Such columns may be defined as data columns and/or function columns. When defined as a function column, the column defines each particular field within the column.
- Rows may be allocated in tables 120 on each computer 110 , 112 and include data and functions defined by the columns.
- Each computer 110 , 112 may be allocated with rows in tables 120 . However, as will be described below, each computer 110 , 112 may receive copies of rows from other computers 110 , 112 .
- tables 120 are not constrained to one file or a pre-compiled header. Instead, the definitions of tables 120 and columns may be independent, allowing parts of a program that span multiple tables 120 to be grouped together using functions. In addition, tables 120 may be changed at run-time after rows have been allocated. Thus, new functionality may be added to the distributed program during run-time through the addition of new columns and/or rows to tables 120 on computers 110 , 112 .
- DP automatically changes the definitions of the table 120 and extends the memory of every row that is currently allocated for that table 120 .
- FIGS. 1A and 1B The distribution of the data and logic of the distributed program to computers 110 , 112 of a network 100 that occurs when rows or columns are allocated (during program initialization or execution) or updated (during program execution) will be discussed referring to FIGS. 1A and 1B .
- all computers 110 , 112 maintain a copy of tables 120 locally, only a single computer 110 , 112 maintains a master record 122 of data for a particular row for a particular table 120 .
- the shaded rows in “TableA,” “TableB,” and “TableC” stored on computer 110 are master records 122 .
- Computer 110 is the only computer 110 , 112 that can make changes to the master records 122 .
- computers 112 are the computers that receive a copy of the master records 122 from computer 110 when the master records 122 are allocated during program initialization or program execution or when the master records 122 are modified during program execution. Computers 112 thus maintain copies 124 of the master records 122 in tables 120 in their respective memories. For example, the shaded rows in “TableA,” “TableB,” and “TableC” stored on computers 112 are copies 124 of the master records 122 stored on computer 110 .
- computer 110 may distribute the master records 122 to one or more computers 112 that are connected to computer 110 .
- computer 110 may not immediately distribute the master records 122 to one or more computers 112 that are connected to computer 110 , but may do so at a later time.
- the master records 122 are modified during program execution, the updates to the master records 122 are transmitted, in a similar fashion, to one or more computers 112 that are connected to computer 110 .
- the copies 124 of the master records 122 are stored in tables 120 residing in the memory of each computer 112 .
- the copies 124 of the master records 122 may be removed from computers 112 without having to remove the master records 122 from computer 110 .
- each computer 112 may maintain master records 122 for rows in tables 120 that reside in the memory of computer 112 .
- One or more computers 112 may transmit the master records 122 allocated during program initialization or during program execution to computer 110 .
- the master records 122 of a particular computer 112 are modified during program execution, the changes to the master records 122 are transmitted to update related rows on computer 110 in the same way.
- changes in some columns of master records 122 may not be transmitted from the computer 110 , 112 that maintains the master records 122 to the computers 110 , 112 that do not maintain the master records 122 .
- Changes to other columns of master records 122 may be transmitted from the computer 110 , 112 that maintains the master records 122 to computers 110 , 112 that do not maintain the master records 122 , as discussed above generally in connection with FIGS. 1A and 1B .
- the computer 110 , 112 that maintains the master records 122 is the only computer 110 , 112 that will transmit updates to all computers 110 , 112 that have copies 124 of the master records 122 if columns of the master records 122 that have been defined as “distributed” are altered. Because only one computer 110 , 112 preferably should alter the distributed columns of a particular master record 122 , the problem of having tables 120 that have conflicting data associated with a particular row is avoided.
- a computer 110 , 112 loses connection from the other computers 110 , 112 during program execution, all of copies 124 of the master records, e.g., 122 , that can be maintained by that computer 110 , 112 are removed from the tables 120 of the computers 110 , 112 that are still interconnected in such a way as to allow the distributed program running on computers 110 , 112 that are still interconnected to continue to function. If the computer 110 , 112 reconnects with the other computers 110 , 112 , that computer 110 , 112 receives all copies 124 of master records 122 that are intended to be distributed to that computer 110 , 112 . The master records that were maintained on this newly reconnected computer 110 , 112 , are redistributed to the other computers 110 , 112 .
- the amount of data that needs to be distributed between computers 110 , 112 may be minimized. For example, if the time since an event occurred needs to be calculated, distributed, and displayed on multiple computers 110 , 112 , the data comprising a compressed time value associated with the event may be distributed to computers 112 with a function for converting the data to the necessary display format, such as a string. When computers 112 need to display and/or update the time, computers 112 may cause the function that was transmitted to be executed. The function uses the data that was transmitted and outputs the time in a string that can be displayed. Thus, even though the time value was transmitted in a compressed format, computers 112 are capable of decompressing the time value because the function was instantiated within the table row that was transmitted.
- DP provides a mechanism by which computer 110 sends the master record 122 associated with a row to only those computers 112 that require this data.
- the master records 122 may be distributed to one computer 112 , a group of computers 112 , or all computers 112 , as further discussed in FIG. 2 .
- FIG. 2 shows flows of information between a computer 210 and three computers 212 related to an entity in a distributed system 200 based on differing replication strategies contained in tables 201 , 202 , 203 , 204 , 205 , and 206 on computer 210 .
- Computer 210 may, for example, be a server computer, and computers 212 may be remote client computers. However, other network arrangements may be made as those skilled in the art will appreciate.
- FIG. 2 shows flows of information between a computer 210 and three computers 212 , any number of computers 212 greater than or equal to one may be used.
- the entity may include an object, a concept, or a situation.
- row 220 of table 201 of computer 210 is initialized with information describing the entity.
- row 220 is transmitted to all computers 212 and is received in table 221 A.
- table 203 on computer 210 is initialized with new rows 226 related to the entity based on the rows 222 received in (b) as rows 224 from each computer 212 . Then, computer 210 transmits a single row from the new rows 226 in table 203 only to one computer 212 , which is the same computer 212 from which the related row 224 was received.
- all of the computers 212 might require receipt of information related to the entity based on data received from computers 212 in (b).
- table 204 on computer 210 is populated with new rows 228 related to the entity based on the data received in (b) from each computer 212 .
- computer 210 transmits all of the new rows 228 in table 204 to all computers 212 .
- rows 230 in table 231 are created for each row received in table 229 in (d) on each computer 212 .
- Each of these rows 230 contains information about a computer 212 related to the entity and is sent back to computer 210 .
- Computer 210 receives the new rows 232 (not all are shown) from computers 212 in table 205 that store the information sent by each computer 212 about other computers 212 related to the entity.
- rows 234 in table 206 are created for each row 232 received in table 205 in (e).
- Rows 234 in table 206 contain information about the entity related to a particular computer 212 .
- Each row 234 is transmitted to an individual computer 212 , which is not necessarily the same computer 212 to which the information in the row is related.
- FIG. 3 is a schematic diagram of computer 300 in a distributed programming network according to an embodiment of the disclosed subject matter.
- Computer 300 may correspond to computers 210 or 212 .
- Computer 300 includes user tables 320 , which are application specific tables, such as those discussed above in connection with FIG. 2 (i.e., tables 201 - 206 ).
- the user tables 320 can additionally be used to maintain and distribute other information.
- one embodiment of a distributed system may include a computer 300 with multiple displays, wherein only one user may view one display (e.g., through the use of a head-worn display).
- it is important to create additional tables, similar to the set of tables described above in connection with FIG. 2 but instead to keep track of user information relating to the entities within the system.
- System tables 310 keep track of the distribution logic architecture (including remote computers, distributed tables, rows, columns, and distribution strategies) and thus dictate the replication strategies that occur in distributed programs that were discussed in connection with FIG. 2 .
- System tables 310 may include a DataType table 311 , a Column table 312 , a Computer table 313 , and a Distribution table 314 that will be described more fully in connection with FIG. 4 .
- FIG. 4 is a diagram showing a relationship between one embodiment of the system tables 310 and a user table 321 of user tables 320 of FIG. 3 residing on computer 210 .
- DataType table 311 and Column table 312 store the definitions of the distributed tables and distribution strategies.
- the rows shown in the DataType table 311 and Column table 312 determine the distribution strategy for the user table 321 (which is named “TestTable” in this figure).
- the “isDistributed” column of Column table 312 reflects the distribution strategy that the rows with “Name” “col2” and “col4” of user table 321 are to be distributed to one or more computers 212 , while the rows with “Name” “col1” and “col3” are not to be distributed.
- DataType table 311 instructs the computer 210 to distribute “DistributedColumns” “2” and “4”, which correspond to “col2” and “col4” of user table 321 respectively, to all computers 212 because the corresponding “DistributeToAll” value is “TRUE.”
- Computer table 313 describes information related to networked computers 210 , 212 .
- the Computer table 313 stores IP addresses of computers 210 , 212 on the network and data indicating whether or not the computers are remote computers.
- the row with “id” value “1” of Computer table 313 corresponds to the computer 210 with “ipaddress” value “192.168.1.101” because its “isRemote” value is “FALSE.”
- row with “id” value “2” of Computer table 313 corresponds to a computer 212 with “ipaddress” value “192.168.1.102” because its “isRemote” value is “TRUE.”
- the Distribution table 314 tracks to which computers 212 (i.e., “Computer”) a message corresponding to the master record 122 (i.e., “DataRowID”) of user table 321 (i.e., “TestTable” referenced in the first record of the DataType table) of computer 210 must be sent when the master record 122 is allocated (during program initialization and execution), when the master record 122 has been modified (during program execution), and when the master record 122 is deleted (during program execution).
- computers 212 i.e., “Computer”
- DataRowID i.e., “DataRowID” of user table 321 (i.e., “TestTable” referenced in the first record of the DataType table) of computer 210
- the row with the value “101” in its “id” column of user table 321 is to be distributed to computers “2,” “3,” and “4.” However, not all column values in row “101” are transmitted to computers “2,” “3,” and “4.”
- the column data in row 101 that is sent to the aforementioned computers is determined by the DataType table 311 and the Column table 312 discussed above.
- One skilled in the art would be able to generate more complex distribution strategies than those described and illustrated in connection with FIG. 4 .
- FIG. 5 is a diagram of the process for developing an application within a distributed DP environment according to one embodiment of the disclosed subject matter.
- a DP core engine that embodies the DP approach within a distributed environment.
- the DP core engine may be embodied in software, hardware, or some combination thereof that those skilled in the art would appreciate.
- tables and columns are added to any group of computers within the distributed environment.
- the distribution strategies are added to the tables and columns.
- rows i.e., data
- computers are added to the distributed environment by running the DP core engine.
- the DP core engine will not need to be restarted in order to make modifications to the distributed program.
- DP uses a unified function to create, change, remove, and process all information within DP. While the tables retain data and functions that are used frequently throughout the program (e.g., graphical functions and their arguments that get executed every time a frame is rendered), the unified function is used for programming logic that is used less often, such as table lookups, changes, and memory/row allocations or de-allocations.
- system functions which account for fundamental functions and are similar to assembly-code functions (but, in contrast to assembly-code functions, are not necessarily dependent upon hardware, although they may take advantage of hardware);
- user-defined functions which temporarily allocate memory to recursively call the unified function as a sequence of commands that share arguments; and (3) memory allocation/de-allocation functions, which create or remove a row in a table.
- This unified function provides further control of memory because each of these three levels has a different memory usage.
- system functions use stack memory and do not have any persistent memory once the system functions have finished executing.
- User-defined functions have the same behavior when executed, but because they are not included in the core DP distribution, the actual functions reside in memory (hence, they take up memory) and can be added/removed based on how often they are used.
- the allocation/de-allocation functions allow the memory control of the persistent tables, which includes adding/removing tables, columns, rows, and arguments.
- system functions provide features that make it easy to further manipulate the data and memory in a DP program. For example, some functions are only used once, such as startup scripts that initialize tables, columns, and rows.
- a system function may be provided to read a function from a file by executing each line in the file as a separate call to the unified function.
- the system function may execute actions that create persistent entities, such as creating tables, columns, and rows, the actual system function may not have any resident memory once it has finished execution.
- DP facilitates: (1) calculation and management of the amount of memory used (i.e., the amount of memory used is directly related to the table and column definitions and how many rows have been created); (2) programming complex distributed logic using table replication strategies, such as those described above in connection with FIG. 2 ; and (3) modification of a distributed program at run-time without the need to recompile or restart the distributed program.
- DP allows a programmer to explicitly control how much network bandwidth and computer memory the program consumes, both during program initialization and execution.
- these resources might have differing limitations.
- a hand-held device might have more memory and a faster processor than a cellular phone, but a slower network connection.
- DP allows programmers to make such decisions about memory and network traffic when designing the distributed program.
- DP additionally affords programmers the ability to create many different versions of a distributed program for various hardware setups. Those skilled in the art of software development will recognize that developing an application that can run on any type of hardware setup is difficult. Hardware configurations typically limit the functionality of a program. However, because DP allows for the flexible creation of programs through the use of tables, columns, and rows, it is easy to define and manage different versions of the distributed program.
- DP allows a distributed program to be changed at run-time, development time may be minimized.
- Typical code development requires changing code, recompiling code, and restarting every program on every computer.
- applications that rely on complex graphics may have long initialization times in order to load large numbers of graphical models.
- the distributed program must be restarted which may consume a lot of time.
- These changes require the DP programmer to: (1) write a script to change the currently running system; and (2) change the initialization scripts for the next program initialization. In DP, these two tasks are typically the same.
- the functions that change tables, columns, and rows in the run-time system are identical to the ones used in the initialization scripts. This makes it simple to change the system at run-time.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- This application claims the benefit of U.S. Provisional Application Ser. No. 60/790,376, filed Apr. 7, 2006 and U.S. Provisional Application Ser. No. 60/841,582, filed Aug. 30, 2006, each of which is incorporated by reference in its entirety herein, and from which priority is claimed.
- The subject matter disclosed herein was funded in part by the United States Office of Naval Research, under Grant N00014-04-1-0005. Accordingly, the United States Government may have certain rights.
- The application relates generally to the field of generating and manipulating distributed computer programs for computers on a network.
- The use of conventional high-level programming languages (e.g., Java, C++, C#, or C) to create programs for a network of computers that allow the computers to communicate with each other to accomplish a task can be very complex. In order to allow the computers in such a network to communicate with one another successfully, programmers must utilize complex network protocols, remote function calls, and complicated logic.
- Further, such programming can be cumbersome and time consuming. For example, if a bug is found in a particular program during execution, the program that requires modification will need to be shut down, its code will need to be modified and recompiled, and the program will need to be restarted. In some cases, programs running on other computers within the network that are integrated with the program that needs to be shut down will also need to be shut down and restarted in order to account for changes to protocols or shared libraries. Programs that rely on complicated graphical rendering models and associated large files may have long start-up times and thus will additionally slow program development.
- In addition, because these programs are written in high-level, abstract programming languages, it is often difficult for programmers to track and/or control directly the amount of memory that the programs are using. Further, without the ability to directly control the memory utilized by these programs, programmers have difficulty in optimizing the amount of network bandwidth versus the amount of memory used by the programs.
- Accordingly, there exists a need for a programming technique that permits programmers to generate distributed programs for thin-client networked computers and, more generally, for networked computers structured according to any of the following models: client-server, peer-to-peer, or hybrid, which is a combination of the previous two models.
- The application provides a programming technique, referred to herein as “Data Programming” (“DP”), that facilitates the generation of distributed programs that are flexible and extensible.
- The application also provides a programming technique that facilitates generation of complex distributed logic through the use of tabular structures.
- The application provides methods and systems for declarative rule-based programming in which a distributed program is defined through tabular structures. The tabular structures store the logic, including data (e.g., primitive variables and dynamic data structures) and code (e.g., arguments and functions), that governs operation of the distributed program.
- The disclosed subject matter facilitates generation of distributed programs, programmer control over memory and network usage, and modifications to a program without having to recompile and/or restart the program.
- The accompanying drawings, which are incorporated and constitute part of this disclosure, illustrate embodiments of the disclosed subject matter.
-
FIG. 1A is a schematic diagram of a network of computers in which one of the computers in the network transmits master records to the other computers in the network; -
FIG. 1B is a schematic diagram of a network of computers in which one or more computers in the network transmit master records to another computer in the network; -
FIG. 2 is a schematic diagram of flows of information between a computer and three other computers related to an entity in a distributed system based on differing replication strategies contained in tables; -
FIG. 3 is a schematic diagram of a computer in a distributed DP programming network according to an embodiment of the disclosed subject matter; -
FIG. 4 is a schematic diagram showing a relationship between system tables and a user table residing on a computer in a distributed DP programming network according to an embodiment of the disclosed subject matter; and -
FIG. 5 is a diagram of the process for developing an application within a distributed DP environment according to an embodiment of the disclosed subject matter. - DP is a declarative rule-based programming method that involves defining and manipulating distributed logic, also referred to as a distributed program, throughout a system of interconnected computers, such as
computer network 100 inFIGS. 1A and 1B .Computer network 100 includes a plurality of interconnected computers that preferably include acomputer 110 and one ormore computers 112 that may communicate through Transmission Control Protocol (“TCP), User Datagram Protocol (“UDP”), or any other suitable protocol.Computer 110 andcomputers 112 will be referred to collectively as “ 110, 112” and generically as “computers 110, 112.” Thecomputer computer network 100 may be structured according to any of the following models: client-server, peer-to-peer, or hybrid, which is a combination of the previous two models. In some embodiments,computer 110 is a server having enough memory to hold the distributed information received from each ofcomputers 112 connected to it, andcomputers 112 are client computers, for example thin-client personal computers. Alternatively, in some embodiments, 110, 112 can each be any computer capable of connecting to other computers in the network. The term “computer” is intended to include any digital data processing device (e.g., laptops, personal computers, cellular phones, personal digital assistants, etc.).computers - Each
110, 112 ofcomputer computer network 100 maintains in its memory at least one table 120, having columns and rows, that stores data (e.g., primitive variables and dynamic data structures) and code (e.g., arguments and functions, including support for user interfaces and graphics) in columns of rows that define the distributed program. InFIG. 1A , each 110, 112 maintains three tables 120: “TableA,” “TableB,” and “TableC.” Tables 120 depicted incomputer FIG. 1A correspond to the distributed program's memory. Although each 110, 112 maintains three tables 120 incomputer FIG. 1A , 110, 112 need not have the same number of tables 120.computers - Defining the distributed program through the use of tables 120 on
110, 112 allows for simpler and more rapid development of the distributed logic vital to implementing the distributed program. Instead of having to manage protocols, structures, and remote function calls, as is the case when developing a conventional distributed program utilizing programming languages such as Java, C, or C++, developing a distributed program according to the disclosed subject matter includes adding columns and rows to tables 120.computers - Column definitions determine the structure of tables 120 and can be shared by all
110, 112 on thecomputers network 100. Such columns may be defined as data columns and/or function columns. When defined as a function column, the column defines each particular field within the column. - Rows may be allocated in tables 120 on each
110, 112 and include data and functions defined by the columns. Eachcomputer 110, 112 may be allocated with rows in tables 120. However, as will be described below, eachcomputer 110, 112 may receive copies of rows fromcomputer 110, 112.other computers - Unlike other object-oriented systems, the definitions of tables 120 are not constrained to one file or a pre-compiled header. Instead, the definitions of tables 120 and columns may be independent, allowing parts of a program that span multiple tables 120 to be grouped together using functions. In addition, tables 120 may be changed at run-time after rows have been allocated. Thus, new functionality may be added to the distributed program during run-time through the addition of new columns and/or rows to tables 120 on
110, 112. When adding a column to a particular table 120, DP automatically changes the definitions of the table 120 and extends the memory of every row that is currently allocated for that table 120.computers - The distribution of the data and logic of the distributed program to
110, 112 of acomputers network 100 that occurs when rows or columns are allocated (during program initialization or execution) or updated (during program execution) will be discussed referring toFIGS. 1A and 1B . In the illustrated embodiment, although all 110, 112 maintain a copy of tables 120 locally, only acomputers 110, 112 maintains asingle computer master record 122 of data for a particular row for a particular table 120. For example, inFIG. 1A , the shaded rows in “TableA,” “TableB,” and “TableC” stored oncomputer 110 aremaster records 122.Computer 110 is the 110, 112 that can make changes to the master records 122. On the other hand,only computer computers 112 are the computers that receive a copy of the master records 122 fromcomputer 110 when the master records 122 are allocated during program initialization or program execution or when the master records 122 are modified during program execution.Computers 112 thus maintaincopies 124 of the master records 122 in tables 120 in their respective memories. For example, the shaded rows in “TableA,” “TableB,” and “TableC” stored oncomputers 112 arecopies 124 of the master records 122 stored oncomputer 110. - Thus, in
FIG. 1A , when the master records 122 are allocated in tables 120 during program initialization or program execution,computer 110 may distribute the master records 122 to one ormore computers 112 that are connected tocomputer 110. Alternatively, when the master records 122 are allocated in tables 120 during program initialization or program execution,computer 110 may not immediately distribute the master records 122 to one ormore computers 112 that are connected tocomputer 110, but may do so at a later time. In addition, if the master records 122 are modified during program execution, the updates to the master records 122 are transmitted, in a similar fashion, to one ormore computers 112 that are connected tocomputer 110. Thecopies 124 of the master records 122 are stored in tables 120 residing in the memory of eachcomputer 112. Thecopies 124 of the master records 122 may be removed fromcomputers 112 without having to remove the master records 122 fromcomputer 110. - In
FIG. 1B , eachcomputer 112 may maintainmaster records 122 for rows in tables 120 that reside in the memory ofcomputer 112. One ormore computers 112 may transmit the master records 122 allocated during program initialization or during program execution tocomputer 110. In addition, if the master records 122 of aparticular computer 112 are modified during program execution, the changes to the master records 122 are transmitted to update related rows oncomputer 110 in the same way. - As will be discussed in more detail in connection with
FIG. 4 , in another embodiment, changes in some columns ofmaster records 122 may not be transmitted from the 110, 112 that maintains the master records 122 to thecomputer 110, 112 that do not maintain the master records 122. Changes to other columns ofcomputers master records 122, however, may be transmitted from the 110, 112 that maintains the master records 122 tocomputer 110, 112 that do not maintain the master records 122, as discussed above generally in connection withcomputers FIGS. 1A and 1B . The 110, 112 that maintains the master records 122 is thecomputer 110, 112 that will transmit updates to allonly computer 110, 112 that havecomputers copies 124 of the master records 122 if columns of the master records 122 that have been defined as “distributed” are altered. Because only one 110, 112 preferably should alter the distributed columns of acomputer particular master record 122, the problem of having tables 120 that have conflicting data associated with a particular row is avoided. - It should also be noted that although all of the tables 120 stored on
110, 112 do not need to have identical structures (i.e., identical column definitions), the distributed program will often be less complex if the corresponding distributed tables 120 (e.g., “TableA,” “TableB,” or “TableC”) on eachcomputers 110, 112 have identical structures. The reason for this is because, in the case when tables 120 do not have identical structures, additional data to account for the transformations between different table 120 structures oncomputer 110, 112 will need to be transmitted with the master records 122 sent betweendifferent computers 110, 112. However, when tables 120 having identical structures are used, the data comprising allocations and updates of the master records 122 can be transmitted tocomputers 110, 112 with the same column offsets as the master records 122.computers - In one embodiment, if a
110, 112 loses connection from thecomputer 110, 112 during program execution, all ofother computers copies 124 of the master records, e.g., 122, that can be maintained by that 110, 112 are removed from the tables 120 of thecomputer 110, 112 that are still interconnected in such a way as to allow the distributed program running oncomputers 110, 112 that are still interconnected to continue to function. If thecomputers 110, 112 reconnects with thecomputer 110, 112, thatother computers 110, 112 receives allcomputer copies 124 ofmaster records 122 that are intended to be distributed to that 110, 112. The master records that were maintained on this newly reconnectedcomputer 110, 112, are redistributed to thecomputer 110, 112.other computers - By using the method for distributing the logic described above in connection with
FIGS. 1A and 1B , distributed programs for client-server, peer-to-peer, and hybrid systems may be developed. Because functions, along with arguments to the functions, may be distributed between 110, 112 by transmitting rows betweencomputers 110, 112, the functions may be executed on bothcomputers computer 110 andcomputers 112, but not necessarily at the same times. - By distributing functions and arguments as opposed to just data, the amount of data that needs to be distributed between
110, 112 may be minimized. For example, if the time since an event occurred needs to be calculated, distributed, and displayed oncomputers 110, 112, the data comprising a compressed time value associated with the event may be distributed tomultiple computers computers 112 with a function for converting the data to the necessary display format, such as a string. Whencomputers 112 need to display and/or update the time,computers 112 may cause the function that was transmitted to be executed. The function uses the data that was transmitted and outputs the time in a string that can be displayed. Thus, even though the time value was transmitted in a compressed format,computers 112 are capable of decompressing the time value because the function was instantiated within the table row that was transmitted. - For certain types of data, it might not be necessary or optimal to transmit the data in a row to every
110, 112 in the distributed system each time the data changes, as was described in connection withcomputer FIG. 1A . For example, if the data changes frequently, the data should be sent to only those 110, 112 that require this data (e.g., for display). For this reason, DP provides a mechanism by whichcomputers computer 110 sends themaster record 122 associated with a row to only thosecomputers 112 that require this data. Thus, inFIG. 1A , although the master records 122 were transmitted fromcomputer 110 to allcomputers 112, depending on the way the tables 120 are defined, discussed in more detail in connection withFIG. 4 , the master records 122 may be distributed to onecomputer 112, a group ofcomputers 112, or allcomputers 112, as further discussed inFIG. 2 . -
FIG. 2 shows flows of information between acomputer 210 and threecomputers 212 related to an entity in a distributedsystem 200 based on differing replication strategies contained in tables 201, 202, 203, 204, 205, and 206 oncomputer 210.Computer 210 may, for example, be a server computer, andcomputers 212 may be remote client computers. However, other network arrangements may be made as those skilled in the art will appreciate. AlthoughFIG. 2 shows flows of information between acomputer 210 and threecomputers 212, any number ofcomputers 212 greater than or equal to one may be used. The entity may include an object, a concept, or a situation. In (a),row 220 of table 201 ofcomputer 210 is initialized with information describing the entity. Next,row 220 is transmitted to allcomputers 212 and is received in table 221A. - In (b), for each
row 221 received in table 221A on eachcomputer 212, arow 222 is created. Eachcomputer 212 sends back tocomputer 210row 222 related to the entity, which is stored in table 202 in newly allocatedrows 224. - In (c), table 203 on
computer 210 is initialized with new rows 226 related to the entity based on therows 222 received in (b) asrows 224 from eachcomputer 212. Then,computer 210 transmits a single row from the new rows 226 in table 203 only to onecomputer 212, which is thesame computer 212 from which therelated row 224 was received. - Alternatively, in (d), all of the computers 212 (as opposed to just one
computer 212 in (c)) might require receipt of information related to the entity based on data received fromcomputers 212 in (b). In order to achieve this, table 204 oncomputer 210 is populated withnew rows 228 related to the entity based on the data received in (b) from eachcomputer 212. Then,computer 210 transmits all of thenew rows 228 in table 204 to allcomputers 212. - In (e), rows 230 in table 231 are created for each row received in table 229 in (d) on each
computer 212. Each of these rows 230 contains information about acomputer 212 related to the entity and is sent back tocomputer 210.Computer 210 receives the new rows 232 (not all are shown) fromcomputers 212 in table 205 that store the information sent by eachcomputer 212 aboutother computers 212 related to the entity. - Lastly, in (f),
rows 234 in table 206 are created for eachrow 232 received in table 205 in (e).Rows 234 in table 206 contain information about the entity related to aparticular computer 212. Eachrow 234 is transmitted to anindividual computer 212, which is not necessarily thesame computer 212 to which the information in the row is related. - As a result of these different strategies described in connection with
FIG. 2 , information can be propagated betweencomputer 210 andcomputers 212 as well as betweencomputers 212 if no direct connection exists. -
FIG. 3 is a schematic diagram of computer 300 in a distributed programming network according to an embodiment of the disclosed subject matter. Computer 300 may correspond to 210 or 212. Computer 300 includes user tables 320, which are application specific tables, such as those discussed above in connection withcomputers FIG. 2 (i.e., tables 201-206). The user tables 320 can additionally be used to maintain and distribute other information. For example, one embodiment of a distributed system may include a computer 300 with multiple displays, wherein only one user may view one display (e.g., through the use of a head-worn display). In this particular case, in order to create and maintain logic for users, it is important to create additional tables, similar to the set of tables described above in connection withFIG. 2 , but instead to keep track of user information relating to the entities within the system. - System tables 310 keep track of the distribution logic architecture (including remote computers, distributed tables, rows, columns, and distribution strategies) and thus dictate the replication strategies that occur in distributed programs that were discussed in connection with
FIG. 2 . System tables 310 may include a DataType table 311, a Column table 312, a Computer table 313, and a Distribution table 314 that will be described more fully in connection withFIG. 4 . -
FIG. 4 is a diagram showing a relationship between one embodiment of the system tables 310 and a user table 321 of user tables 320 ofFIG. 3 residing oncomputer 210. DataType table 311 and Column table 312 store the definitions of the distributed tables and distribution strategies. In this particular embodiment, the rows shown in the DataType table 311 and Column table 312 determine the distribution strategy for the user table 321 (which is named “TestTable” in this figure). For example, the “isDistributed” column of Column table 312 reflects the distribution strategy that the rows with “Name” “col2” and “col4” of user table 321 are to be distributed to one ormore computers 212, while the rows with “Name” “col1” and “col3” are not to be distributed. DataType table 311 instructs thecomputer 210 to distribute “DistributedColumns” “2” and “4”, which correspond to “col2” and “col4” of user table 321 respectively, to allcomputers 212 because the corresponding “DistributeToAll” value is “TRUE.” - Computer table 313 describes information related to
210, 212. For example, the Computer table 313 stores IP addresses ofnetworked computers 210, 212 on the network and data indicating whether or not the computers are remote computers. For example, the row with “id” value “1” of Computer table 313 corresponds to thecomputers computer 210 with “ipaddress” value “192.168.1.101” because its “isRemote” value is “FALSE.” Further, row with “id” value “2” of Computer table 313 corresponds to acomputer 212 with “ipaddress” value “192.168.1.102” because its “isRemote” value is “TRUE.” - The Distribution table 314 tracks to which computers 212 (i.e., “Computer”) a message corresponding to the master record 122 (i.e., “DataRowID”) of user table 321 (i.e., “TestTable” referenced in the first record of the DataType table) of
computer 210 must be sent when themaster record 122 is allocated (during program initialization and execution), when themaster record 122 has been modified (during program execution), and when themaster record 122 is deleted (during program execution). For example, the row with the value “101” in its “id” column of user table 321 is to be distributed to computers “2,” “3,” and “4.” However, not all column values in row “101” are transmitted to computers “2,” “3,” and “4.” The column data inrow 101 that is sent to the aforementioned computers is determined by the DataType table 311 and the Column table 312 discussed above. One skilled in the art would be able to generate more complex distribution strategies than those described and illustrated in connection withFIG. 4 . -
FIG. 5 is a diagram of the process for developing an application within a distributed DP environment according to one embodiment of the disclosed subject matter. In 510, an arbitrary number of interconnected computers on a network are initialized with a DP core engine that embodies the DP approach within a distributed environment. The DP core engine may be embodied in software, hardware, or some combination thereof that those skilled in the art would appreciate. In 520, tables and columns are added to any group of computers within the distributed environment. In 530, the distribution strategies are added to the tables and columns. In 540, rows (i.e., data) are added to the tables. Finally, in 550, computers are added to the distributed environment by running the DP core engine. It should be noted that once the DP core engine is initialized on a computer in the distributed network, the DP core engine will not need to be restarted in order to make modifications to the distributed program. In addition, there is no need to compile the code for the distributed program running on any of the computers in the distributed environment. - In addition, DP uses a unified function to create, change, remove, and process all information within DP. While the tables retain data and functions that are used frequently throughout the program (e.g., graphical functions and their arguments that get executed every time a frame is rendered), the unified function is used for programming logic that is used less often, such as table lookups, changes, and memory/row allocations or de-allocations.
- There are three levels of operations in the unified function, which, from lowest level to highest level, are: (1) system functions, which account for fundamental functions and are similar to assembly-code functions (but, in contrast to assembly-code functions, are not necessarily dependent upon hardware, although they may take advantage of hardware); (2) user-defined functions, which temporarily allocate memory to recursively call the unified function as a sequence of commands that share arguments; and (3) memory allocation/de-allocation functions, which create or remove a row in a table.
- This unified function provides further control of memory because each of these three levels has a different memory usage. For example, system functions use stack memory and do not have any persistent memory once the system functions have finished executing. User-defined functions have the same behavior when executed, but because they are not included in the core DP distribution, the actual functions reside in memory (hence, they take up memory) and can be added/removed based on how often they are used. The allocation/de-allocation functions allow the memory control of the persistent tables, which includes adding/removing tables, columns, rows, and arguments.
- Furthermore, system functions provide features that make it easy to further manipulate the data and memory in a DP program. For example, some functions are only used once, such as startup scripts that initialize tables, columns, and rows. In this case, a system function may be provided to read a function from a file by executing each line in the file as a separate call to the unified function. Although the system function may execute actions that create persistent entities, such as creating tables, columns, and rows, the actual system function may not have any resident memory once it has finished execution.
- DP facilitates: (1) calculation and management of the amount of memory used (i.e., the amount of memory used is directly related to the table and column definitions and how many rows have been created); (2) programming complex distributed logic using table replication strategies, such as those described above in connection with
FIG. 2 ; and (3) modification of a distributed program at run-time without the need to recompile or restart the distributed program. - In particular, DP allows a programmer to explicitly control how much network bandwidth and computer memory the program consumes, both during program initialization and execution. Depending on the hardware being used, these resources might have differing limitations. For example, a hand-held device might have more memory and a faster processor than a cellular phone, but a slower network connection. Thus, when designing the program, it might be useful to utilize the memory of the hand-held device to a greater extent than the network in order to avoid slow responses from a user interface. DP allows programmers to make such decisions about memory and network traffic when designing the distributed program.
- DP additionally affords programmers the ability to create many different versions of a distributed program for various hardware setups. Those skilled in the art of software development will recognize that developing an application that can run on any type of hardware setup is difficult. Hardware configurations typically limit the functionality of a program. However, because DP allows for the flexible creation of programs through the use of tables, columns, and rows, it is easy to define and manage different versions of the distributed program.
- Finally, because DP allows a distributed program to be changed at run-time, development time may be minimized. Typical code development requires changing code, recompiling code, and restarting every program on every computer. Typically, applications that rely on complex graphics may have long initialization times in order to load large numbers of graphical models. Each time a bug is identified, or an enhancement needs to be implemented, the distributed program must be restarted which may consume a lot of time. It is possible to use DP to fix bugs and add functionality without restarting the programs. These changes require the DP programmer to: (1) write a script to change the currently running system; and (2) change the initialization scripts for the next program initialization. In DP, these two tasks are typically the same. The functions that change tables, columns, and rows in the run-time system are identical to the ones used in the initialization scripts. This makes it simple to change the system at run-time.
- The foregoing merely illustrates the principles of the disclosed subject matter. Various modifications and alterations to the described embodiments will be apparent to those skilled in the art in view of the teachings herein. It will thus be appreciated that those skilled in the art will be able to devise numerous techniques which, although not explicitly described herein, embody the principles of the disclosed subject matter and are thus within its spirit and scope.
- For example, one skilled in the art would, in view of the teachings herein, be able to apply this general programming technique to create non-distributed programs to be used on a single computer. By manipulating the columns and/or rows of a program running on a
110, 112, functions and variables can be added or removed from a currently running program. This makes it easy to change parts of an existing program that are typically difficult to change, specifically modifying control flow statements, such as loops and conditional blocks of code. The tabular structure makes it easier to manipulate run-time programs from other existing methods, such as scripting, where entire functions and blocks of code need to be replaced.single computer - Also, features of different drawings and/or embodiments can be combined and/or rearranged.
Claims (20)
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/697,564 US20080059496A1 (en) | 2006-04-07 | 2007-04-06 | Thin-client and distributed development using data programming |
| US12/791,380 US8260850B2 (en) | 2006-04-07 | 2010-06-01 | Thin-client and distributed development using data programming |
| US13/567,728 US9253286B2 (en) | 2006-04-07 | 2012-08-06 | Computer program composed from tabular storage structures that includes data and code |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US79037606P | 2006-04-07 | 2006-04-07 | |
| US84158206P | 2006-08-30 | 2006-08-30 | |
| US11/697,564 US20080059496A1 (en) | 2006-04-07 | 2007-04-06 | Thin-client and distributed development using data programming |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/791,380 Continuation US8260850B2 (en) | 2006-04-07 | 2010-06-01 | Thin-client and distributed development using data programming |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20080059496A1 true US20080059496A1 (en) | 2008-03-06 |
Family
ID=39153249
Family Applications (3)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/697,564 Abandoned US20080059496A1 (en) | 2006-04-07 | 2007-04-06 | Thin-client and distributed development using data programming |
| US12/791,380 Expired - Fee Related US8260850B2 (en) | 2006-04-07 | 2010-06-01 | Thin-client and distributed development using data programming |
| US13/567,728 Expired - Fee Related US9253286B2 (en) | 2006-04-07 | 2012-08-06 | Computer program composed from tabular storage structures that includes data and code |
Family Applications After (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/791,380 Expired - Fee Related US8260850B2 (en) | 2006-04-07 | 2010-06-01 | Thin-client and distributed development using data programming |
| US13/567,728 Expired - Fee Related US9253286B2 (en) | 2006-04-07 | 2012-08-06 | Computer program composed from tabular storage structures that includes data and code |
Country Status (1)
| Country | Link |
|---|---|
| US (3) | US20080059496A1 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130042312A1 (en) * | 2011-08-09 | 2013-02-14 | Mobileframe Llc | Authentication in a smart thin client server |
| CN103425722A (en) * | 2012-04-30 | 2013-12-04 | Sap股份公司 | Logless atomic data movement |
| US9049174B2 (en) | 2011-08-09 | 2015-06-02 | Mobileframe, Llc | Maintaining sessions in a smart thin client server |
| US9053444B2 (en) | 2011-08-09 | 2015-06-09 | Mobileframe, Llc | Deploying applications in a smart thin client server |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5926816A (en) * | 1996-10-09 | 1999-07-20 | Oracle Corporation | Database Synchronizer |
| US6202070B1 (en) * | 1997-12-31 | 2001-03-13 | Compaq Computer Corporation | Computer manufacturing system architecture with enhanced software distribution functions |
| US6463584B1 (en) * | 1998-03-12 | 2002-10-08 | Telefonaktiebolaget Lm Ericsson | State copying method for software update |
| US20030070163A1 (en) * | 2001-10-04 | 2003-04-10 | Siemens Ag | Method for distributing data in a data net |
| US20070260733A1 (en) * | 2006-05-02 | 2007-11-08 | Availigent, Inc. | Method and system for providing high availability to distributed computer applications |
| US20080163172A1 (en) * | 2006-12-29 | 2008-07-03 | Ncr Corporation | Creating a self-service application in a self-service terminal |
| US20090150878A1 (en) * | 2007-12-11 | 2009-06-11 | Rabindra Pathak | Method and system for updating the software of multiple network nodes |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5884097A (en) * | 1997-05-17 | 1999-03-16 | Intertop Corporation | Data structure and methods for defining and using attribute data blocks to instantiate objects and describe changes to objects |
| US7200651B1 (en) * | 1999-07-02 | 2007-04-03 | Cisco Technology, Inc. | Dynamic configuration and up-dating of integrated distributed applications |
| US7607126B2 (en) * | 2004-05-21 | 2009-10-20 | Bea Systems, Inc. | System and method for external override of annotations |
| US20070052734A1 (en) * | 2005-09-06 | 2007-03-08 | General Electric Company | Method and apparatus for annotating images |
| US9344833B2 (en) * | 2013-07-31 | 2016-05-17 | Sap Se | Data component in a mobile application framework |
-
2007
- 2007-04-06 US US11/697,564 patent/US20080059496A1/en not_active Abandoned
-
2010
- 2010-06-01 US US12/791,380 patent/US8260850B2/en not_active Expired - Fee Related
-
2012
- 2012-08-06 US US13/567,728 patent/US9253286B2/en not_active Expired - Fee Related
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5926816A (en) * | 1996-10-09 | 1999-07-20 | Oracle Corporation | Database Synchronizer |
| US6202070B1 (en) * | 1997-12-31 | 2001-03-13 | Compaq Computer Corporation | Computer manufacturing system architecture with enhanced software distribution functions |
| US6463584B1 (en) * | 1998-03-12 | 2002-10-08 | Telefonaktiebolaget Lm Ericsson | State copying method for software update |
| US20030070163A1 (en) * | 2001-10-04 | 2003-04-10 | Siemens Ag | Method for distributing data in a data net |
| US20070260733A1 (en) * | 2006-05-02 | 2007-11-08 | Availigent, Inc. | Method and system for providing high availability to distributed computer applications |
| US20080163172A1 (en) * | 2006-12-29 | 2008-07-03 | Ncr Corporation | Creating a self-service application in a self-service terminal |
| US20090150878A1 (en) * | 2007-12-11 | 2009-06-11 | Rabindra Pathak | Method and system for updating the software of multiple network nodes |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130042312A1 (en) * | 2011-08-09 | 2013-02-14 | Mobileframe Llc | Authentication in a smart thin client server |
| US9049174B2 (en) | 2011-08-09 | 2015-06-02 | Mobileframe, Llc | Maintaining sessions in a smart thin client server |
| US9053444B2 (en) | 2011-08-09 | 2015-06-09 | Mobileframe, Llc | Deploying applications in a smart thin client server |
| CN103425722A (en) * | 2012-04-30 | 2013-12-04 | Sap股份公司 | Logless atomic data movement |
Also Published As
| Publication number | Publication date |
|---|---|
| US20120317559A1 (en) | 2012-12-13 |
| US20110099222A1 (en) | 2011-04-28 |
| US8260850B2 (en) | 2012-09-04 |
| US9253286B2 (en) | 2016-02-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6330717B1 (en) | Process and system for developing an application program for a distributed adaptive run-time platform | |
| US6324619B1 (en) | Process and system for managing run-time adaptation for general purpose distributed adaptive applications | |
| US7539985B2 (en) | Systems and methods for dynamic component versioning | |
| US6836889B1 (en) | Code wrapping to simplify access to and use of enterprise JAVA beans | |
| US8560602B2 (en) | Data sharing in a stream processing system | |
| US8261248B2 (en) | System and method of executing a dynamic program in a structured environment | |
| KR100210208B1 (en) | Method and apparatus for enabling persistent attributes in an object oriented environment | |
| US8719845B2 (en) | Sharing and synchronization of objects | |
| US8448132B2 (en) | Systems and methods for modifying code generation templates | |
| KR20040096577A (en) | Component model for real time system control | |
| US20060253844A1 (en) | Computer architecture and method of operation for multi-computer distributed processing with initialization of objects | |
| CN101645020A (en) | Virtual operating system creation method | |
| US7770159B2 (en) | Virtual types | |
| US8738746B2 (en) | Configuration management for real-time server | |
| US9253286B2 (en) | Computer program composed from tabular storage structures that includes data and code | |
| CN100470466C (en) | object cloning request event | |
| KR100895929B1 (en) | Mechanism for asynchronous components to be application framework agnostic | |
| US7506334B2 (en) | Common, multi-version interface that allows a distributed sybsystem to communicate with multiple versions of the distributed subsystem | |
| JP2021128760A (en) | OPC UA server, system processing using OPC UA, and method of executing OPC UA system | |
| US8490115B2 (en) | Ambient state for asynchronous methods | |
| JP2002014813A (en) | Application program developing method for platform at the time of executing distribution and adaptation and computer device | |
| CN101283344B (en) | Multicomputer system with enhanced memory scrubbing | |
| CN101288062B (en) | Multiple machine architecture with overhead reduction | |
| CN120596118A (en) | Kernel program update method, device, equipment and storage medium | |
| Provensi et al. | Management of Runtime Models and Meta-Models in the Meta-ORB Reflective Middleware Architecture |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BELL, BLAINE A.;FEINER, STEVEN K.;REEL/FRAME:020142/0509;SIGNING DATES FROM 20070912 TO 20070917 |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
| AS | Assignment |
Owner name: BELL, BLAINE, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK;REEL/FRAME:054316/0822 Effective date: 20201107 Owner name: FEINER, STEVEN, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK;REEL/FRAME:054316/0822 Effective date: 20201107 |