Hi,

We have developed a POA based CORBA server application running on a Solaris 2.8 platform, executing callbacks for a client running on the same node and for a client running on Windows 2000 platform. The CORBA server is the gateway for data exchange between other applications running on Windows and Solaris platforms.

Once all the applications are started, all the comunication happens smoothly between the server and the two clients [24x7]. Occasionally, [once in 5 days or 10 days] we observed that the callbacks are not getting executed. We observed that the server is processing the requests from client but failing to execute the callback [ netstat -na,  snoop and truss commands showed the data did reach the server]

What are the circumstances under which server can lose the callback info? We haven't noticed any memory leaks in our server application.

The interface functions are specified as oneway in IDL file as we can't block the calls to and from server (this will have adverse affect on other applications).

The version of MICO we are using is 2.3.5 and we are using IOR ( ior file is copied to client node automatically) based object reference mechanism.


Thanks in advance,
Anjani
GE Software Solutions
Hyderabad
India
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to