[tao-users] Singleton CORBA object

Christian Fromme christian at ast.dfs.de
Tue Sep 29 05:28:52 CDT 2015


On 29.09. 15:22, Siddharth Kulkarni wrote:
> I am using ACE/TAO and having a general question regarding CORBA.
> I am facing the scenario where the CORBA server need to return same CORBA
> object again and again. I am facing server crash while returning the object
> after two to three times.
> I am creating and activating the object once and keep in memory. Then upon
> client request returning the same object. Hence it is kind of singleton
> object.
> Can anybody suggest whether the given strategy is wrong? Then what is the
> correct strategy in this scenario.

How exactly are you returning the object? (IDL and implementation code)

Best,
Christian


More information about the tao-users mailing list