Problems with oneway methods

Axel Grohmann grohmann@ike.uni-stuttgart.de
Wed, 10 Dec 1997 09:10:48 +0100


> 
> 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 ?

As far as I understand, this is the normal way. You could use a thread
to submit calls to the server object, in which case the client does not
have to wait.

By the way, if the server object method raises an exception, the
exception will show up in the client's program as an UNKNOWN exception.

Cheers, Axel
-- 

Axel Grohmann
Institut fuer Kernenergetik und Energiesysteme
Pfaffenwaldring 31
D-70550 Stuttgart

Tel.: 0711-685 DW 2130