[omniORB] Server Timeout
jorgefm@cirsa.com
jorgefm@cirsa.com
Fri Nov 8 15:47:01 2002
Hi Bjorn,
> I guess, you will have to asign a thread to each
>concurrent invocation or use the DII deferred
>invocations, which is pretty much the same thing
>for omniORB.
Is this a configuration option in omniORB.cfg (sample.cfg) ??
>I am not familiar with the SendMessage
>and NotifyMessage methods in some (MFC?) GUI
>framework;)
You are very lucky ;-)
In Qt is available too, but FYI:
SendMessage: put the message in the event queue and return. No result
value available.
NotifyMessage: put the message and waits until its completed. You can
receive a result value.
Thanks a lot,
Jorge