Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Can we have multiple threads in one App domain
Can we have multiple threads in one App domain ?
✍: Guest
One or more threads run in an AppDomain. An AppDomain is a runtime representation
of a logical process within a physical process. Each AppDomain is started with a single
thread, but can create additional threads from any of its threads.
Note :- All threading classes are defined in System.Threading namespace.
2007-10-22, 4774👍, 0💬
Popular Posts:
How To Select Some Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with GROUP BY If yo...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...
How can we suppress a finalize method? GC.SuppressFinalize ()
What is continuous and staged representation? CMMI contains 25 key process areas which organization ...
What is the difference between Authentication and authorization? This can be a tricky question. Thes...