US5572724A - System for controlling communications between an application and a remote system using a protocol identifier and an application context identifier - Google Patents
System for controlling communications between an application and a remote system using a protocol identifier and an application context identifier Download PDFInfo
- Publication number
- US5572724A US5572724A US08/133,852 US13385293A US5572724A US 5572724 A US5572724 A US 5572724A US 13385293 A US13385293 A US 13385293A US 5572724 A US5572724 A US 5572724A
- Authority
- US
- United States
- Prior art keywords
- computer
- destination
- protocol
- identifier
- communication
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
Definitions
- the present invention relates to a method for controlling a plurality of protocols and a plurality of application contexts in a distributed system connected through a communication network, and more particularly to a method for efficiently establishing a connecting line from a user application to a plurality of distributed database systems.
- a communication path When a communication path is to be established from a system which executes a user application to distributed databases, it is performed by using a predetermined protocol.
- a protocol Detailed specification of the protocol is defined by an application context.
- the application context is defined by a standard such as ISO and a communication path may not be established if the application context does not match even if the protocol matches.
- communication with a destination system may be done by the application program which uses an already established logical communication path by communication path allocating means, as disclosed in JP-A-4-23155. Since the number of times of establishment/release of the communication path by communicating with the destination system by using the already established communication path, a communication fee in a packet transmission system can be reduced.
- a requesting system which executes the application program is configured as follows.
- a process manager is provided as means for controlling a process for indicating an operation (start, end, transaction, etc.) of the application program, and of the processes of the application program, a communication process (start/end of communication, start/end of transaction to a server, etc.) of a remote database access is recognized.
- the process manager determines the connection form and the protocol to be used for the communication format and the destination system designated by the application.
- the process manager connects a plurality of virtual communication users, which recognize the application context for the protocol designated by the process manager.
- a plurality of protocol machines are connected to the virtual communication users.
- One protocol machine is provided for each virtual communication path.
- virtual communication path is meant a communication path virtualized by classifying a real communication path by the protocols and application contexts used.
- the application program can execute the plurality of communication processes using the plurality of protocols by using the plurality of virtual communication users through the process manager. Further, since the plurality of communication processes which use the plurality of application contexts using the plurality of protocol machines controlled by the virtual communication users are provided, a plurality of communications of different natures or different purposes can be concurrently executed to a plurality of destinations.
- FIG. 1 shows a conceptual view of an embodiment of the present invention
- FIG. 2 shows a flow chart of a virtual communication user call process of a process manager
- FIG. 3 shows a flow chart of a communication process of a virtual communication user
- FIG. 4 shows a system configuration of a distributed system in accordance with the present invention
- FIG. 5 shows an example of description of an application program
- FIG. 6 shows a table of a table name versus all identifier of a destination system
- FIG. 7 shows a table of the identifier of the destination system
- FIG. 8 shows a relation to a management table.
- FIG. 4 shows an overall configuration of a distributed system for realizing the present invention.
- a client system 401 on a client station and a server system 402 are interconnected through a communication network 405.
- the client system 401 Connected to the client system 401 are an application program 101 to be used by a user, a client controller for controlling the execution of the application program, an internal memory 407, and a database 408.
- the internal memory 407 stores a table of a table name versus an identifier of a destination system as shown in FIG. 6 and a table of the identifier of the destination system versus an identifier of a corresponding protocol as shown in FIG. 7, which will be described later.
- the server system 402 has a server controller 404 to which a database 406 is connected.
- a database 406 may be applicable.
- it may be a relational database.
- FIG. 1 conceptually shows an embodiment of the present invention.
- An application program 101 is a user program which may execute a business application and it commands an access to the server system 402.
- the access is made by directly or indirectly designating a protocol and an application context.
- directly it is meant that an identifier identifying the types of the protocol and the application context is described in the application program, and by indirectly, it is meant that an identifier of the destination system is described and a program other than the application program or control means determines the protocol and the application context by using the directory information based on the identifier.
- SQL structured query language
- the statement 501 declares a cursor for accessing data and it is a command for generating a cursor to columns C1 and C2 from a table 1. This declaration is indirect designation for designating TABLE which is to be accessed in the destination system without specifying the destination system.
- the statement 502 is same as the statements 501.
- the statements 503 and 506 are commands to open cursors CR1 and CR2.
- the statement 504 is a command to get data from a location designated by CR1 and substitute it for data 1 and data 2.
- the statement 502 is same as the statement 504.
- the statement 505 is a command to call a remote procedure. It is written not by SQL but by a description form which directly designates a node of a called station. In the present example, it represents that the station to be called is a node N2 and an argument is DATA 1-DATA 4.
- the process manager 102 is a program which controls the operation (start, end, transaction, etc.) of the application program 101, and it controls to connect to the database 406 during the execution (run time) of the process of the application such as a database management system (DBMS) or an on-line transaction management program. Specifically, it recognizes the command designated by the application program 101, recognizes the protocol of the destination system and selects the virtual communication user 103 corresponding to the protocol.
- the virtual communication program 103 may be selected by a command described in the application program 101.
- the virtual communication user 103 may be uniquely determined by the destination system or it may be determined in accordance with the type of protocol.
- the virtual communication user 103 is a program which controls the communication process (start/end of communication, start/end of transaction to the destination system, etc.) such as access to a remote database contained in the process, and it functions as a virtual user program to the protocol machine 104.
- the virtual communication user 103 centrally controls the communication designated by the process manager, recognizes the application context to be used for the protocol, and selects the protocol machine 104 corresponding to the application context.
- the protocol machine 104 may be uniquely determined by the destination system or it may be determined in accordance with the type of application context.
- the protocol machine 104 is a program which controls the establishment of a communication path by using the determined protocol and application context. For the process of a plurality of protocol machines 104, a table is allotted for each protocol machine and the information on the destination system and the information on the application context of the communication protocol under use are managed for each table so that the communication is executed by using different application contexts.
- the communication path 105 is a virtual communication path, and in a real communication path, it is virtualized for each protocol and application context to be used.
- a section 106 encircled by broken lines and including the process manger 102, the virtual communication user 103 and the protocol machine 104 may be implemented by software in the client controller 403 shown in FIG. 4.
- the process manager 102 receives a process request of the statement (step 201). It analyzes the statement and determines whether the process requires a communication process or not by using a table of a table name versus a destination system shown in FIG. 6 stored in the internal memory 407 by using the table name (TABLE 1) as a key. An identifier (N1) of the destination system is derived based on the table name (step 202). In the process which does not require the communication process such as the access to the database 408, the requested process is executed (step 203).
- an identifier (RDA) of the protocol is derived from the table of the identifier of the destination system versus the protocol identifier shown in FIG. 7 based on the identifier (N1) of the destination system (step 204).
- RDA and RPC respectively denote remote database access and remote procedure call in open systems interconnection prescribed in the ISO/IEC 9579 and the ISO/IEC CD 7347 protocols.
- the process manager 102 determines whether the protocol for accessing the database is the protocol corresponding to the virtual communication user 103 in use or not.
- step 206 If the virtual communication user corresponding to that protocol has not yet been started, one virtual communication user is selected and started (step 206), and if it has been started, the communication process is requested to that virtual communication user 103 (step 207).
- the process manager 102 shifts the control to the virtual communication user 103, and when a series of steps are thereafter completed, it receives the process result from the virtual communication user (step 208) and returns the process result to the application program 101 (step 209).
- the virtual communication user 103 When the virtual communication user 103 receives the process request from the process manager 102, it analyzes the content to specify the type of application context and the destination system (step 301).
- the application context may be selected by retaining in a table the information on the destination system and the information on the application context of the communication protocol to be used for each process of the protocol machine 104 and selecting a basic application context of the RDA or a TP (OSI distributed Transaction Processing protocol in ISO/IEC 1002 6-3) application context based on the management level of a transaction of the destination system and the process content (update or non-update) of the application program.
- TP OSI distributed Transaction Processing protocol in ISO/IEC 1002 6-3
- connection with the destination system determines whether the connection with the destination system is under process or not based on the identifier identifying the type of the specified application context and the identifier identifying the destination system, that is, it determines whether the protocol machine which is being connected with the destination system is present or not based on the application context (step 302). If the connection with the destination system is not yet established, that is, if the protocol machine 104 has not yet been started, one protocol machine 104 is started by using the identifier of the destination system and the identifier of the application context as the parameters (step 303).
- a communication request is issued to the protocol machine 104 (step 304).
- the protocol machine 104 establishes the communication path, execute a series of communication processes and returns the process result to the virtual communication user 103, which receives the process result (step 305) and returns the process result to the process manager 102 (step 306).
- the process manager 102 analyzes the process statement 505, takes out the identifier (N2) identifying the destination system, and starts the virtual communication user 103 for the RPC by using the table of FIG. 7 based on the identifier.
- the virtual communication user 103 for the RPC executes the communication process by using the RPC protocol machine 104. Where the direct designation is made such as by the statement 505, it is not necessary to use the table of FIG. 6.
- the management tables may be stored in the internal memory 407.
- the management table 801 of process manager 102, the management table 802 of the virtual communication user and the management table 804 of the protocol machine 104 have a hierarchy relation.
- Chaining to the corresponding management table 802 is made by the handling 810 of the virtual communication user 103 stored in the management table 801 to the management table 802, and the chaining to the management tables 803 and 804 is made by the stored protocol identifier 820 (RDA, RPC).
- the application contexts 831 and 841 are stored in the management tables 803 and 804, respectively.
- the process manager 102 sequentially and time-serially processes the process requests of the application program 101 and sequentially uses the virtual communication users 103.
- a plurality of virtual communication users 103 may be parallelly controlled to improve the performance of the distributed system.
- the protocol is selected by the process manager 102 and the application context is determined by the virtual communication user 103.
- they may be directly described in the application program as the identifiers identifying themselves and commanded to the virtual communication user 103 and the protocol machine 104 by using the parameters.
- the application program may execute jobs without recognizing the communication protocol and the application context, and the simultaneous communication from one application program may be realized by using a plurality of protocols and a plurality of application contexts.
- the distributed system may be structured without restriction by the type and function of the destination system and without regard to the type of the computer system.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
Claims (16)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27266892A JP3370704B2 (en) | 1992-10-12 | 1992-10-12 | Communication control method |
JP4-272668 | 1992-10-12 |
Publications (1)
Publication Number | Publication Date |
---|---|
US5572724A true US5572724A (en) | 1996-11-05 |
Family
ID=17517128
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/133,852 Expired - Lifetime US5572724A (en) | 1992-10-12 | 1993-10-12 | System for controlling communications between an application and a remote system using a protocol identifier and an application context identifier |
Country Status (3)
Country | Link |
---|---|
US (1) | US5572724A (en) |
EP (1) | EP0597592B1 (en) |
JP (1) | JP3370704B2 (en) |
Cited By (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5649168A (en) * | 1994-09-29 | 1997-07-15 | International Business Machines Corporation | Computer program product for a query pass through in a heterogeneous distributed data base environment |
US5664100A (en) * | 1994-01-14 | 1997-09-02 | Fujitsu Limited | Data transmission processing method and apparatus |
US5692129A (en) * | 1995-07-07 | 1997-11-25 | Novell, Inc. | Managing application programs in a computer network by using a database of application objects |
US5790809A (en) * | 1995-11-17 | 1998-08-04 | Mci Corporation | Registry communications middleware |
US5832423A (en) * | 1995-05-24 | 1998-11-03 | Sarl: Regipart | Method and device for digitally processing measurements obtained from one or more sensors |
US5941949A (en) * | 1997-05-14 | 1999-08-24 | Citrix Systems, Inc. | System and method for transmitting data from a server application to more than one client node |
US5987517A (en) * | 1996-03-27 | 1999-11-16 | Microsoft Corporation | System having a library of protocol independent reentrant network interface functions for providing common calling interface for communication and application protocols |
US6032154A (en) * | 1996-05-09 | 2000-02-29 | Coleman; Robby A. | Data storage and management system for use with a multiple protocol management system in a data acquisition system |
US6047312A (en) * | 1995-07-07 | 2000-04-04 | Novell, Inc. | System for replicating and associating file types with application programs among plurality of partitions in a server |
US6088738A (en) * | 1996-07-02 | 2000-07-11 | Fujitsu Limited | Communication control method and apparatus to connect a terminal to a host computer storing a desired program |
US6094684A (en) * | 1997-04-02 | 2000-07-25 | Alpha Microsystems, Inc. | Method and apparatus for data communication |
US6182153B1 (en) | 1995-02-17 | 2001-01-30 | International Business Machines Corporation | Object-oriented programming interface for developing and running network management applications on a network communication infrastructure |
US6192362B1 (en) * | 1997-12-15 | 2001-02-20 | International Business Machines Corporation | System and method for creating a search form for accessing directory information |
US6195666B1 (en) | 1997-12-15 | 2001-02-27 | International Business Machines Corporation | Web interface and method for displaying directory information |
US6208986B1 (en) * | 1997-12-15 | 2001-03-27 | International Business Machines Corporation | Web interface and method for accessing and displaying directory information |
US6256747B1 (en) * | 1997-09-25 | 2001-07-03 | Hitachi, Ltd. | Method of managing distributed servers and distributed information processing system using the method |
US6260039B1 (en) | 1997-12-15 | 2001-07-10 | International Business Machines Corporation | Web interface and method for accessing directory information |
US6356955B1 (en) * | 1996-02-15 | 2002-03-12 | International Business Machines Corporation | Method of mapping GDMO templates and ASN.1 defined types into C++ classes using an object-oriented programming interface |
US20020156900A1 (en) * | 2001-03-30 | 2002-10-24 | Brian Marquette | Protocol independent control module |
US6675226B1 (en) * | 1998-11-17 | 2004-01-06 | Rockwell Automation Technologies, Inc. | Network interface for industrial controller providing application programmer interface |
US6725254B1 (en) * | 1998-04-02 | 2004-04-20 | Fujitsu Siemens Computers Gmbh | Method for controlling information exchange via the internet |
US6799318B1 (en) * | 2000-04-24 | 2004-09-28 | Microsoft Corporation | Method having multiple interfaces with distinguished functions and commands for providing services to a device through a transport |
US20040266888A1 (en) * | 1999-09-01 | 2004-12-30 | Van Beek Global/Ninkov L.L.C. | Composition for treatment of infections of humans and animals |
US20050027865A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Grid organization |
US20050027785A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Maintainable grid managers |
US20050027864A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Application start protocol |
US20050027843A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Install-run-remove mechanism |
US20050027812A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Grid landscape component |
US20050044251A1 (en) * | 2003-07-28 | 2005-02-24 | Erol Bozak | Grid manageable application process management scheme |
US6880006B1 (en) | 2000-04-21 | 2005-04-12 | International Business Machines Corporation | System and method for contextual passive rule-based navigation between applications supporting network-disconnected use |
US20050138156A1 (en) * | 2003-12-19 | 2005-06-23 | Alexander Gebhart | Grid application customization |
US20050138618A1 (en) * | 2003-12-17 | 2005-06-23 | Alexander Gebhart | Grid compute node software application deployment |
US6941549B1 (en) | 2000-03-31 | 2005-09-06 | International Business Machines Corporation | Communicating between programs having different machine context organizations |
US20060136506A1 (en) * | 2004-12-20 | 2006-06-22 | Alexander Gebhart | Application recovery |
US7703029B2 (en) | 2003-07-28 | 2010-04-20 | Sap Ag | Grid browser component |
US7793290B2 (en) | 2004-12-20 | 2010-09-07 | Sap Ag | Grip application acceleration by executing grid application based on application usage history prior to user request for application execution |
US7908252B1 (en) | 2008-03-19 | 2011-03-15 | Crossroads Systems, Inc. | System and method for verifying paths to a database |
US8738703B2 (en) | 2006-10-17 | 2014-05-27 | Citrix Systems, Inc. | Systems and methods for providing online collaborative support |
US20140250061A1 (en) * | 2001-10-19 | 2014-09-04 | Hti Ip, Llc | System and method for accessing information in a replicated database |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0657932B1 (en) * | 1993-12-13 | 2001-09-05 | Matsushita Electric Industrial Co., Ltd. | Chip package assembly and method of production |
JP2977476B2 (en) * | 1995-11-29 | 1999-11-15 | 株式会社日立製作所 | Security method |
JP3178342B2 (en) * | 1996-06-17 | 2001-06-18 | 松下電器産業株式会社 | Information provision system using network |
US6662205B1 (en) * | 1996-10-01 | 2003-12-09 | International Business Machines Corporation | Scaleable and extensible system management architecture with dataless endpoints |
US8145737B2 (en) * | 2005-12-30 | 2012-03-27 | Microsoft Corporation | Implementing computer application topologies on virtual machines |
US7774446B2 (en) | 2005-12-30 | 2010-08-10 | Microsoft Corporation | Discovering, defining, and implementing computer application topologies |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5058000A (en) * | 1987-06-30 | 1991-10-15 | Prime Computer, Inc. | System for accessing remote heterogeneous database including formatting retrieved data into applications program format |
US5179660A (en) * | 1989-05-15 | 1993-01-12 | International Business Machines Incorporated | System for reducing communications overhead in distributed database transactions by serializing in order related requests into single transmission message and receiving transmission response |
US5257366A (en) * | 1990-03-27 | 1993-10-26 | International Business Machines Corporation | Query language execution on heterogeneous database servers using a bind-file bridge between application and database languages |
US5278978A (en) * | 1990-03-26 | 1994-01-11 | International Business Machines Corporation | Method and system for describing and exchanging data between heterogeneous database systems with data converted by the receiving database system |
US5317568A (en) * | 1991-04-11 | 1994-05-31 | Galileo International Partnership | Method and apparatus for managing and facilitating communications in a distributed hetergeneous network |
US5329619A (en) * | 1992-10-30 | 1994-07-12 | Software Ag | Cooperative processing interface and communication broker for heterogeneous computing environments |
US5381534A (en) * | 1990-07-20 | 1995-01-10 | Temple University Of The Commonwealth System Of Higher Education | System for automatically generating efficient application - customized client/server operating environment for heterogeneous network computers and operating systems |
US5384829A (en) * | 1990-05-07 | 1995-01-24 | Unisys Corporation | Digital computer platform for supporting telephone network applications |
US5414812A (en) * | 1992-03-27 | 1995-05-09 | International Business Machines Corporation | System for using object-oriented hierarchical representation to implement a configuration database for a layered computer network communications subsystem |
US5440744A (en) * | 1990-08-14 | 1995-08-08 | Digital Equipment Corporation | Methods and apparatus for implementing server functions in a distributed heterogeneous environment |
US5442791A (en) * | 1992-03-31 | 1995-08-15 | Aggregate Computing, Inc. | Integrated remote execution system for a heterogenous computer network environment |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5124909A (en) * | 1988-10-31 | 1992-06-23 | Hewlett-Packard Company | Software program for providing cooperative processing between personal computers and a host computer |
EP0414624B1 (en) * | 1989-08-24 | 1996-12-18 | International Business Machines Corporation | System for calling procedures on a remote network node |
US5072441A (en) * | 1990-08-07 | 1991-12-10 | Nynex Corporation | Packet switched information network with universal access to enhanced network services |
-
1992
- 1992-10-12 JP JP27266892A patent/JP3370704B2/en not_active Expired - Fee Related
-
1993
- 1993-10-11 EP EP93308076A patent/EP0597592B1/en not_active Expired - Lifetime
- 1993-10-12 US US08/133,852 patent/US5572724A/en not_active Expired - Lifetime
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5058000A (en) * | 1987-06-30 | 1991-10-15 | Prime Computer, Inc. | System for accessing remote heterogeneous database including formatting retrieved data into applications program format |
US5179660A (en) * | 1989-05-15 | 1993-01-12 | International Business Machines Incorporated | System for reducing communications overhead in distributed database transactions by serializing in order related requests into single transmission message and receiving transmission response |
US5278978A (en) * | 1990-03-26 | 1994-01-11 | International Business Machines Corporation | Method and system for describing and exchanging data between heterogeneous database systems with data converted by the receiving database system |
US5257366A (en) * | 1990-03-27 | 1993-10-26 | International Business Machines Corporation | Query language execution on heterogeneous database servers using a bind-file bridge between application and database languages |
US5384829A (en) * | 1990-05-07 | 1995-01-24 | Unisys Corporation | Digital computer platform for supporting telephone network applications |
US5381534A (en) * | 1990-07-20 | 1995-01-10 | Temple University Of The Commonwealth System Of Higher Education | System for automatically generating efficient application - customized client/server operating environment for heterogeneous network computers and operating systems |
US5440744A (en) * | 1990-08-14 | 1995-08-08 | Digital Equipment Corporation | Methods and apparatus for implementing server functions in a distributed heterogeneous environment |
US5317568A (en) * | 1991-04-11 | 1994-05-31 | Galileo International Partnership | Method and apparatus for managing and facilitating communications in a distributed hetergeneous network |
US5414812A (en) * | 1992-03-27 | 1995-05-09 | International Business Machines Corporation | System for using object-oriented hierarchical representation to implement a configuration database for a layered computer network communications subsystem |
US5442791A (en) * | 1992-03-31 | 1995-08-15 | Aggregate Computing, Inc. | Integrated remote execution system for a heterogenous computer network environment |
US5329619A (en) * | 1992-10-30 | 1994-07-12 | Software Ag | Cooperative processing interface and communication broker for heterogeneous computing environments |
Cited By (56)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5664100A (en) * | 1994-01-14 | 1997-09-02 | Fujitsu Limited | Data transmission processing method and apparatus |
US5649168A (en) * | 1994-09-29 | 1997-07-15 | International Business Machines Corporation | Computer program product for a query pass through in a heterogeneous distributed data base environment |
US6182153B1 (en) | 1995-02-17 | 2001-01-30 | International Business Machines Corporation | Object-oriented programming interface for developing and running network management applications on a network communication infrastructure |
US5832423A (en) * | 1995-05-24 | 1998-11-03 | Sarl: Regipart | Method and device for digitally processing measurements obtained from one or more sensors |
US5859978A (en) * | 1995-07-07 | 1999-01-12 | Novell, Inc. | Managing application programs in a computer network by using a database of application objects |
US5692129A (en) * | 1995-07-07 | 1997-11-25 | Novell, Inc. | Managing application programs in a computer network by using a database of application objects |
US6047312A (en) * | 1995-07-07 | 2000-04-04 | Novell, Inc. | System for replicating and associating file types with application programs among plurality of partitions in a server |
US5790809A (en) * | 1995-11-17 | 1998-08-04 | Mci Corporation | Registry communications middleware |
US6356955B1 (en) * | 1996-02-15 | 2002-03-12 | International Business Machines Corporation | Method of mapping GDMO templates and ASN.1 defined types into C++ classes using an object-oriented programming interface |
US5987517A (en) * | 1996-03-27 | 1999-11-16 | Microsoft Corporation | System having a library of protocol independent reentrant network interface functions for providing common calling interface for communication and application protocols |
US6032154A (en) * | 1996-05-09 | 2000-02-29 | Coleman; Robby A. | Data storage and management system for use with a multiple protocol management system in a data acquisition system |
US6088738A (en) * | 1996-07-02 | 2000-07-11 | Fujitsu Limited | Communication control method and apparatus to connect a terminal to a host computer storing a desired program |
US6094684A (en) * | 1997-04-02 | 2000-07-25 | Alpha Microsystems, Inc. | Method and apparatus for data communication |
US20090106432A1 (en) * | 1997-05-14 | 2009-04-23 | Pedersen Bradley J | System and Method for Transmitting Data from a Server Application to More Than One Client Node |
US8296446B2 (en) | 1997-05-14 | 2012-10-23 | Citrix Systems, Inc. | System and method for transmitting data from a server application to more than one client node |
US5941949A (en) * | 1997-05-14 | 1999-08-24 | Citrix Systems, Inc. | System and method for transmitting data from a server application to more than one client node |
US20030037148A1 (en) * | 1997-05-14 | 2003-02-20 | Citrix Systems, Inc. | System and method for transmitting data from a server application to more than one client node |
US6256747B1 (en) * | 1997-09-25 | 2001-07-03 | Hitachi, Ltd. | Method of managing distributed servers and distributed information processing system using the method |
US6260039B1 (en) | 1997-12-15 | 2001-07-10 | International Business Machines Corporation | Web interface and method for accessing directory information |
US6192362B1 (en) * | 1997-12-15 | 2001-02-20 | International Business Machines Corporation | System and method for creating a search form for accessing directory information |
US6195666B1 (en) | 1997-12-15 | 2001-02-27 | International Business Machines Corporation | Web interface and method for displaying directory information |
US6208986B1 (en) * | 1997-12-15 | 2001-03-27 | International Business Machines Corporation | Web interface and method for accessing and displaying directory information |
US6725254B1 (en) * | 1998-04-02 | 2004-04-20 | Fujitsu Siemens Computers Gmbh | Method for controlling information exchange via the internet |
US6675226B1 (en) * | 1998-11-17 | 2004-01-06 | Rockwell Automation Technologies, Inc. | Network interface for industrial controller providing application programmer interface |
US20040266888A1 (en) * | 1999-09-01 | 2004-12-30 | Van Beek Global/Ninkov L.L.C. | Composition for treatment of infections of humans and animals |
US6941549B1 (en) | 2000-03-31 | 2005-09-06 | International Business Machines Corporation | Communicating between programs having different machine context organizations |
US6880006B1 (en) | 2000-04-21 | 2005-04-12 | International Business Machines Corporation | System and method for contextual passive rule-based navigation between applications supporting network-disconnected use |
US6799318B1 (en) * | 2000-04-24 | 2004-09-28 | Microsoft Corporation | Method having multiple interfaces with distinguished functions and commands for providing services to a device through a transport |
US20040244014A1 (en) * | 2000-04-24 | 2004-12-02 | Microsoft Corporation | Method for transferring data in a system having multiple transports |
US20050021800A1 (en) * | 2000-04-24 | 2005-01-27 | Microsoft Corporation | Method for transferring data in a system having multiple transports |
US7506344B2 (en) | 2000-04-24 | 2009-03-17 | Microsoft Corporation | Method for transferring data in a system having multiple transports |
US7284060B2 (en) | 2000-04-24 | 2007-10-16 | Microsoft Corporation | Method for transferring data in a system having multiple transports |
US20020156900A1 (en) * | 2001-03-30 | 2002-10-24 | Brian Marquette | Protocol independent control module |
US20140250061A1 (en) * | 2001-10-19 | 2014-09-04 | Hti Ip, Llc | System and method for accessing information in a replicated database |
US20050027785A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Maintainable grid managers |
US7594015B2 (en) | 2003-07-28 | 2009-09-22 | Sap Ag | Grid organization |
US20050027865A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Grid organization |
US20050027864A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Application start protocol |
US20050044251A1 (en) * | 2003-07-28 | 2005-02-24 | Erol Bozak | Grid manageable application process management scheme |
US20050027812A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Grid landscape component |
US20050027843A1 (en) * | 2003-07-28 | 2005-02-03 | Erol Bozak | Install-run-remove mechanism |
US7546553B2 (en) | 2003-07-28 | 2009-06-09 | Sap Ag | Grid landscape component |
US8135841B2 (en) | 2003-07-28 | 2012-03-13 | Sap Ag | Method and system for maintaining a grid computing environment having hierarchical relations |
US7568199B2 (en) | 2003-07-28 | 2009-07-28 | Sap Ag. | System for matching resource request that freeing the reserved first resource and forwarding the request to second resource if predetermined time period expired |
US7574707B2 (en) | 2003-07-28 | 2009-08-11 | Sap Ag | Install-run-remove mechanism |
US7703029B2 (en) | 2003-07-28 | 2010-04-20 | Sap Ag | Grid browser component |
US7631069B2 (en) | 2003-07-28 | 2009-12-08 | Sap Ag | Maintainable grid managers |
US7673054B2 (en) * | 2003-07-28 | 2010-03-02 | Sap Ag. | Grid manageable application process management scheme |
US20050138618A1 (en) * | 2003-12-17 | 2005-06-23 | Alexander Gebhart | Grid compute node software application deployment |
US7810090B2 (en) | 2003-12-17 | 2010-10-05 | Sap Ag | Grid compute node software application deployment |
US20050138156A1 (en) * | 2003-12-19 | 2005-06-23 | Alexander Gebhart | Grid application customization |
US7793290B2 (en) | 2004-12-20 | 2010-09-07 | Sap Ag | Grip application acceleration by executing grid application based on application usage history prior to user request for application execution |
US7565383B2 (en) | 2004-12-20 | 2009-07-21 | Sap Ag. | Application recovery |
US20060136506A1 (en) * | 2004-12-20 | 2006-06-22 | Alexander Gebhart | Application recovery |
US8738703B2 (en) | 2006-10-17 | 2014-05-27 | Citrix Systems, Inc. | Systems and methods for providing online collaborative support |
US7908252B1 (en) | 2008-03-19 | 2011-03-15 | Crossroads Systems, Inc. | System and method for verifying paths to a database |
Also Published As
Publication number | Publication date |
---|---|
EP0597592A3 (en) | 1995-01-25 |
EP0597592B1 (en) | 2000-03-15 |
JP3370704B2 (en) | 2003-01-27 |
JPH06124253A (en) | 1994-05-06 |
EP0597592A2 (en) | 1994-05-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5572724A (en) | System for controlling communications between an application and a remote system using a protocol identifier and an application context identifier | |
EP0733972B1 (en) | Method and apparatus for managing relationships among objects in a distributed object environment | |
US7181474B2 (en) | Database communication system and method for communicating with a database | |
JP3075486B2 (en) | How to manage a database network | |
CA2182592C (en) | A method and apparatus for controlling access to a database | |
US6105067A (en) | Connection pool management for backend servers using common interface | |
US5539909A (en) | Negotiation method for calling procedures located within other objects without knowledge of their calling syntax | |
US5133053A (en) | Interprocess communication queue location transparency | |
US5905984A (en) | Computer-implemented control of access to atomic data items | |
US5758334A (en) | File system remount operation with selectable access modes that saves knowledge of the volume path and does not interrupt an executing process upon changing modes | |
JP2000163269A (en) | Method for distributing application from server to client, and program storage medium | |
JPH11331245A (en) | Network directory access mechanism and method therefor | |
JPH04505977A (en) | Object-oriented distributed processing system | |
US6883020B1 (en) | Apparatus and method for filtering downloaded network sites | |
US6922729B1 (en) | Multi-connection control system | |
US6286025B1 (en) | Method and system of process identification by user defined process variables | |
US7933948B2 (en) | Computer-readable medium to multiplex multiple application server requests over a single database connection | |
US7315847B2 (en) | Method and system for providing access to a database | |
JP2002528787A (en) | Integration and communication technology at the enterprise level | |
JP2644535B2 (en) | Network file search processing system | |
JP3330006B2 (en) | Network system including information storage system, input system of the system, and | |
JP3887840B2 (en) | Data storage method and apparatus | |
JP2871931B2 (en) | Form output control method | |
JPH04175852A (en) | Communication parameter control system | |
JPH0410038A (en) | Remote access system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: HITACHI SEIBU SOFTWARE CO., LTD., JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WATANABE, TETSUYA;ISHIKAWA, HIROMICHI;HATANO, MASAAKI;REEL/FRAME:006729/0124 Effective date: 19931001 Owner name: HITACHI, LTD., JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WATANABE, TETSUYA;ISHIKAWA, HIROMICHI;HATANO, MASAAKI;REEL/FRAME:006729/0124 Effective date: 19931001 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |