HOW CAN CORBA ENABLE CLIENT/SERVER COMMUNICATION?
A server is defined as an Interface in CORBA IDL. Data passing between the client and the server is defined as IDL structures, sequences, etc. The IDL is compiled with an IDL compiler and the generated code is included within the client and server processes. The server implements a particular interface. The implementation is the distributed object. Clients communicate with the object through an object reference. When an operation is performed on the object reference, network communication occurs, operation parameters are sent to the server and the actual distributed object executes the operation. It then returns any appropriate data to the client.
Related Questions
- I can get connection/communication between the server and client PCs althought I can see all computers in network neighbourhood. What can I do to connect CafeAgent to CafeStation?
- Why am I getting communication errors between the client and LM-X license server?
- DO ANY CLIENT/SERVER LIMITATIONS EXIST WITH CORBA?