I am new to CORBA and using ACE/TAO sample programs. I have one doubt please clarify this.
The CORBA object has been instantiated the object-reference is sent to the client via IOR file. Many clients can use the single instance of the server-object.
What is the way to create an individual object-instance per client?
The CORBA object has been instantiated the object-reference is sent to the client via IOR file. Many clients can use the single instance of the server-object.
What is the way to create an individual object-instance per client?