Problems with oneway methods

Francois SOLER francois@enit.fr
Tue, 09 Dec 1997 17:08:31 +0000


Hi all,

We have some problems with OMNIORB :

When we create 2 CORBA objects dynamicaly (one client A and one server B) in
the same program (program.exe), its seems that the oneway methods of the
server do not have the expected behavior (if A calls the oneway method
B->service() then it has to wait until the end of the method service()

Is there a way to correct this problem ?

Thanks very much

Francois SOLER