Corba Question:
Download Questions PDF

Explain some reason to avoid the development of multi-threaded Corba application?

Answer:

Building multi-threaded applications requires an additional efforts in the area of design, development and testing. Issues like concurrency and synchronization become more critical. Difficult to find software bugs are unfortunately easy to introduce. A specific set of application requirements can often be met without resorting to the use of threaded clients or servers. This is not true with all applications. Some do require multi-threading to achieve their desired level of concurrency, performance or scalability.

Download Corba Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is CORBA good for?Explain Can Corba application have call back?