Hi ,
I have a client server pgm.
The client and the server communicate using CORBA ( Visibroker)
The client starts and performs some operation.
The server is bounced when the client is still alive.
now when the client does the same operation again the server dies.
Since the context objects are stored in a Linked list by the server and saved into the DB. the server when it comes up reloads all the contexts into the Linked list again , this way the client should be getting the context.
But the IOR could be stale as the reference to the context object now need not be same as the reference to the context object before. Could this occur ?
Is this the problem of stale IOR ?
could some one clarify please
Thanks is advance
Regards
Goutam
I have a client server pgm.
The client and the server communicate using CORBA ( Visibroker)
The client starts and performs some operation.
The server is bounced when the client is still alive.
now when the client does the same operation again the server dies.
Since the context objects are stored in a Linked list by the server and saved into the DB. the server when it comes up reloads all the contexts into the Linked list again , this way the client should be getting the context.
But the IOR could be stale as the reference to the context object now need not be same as the reference to the context object before. Could this occur ?
Is this the problem of stale IOR ?
could some one clarify please
Thanks is advance
Regards
Goutam