Threading Types ?

Answer Posted / nalla

Theading types in Microsoft world are
STA -Single threaded apartment model- Synchronized
automatically- E.g Forms in windows(Win forms) are STA
application.
MTA -Multithreaded apartment model -Here synchronization is
required to acess shared resources. Use Mutex or Monitors

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain threading types?

722


How do you directly call a native function exported from a DLL?

6829


Define the lease of the object?

668


Define proxy in .net remoting?

649


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

614






Define remotable objects in .net remoting?

639


Difference between web services & remoting?

686


How can we call methods in remoting asynchronously?

618


What is asynchronous programming?

645


What are the information required to configure remote objects?

581


Explain the differences between marshal by value and marshal by reference?

656


What are the different types of channels used by .net remoting and which is the best one?

593


What is unboxing?

557


What do you mean by passport authentication?

608


What is the Difference between CAO and SAO in Remoting.

643