[omniORB] How to get file descriptor from a CORBA request?
Tuyen Chau
tchau at verano.com
Fri Sep 29 16:19:20 BST 2006
Duncan Grisby wrote:
> The normal approach is to put something in per-thread state. You don't
> want to put it on the servant object because multiple clients could call
> a single servant concurrently.
>
> Cheers,
>
> Duncan
This brings up another problem for us that we didn't anticipate. Our
implementation unfortunately is not thread safe. Is there anyway we can
force a single thread model in omniORB? It will be a big job for us to
make our code thread safe.
Thanks for your response,
Tuyen
More information about the omniORB-list
mailing list