How does a CORBA server manage multiple requests?
Created May 3, 2012
Bruce Martin In many CORBA products, it is possible to set a threading policy for a CORBA server. For example it is possible to say that each incoming request executes in its own thread. Alternatively, it is possible to indicate that only a single thread operates in the server at a time.