Threading Types ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vijay
we can use threads in our program in two ways
1) extending java.lang.Thread
2) implimenting java.lang.Runnable
(in java)
| Is This Answer Correct ? | 4 Yes | 2 No |
What is fundamental of published or precreated objects in remoting?
What does manifest consists?
What are the threading types?
What?s a Windows process?
How can you configure a .net remoting object via xml file?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What are the types of remotable objects?
About sn.exe ?
What distributed process frameworks outside .NET do you know?
What?s Singleton activation mode?
About performance issues on retrieving records ?